Skip to content

Commit

Permalink
AU: 3 updated - dotcover-cli vscode-jupyter vscode-pull-request-github
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Dec 11, 2021
1 parent 46783d7 commit 578feb3
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.html)
[![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/Source-v2021.3-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Software version](https://img.shields.io/badge/Source-v2021.3.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli)

dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio.
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/dotcover-cli.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>dotcover-cli</id>
<version>2021.3</version>
<version>2021.3.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>dotCover Command Line Tools</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/dotcover-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://www.jetbrains.com/dotcover/download/#section=commandline

and download the archive JetBrains.dotCover.CommandLineTools.2021.3.zip for Windows using the Download button on the page.
and download the archive JetBrains.dotCover.CommandLineTools.2021.3.1.zip for Windows using the Download button on the page.

Alternatively the archive can be downloaded directly from

https://download.jetbrains.com/resharper/dotUltimate.2021.3/JetBrains.dotCover.CommandLineTools.2021.3.zip
https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotCover.CommandLineTools.2021.3.1.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2021.3.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2021.3.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2021.3/JetBrains.dotCover.CommandLineTools.2021.3.zip.sha256
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2021.3.1.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2021.3.1.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2021.3.1/JetBrains.dotCover.CommandLineTools.2021.3.1.zip.sha256

File: JetBrains.dotCover.CommandLineTools.2020.3.2.zip
Type: sha256
Checksum: CF2101D8ACDB34BA1E61FBF6659C8DAE74908B4A38224B436085D9DECCF84256
Checksum: 63F7584E32F611119A48187AFE7AF4426FF6E1FF7A7BC0DD9C72A7745308A651

Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2021.3.zip'
$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2021.3.1.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modifications may be needed in the VS Code language extensions.

## Notes

* This package requires Visual Studio Code 1.63.0 or newer.
* This package requires Visual Studio Code 1.64.0-insiders 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
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2021.11.1001550889'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.1.1001562662'
4 changes: 2 additions & 2 deletions automatic/vscode-jupyter/vscode-jupyter.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-jupyter</id>
<version>2021.11.1001550889</version>
<version>2022.1.1001562662</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand All @@ -29,7 +29,7 @@ modifications may be needed in the VS Code language extensions.
## Notes
* This package requires Visual Studio Code 1.63.0 or newer.
* This package requires Visual Studio Code 1.64.0-insiders 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-pull-request-github/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=GitHub.vscode-pull-request-github

and download the extension GitHub.vscode-pull-request-github-0.35.2021120909.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.35.2021121012.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/GitHub/vsextensions/vscode-pull-request-github/0.35.2021120909/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.35.2021121012/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.35.2021120909.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.35.2021120909.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.35.2021121012.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.35.2021121012.vsix

Type: sha256
Checksum: 9EE18596F8B91196ECCBA1DAB38390E875F668CED1BDAA76D9FB6EC1C81F9A38
Checksum: CD67CF53430AFA08E6C96CD6167F6E34ADFC68142D5092935BB96EC09917DBDA

Contents of LICENSE.txt is obtained from https://github.com/microsoft/vscode-pull-request-github/blob/master/LICENSE
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\GitHub.vscode-pull-request-github-0.35.2021120909.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.35.2021121012.vsix"
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-pull-request-github</id>
<version>0.35.2021120909</version>
<version>0.35.2021121012</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github</packageSourceUrl>
<owners>dgalbraith</owners>
<title>GitHub Pull Requests and Issues VSCode Extension</title>
Expand Down

0 comments on commit 578feb3

Please sign in to comment.