Skip to content

Commit

Permalink
AU: 2 updated - kindle vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Oct 7, 2022
1 parent 93d3b49 commit 43a3125
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/kindle/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.amazon.com/gp/help/customer/display.html?nodeId=200499360)
[![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-1.38.65290-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp)
[![Software version](https://img.shields.io/badge/source-1.39.65306-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/kindle?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio)

Your library on your PC - read your books on your PC with the free Kindle app.
Expand Down
2 changes: 1 addition & 1 deletion automatic/kindle/kindle.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>kindle</id>
<version>1.38.65290</version>
<version>1.39.65306</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kindle</packageSourceUrl>
<owners>dgalbraith, Anthony Mastrean, mew1033</owners>
<title>Kindle for PC - A Free Kindle Reader for your PC</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kindle/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://kindleforpc.s3.amazonaws.com/65290/KindleForPC-installer-1.38.65290.exe'
checksum = '44f04a311b99e0d7f0bf04b7a01699993e49a2ebac6364ef91798482f1a3e8f8'
url = 'https://kindleforpc.s3.amazonaws.com/65306/KindleForPC-installer-1.39.65306.exe'
checksum = 'c1e53345295902e944850b1aa8d9ffa751bcbbf422aa4a096d4d934b5e9916cb'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes= @(0)
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.72.0-insider or newer.
* This package requires Visual Studio Code 1.72.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
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@2022.9.1002801151'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.10.1002811049'
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>2022.9.1002801151</version>
<version>2022.10.1002811049</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.72.0-insider or newer.
* This package requires Visual Studio Code 1.72.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 43a3125

Please sign in to comment.