Skip to content

Commit

Permalink
AU: 2 updated - keys vscode-vsonline
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Sep 5, 2020
1 parent 440a3d0 commit 0393e8f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/keys-pub/keys)](https://github.com/keys-pub/keys/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://github.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/version-0.1.13-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.13)
[![Software version](https://img.shields.io/badge/version-0.1.14-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.14)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/keys?label=Chocolatey)](https://chocolatey.org/packages/keys)

Key management is hard. We need tools, libraries, apps and documentation to help us.
Expand Down
2 changes: 1 addition & 1 deletion automatic/keys/keys.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>keys</id>
<version>0.1.13</version>
<version>0.1.14</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/keys</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Keys - Cryptographic Key Management</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/keys/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ in the Install section of the main page.

Alternatively the distribution can be downloaded directly from

https://github.com/keys-pub/app/releases/download/v0.1.13/Keys-0.1.13.msi
https://github.com/keys-pub/app/releases/download/v0.1.14/Keys-0.1.14.msi

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash Keys-0.1.7.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Keys-0.1.7.msi

Type: sha256
Checksum: D1C6A73FE82502ADD7814D8D158D167EBAB9FE0C01C95D7C251C34DAF223BB26
Checksum: 1FCBA2684ACDD51B80545133E5F4DE418DFF3D92EBC878B57556152A2307E838

Contents of file LICENSE.txt is obtained from https://github.com/keys-pub/keys/blob/master/LICENSE

2 changes: 1 addition & 1 deletion automatic/keys/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = 'Keys*'
File = Join-Path $toolsDir 'Keys-0.1.13.msi'
File = Join-Path $toolsDir 'Keys-0.1.14.msi'
FileType = 'msi'
SilentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log`""
ValidExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-vsonline/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId '[email protected].2739'
Install-VsCodeExtension -extensionId '[email protected].2779'
2 changes: 1 addition & 1 deletion automatic/vscode-vsonline/vscode-vsonline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-vsonline</id>
<version>1.0.2739</version>
<version>1.0.2779</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Codespaces VSCode Extension</title>
Expand Down

0 comments on commit 0393e8f

Please sign in to comment.