Skip to content

Commit

Permalink
AU: 2 updated - vscode-azure-deploy vscode-todo-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 1, 2021
1 parent 1144550 commit 5a0d1bb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-azure-deploy/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=ms-vscode-deploy-azure.azure-deploy

and download the extension ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix using the Download Extension link
and download the extension ms-vscode-deploy-azure.azure-deploy-1.2.2.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.2.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.2.2/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.2.2.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.2.2.vsix

Type: sha256
Checksum: 3DD78E90F9790BAFA2D0A964D82CCBB6CE3117394C3CF593D107CC97308F291D
Checksum: 96954F7AAED003ED1C4DE7364580D734D3A470670E0436263829BD7132261041

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-vscode-deploy-azure.azure-deploy/license
2 changes: 1 addition & 1 deletion automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.2.2.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-azure-deploy/vscode-azure-deploy.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-azure-deploy</id>
<version>1.2.1</version>
<version>1.2.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-azure-deploy</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Deploy to Azure VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-todo-tree/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree

and download the extension Gruntfuggly.todo-tree-0.0.192.vsix using the Download Extension link
and download the extension Gruntfuggly.todo-tree-0.0.193.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.192/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.193/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.192.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.192.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.193.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.193.vsix

Type: sha256
Checksum: BF3E11045EC407EE1DFE3AF7AF5F54D905984203801ADF38F577FC39CDDE5703
Checksum: 5EF910419AC2B7A0A6BFAE180A82C5AAE217D3B3C505ADD10D2C4ACF2F0817B3

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license
2 changes: 1 addition & 1 deletion automatic/vscode-todo-tree/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.192.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.193.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-todo-tree/vscode-todo-tree.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-todo-tree</id>
<version>0.0.192</version>
<version>0.0.193</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Todo Tree VSCode Extension</title>
Expand Down

0 comments on commit 5a0d1bb

Please sign in to comment.