Skip to content

Commit

Permalink
AU: 2 updated - vscode-java vscode-mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed May 24, 2023
1 parent 87869a5 commit 0268857
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-java/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=redhat.java

and download the extension redhat.java-1.19.2023052004.vsix using the Download Extension link
and download the extension redhat.java-1.19.2023052304.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/redhat/vsextensions/java/1.19.2023052004/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.19.2023052304/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.19.2023052004.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.19.2023052004.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.19.2023052304.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.19.2023052304.vsix

Type: sha256
Checksum: 4B6F293F75610DB6B4BEBEDFF3A7DF29325B0EC56FDE648CF0260D24DA02B1E7
Checksum: B8F0835E6DC265D02493FEA367AC366CF10DBA502C38CC3AA56AD589F6ACA310

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license
2 changes: 1 addition & 1 deletion automatic/vscode-java/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\redhat.java-1.19.2023052004.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.19.2023052304.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.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-java</id>
<version>1.19.2023052004</version>
<version>1.19.2023052304</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Launch the MongoDB Shell from the command palette to quickly connect to the same

## Notes

* This package requires Visual Studio Code 1.76.2 or newer.
* This package requires Visual Studio Code 1.77.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-mongodb/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=mongodb.mongodb-vscode

and download the package mongodb.mongodb-vscode-0.11.1.vsix using the Download Extension link
and download the package mongodb.mongodb-vscode-1.0.1.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/mongodb/vsextensions/mongodb-vscode/0.11.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/1.0.1/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.11.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.11.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-1.0.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-1.0.1.vsix

Type: sha256
Checksum: 448E41F7543FF324D750FEE0712CBDE8E36BE3094EF8AFDE0C3C5BC7AAF576CC
Checksum: 94826388EABF392A13A83D89BF857ACC02CBF3FF3DAB19419EB6CA71CACC5E4E

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/mongodb.mongodb-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/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\mongodb.mongodb-vscode-0.11.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-1.0.1.vsix"
4 changes: 2 additions & 2 deletions automatic/vscode-mongodb/vscode-mongodb.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-mongodb</id>
<version>0.11.1</version>
<version>1.0.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB VSCode Extension</title>
Expand Down Expand Up @@ -54,7 +54,7 @@ open a Terraform file, type atlas and you are good to go.
## Notes
* This package requires Visual Studio Code 1.76.2 or newer.
* This package requires Visual Studio Code 1.77.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down

0 comments on commit 0268857

Please sign in to comment.