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 Oct 4, 2023
1 parent 4d8bb5c commit 4e45ddf
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/v0.1.6/vscli-x86_64-pc-windows-msvc.zip
x64: https://github.com/michidk/vscli/releases/download/v0.1.7/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/v0.1.6/vscli-x86_64-pc-windows-msvc.zip
Get-RemoteChecksum https://github.com/michidk/vscli/releases/download/v0.1.7/vscli-x86_64-pc-windows-msvc.zip

3. Compare to Checksum:

checksum64: 12520F7D6E29B9E109467BB01DAFF24C1A252AC6C34A49DDC60419DB28385C9A
checksum64: A8BB17399BD0ADCF3DF19F582C300D8E4B4660AC9BB859BCAC9A0ABB6BC1C96E


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>0.1.6</version>
<version>0.1.7</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/v0.1.6</releaseNotes>
<releaseNotes>https://github.com/michidk/vscli/releases/tag/v0.1.7</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 4e45ddf

Please sign in to comment.