Skip to content

Commit

Permalink
AU: 1 updated - vscli
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 94e805d commit f856704
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions vscli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ in verifying that this package's contents are trustworthy.

1. Download the tar archive:

x64: https://github.com/michidk/vscli/releases/download/v1.0.0/vscli-x86_64-pc-windows-msvc.zip
x64: https://github.com/michidk/vscli/releases/download/v1.1.0/vscli-x86_64-pc-windows-msvc.zip

2. You can use one of the following methods to obtain the checksum:
- Use Powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:

Get-RemoteChecksum https://github.com/michidk/vscli/releases/download/v1.0.0/vscli-x86_64-pc-windows-msvc.zip
Get-RemoteChecksum https://github.com/michidk/vscli/releases/download/v1.1.0/vscli-x86_64-pc-windows-msvc.zip

3. Compare to Checksum:

checksum64: DB9BBD10465B86F146AC12246B0A3FB1758B76B9C1F54BB8836483E7BC3F70E2
checksum64: 5E97A2D4B8302B800BAE144674D44A909B8BB917CA6A964B008761903058DE5E


The license was downloaded from https://github.com/michidk/vscli/blob/main/LICENSE.
4 changes: 2 additions & 2 deletions vscli/vscli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscli</id>
<version>1.0.0</version>
<version>1.1.0</version>
<owners>Michael Lohr</owners>
<title>vscli (Install)</title>
<authors>Michael Lohr</authors>
Expand All @@ -26,7 +26,7 @@ A CLI tool to launch vscode projects, which supports [devcontainers](https://con
<bugTrackerUrl>https://github.com/michidk/vscli/issues</bugTrackerUrl>
<mailingListUrl>https://github.com/michidk/vscli/issues</mailingListUrl>
<licenseUrl>https://github.com/michidk/vscli/blob/main/LICENSE</licenseUrl>
<releaseNotes>https://github.com/michidk/vscli/releases/tag/v1.0.0</releaseNotes>
<releaseNotes>https://github.com/michidk/vscli/releases/tag/v1.1.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit f856704

Please sign in to comment.