Skip to content

Commit

Permalink
AU: 8 updated - fend fend.install fend.portable remote-desktop-client…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 14, 2024
1 parent 98bd7c4 commit 513f33e
Show file tree
Hide file tree
Showing 26 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion automatic/fend.install/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/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.4.4-blue)](https://github.com/printfn/fend/releases/tag/v1.4.4)
[![Software version](https://img.shields.io/badge/Source-v1.4.5-blue)](https://github.com/printfn/fend/releases/tag/v1.4.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.install?label=Chocolatey)](https://community.chocolatey.org/packages/fend.install)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.install/fend.install.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>fend.install</id>
<version>1.4.4</version>
<version>1.4.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Install)</title>
Expand Down Expand Up @@ -54,7 +54,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.4</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.5</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/printfn/fend/releases/tag/v1.4.4
https://github.com/printfn/fend/releases/tag/v1.4.5

and download the installer fend-1.4.4-windows-x64.msi using the links in the asset
and download the installer fend-1.4.5-windows-x64.msi using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.4/fend-1.4.4-windows-x64.msi
https://github.com/printfn/fend/releases/download/v1.4.5/fend-1.4.5-windows-x64.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.4-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.4-windows-x64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.5-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.5-windows-x64.msi

File: fend-1.4.4-windows-x64.msi
File: fend-1.4.5-windows-x64.msi
Type: sha256
Checksum: 52E8697452B2857D162014C362D367E8580700E751FFE635C31B45BB7C98E128
Checksum: C585295A542EF585B9511AE66FB2FEBDD2B5609CBC02E6C93C739AA4F4CA7E80

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$installer = Join-Path $toolsDir 'fend-1.4.4-windows-x64.msi'
$installer = Join-Path $toolsDir 'fend-1.4.5-windows-x64.msi'
$silentArgs = '/qn /norestart'

$pp = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/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/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.4.4-blue)](https://github.com/printfn/fend/releases/tag/v1.4.4)
[![Software version](https://img.shields.io/badge/Source-v1.4.5-blue)](https://github.com/printfn/fend/releases/tag/v1.4.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.portable?label=Chocolatey)](https://community.chocolatey.org/packages/fend.portable)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.portable/fend.portable.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>fend.portable</id>
<version>1.4.4</version>
<version>1.4.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Portable)</title>
Expand Down Expand Up @@ -55,7 +55,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.4</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.5</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/println/fend/releases/tag/v1.4.4
https://github.com/println/fend/releases/tag/v1.4.5

and download the archive fend-1.4.4-windows-x64-exe.zip using the links in the asset
and download the archive fend-1.4.5-windows-x64-exe.zip using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.4/fend-1.4.4-windows-x64-exe.zip
https://github.com/printfn/fend/releases/download/v1.4.5/fend-1.4.5-windows-x64-exe.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.4-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.4-windows-x64-exe.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.5-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.5-windows-x64-exe.zip

File: fend-1.4.4-windows-x64-exe.zip
File: fend-1.4.5-windows-x64-exe.zip
Type: sha256
Checksum: EBDC8C8F4D0755BC2C98AA545B4D3C0DC64E03E1355C9FD05A6BA50F364DEEC7
Checksum: 454C40350CCA34E123368555F35BFF5D7509B062FE3305A167FEBC8259EA2B2C

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $paths.GetEnumerator() | ForEach-Object {

Uninstall-BinFile -Name 'fend' -Path 'fend.exe'

$zipFileName = "$packageDir/fend-1.4.4-windows-x64-exe.zip"
$zipFileName = "$packageDir/fend-1.4.5-windows-x64-exe.zip"

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/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 'fend-1.4.4-windows-x64-exe.zip'
$archive = Join-Path $toolsDir 'fend-1.4.5-windows-x64-exe.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend/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/printfn/fend)](https://github.com/printfn/fend/blob/main/LICENSE.md)
[![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-v1.4.4-blue)](https://github.com/printfn/fend/releases/tag/v1.4.4)
[![Software version](https://img.shields.io/badge/Source-v1.4.5-blue)](https://github.com/printfn/fend/releases/tag/v1.4.5)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend?label=Chocolatey)](https://community.chocolatey.org/packages/fend)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
6 changes: 3 additions & 3 deletions automatic/fend/fend.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>fend</id>
<version>1.4.4</version>
<version>1.4.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator</title>
Expand Down Expand Up @@ -54,9 +54,9 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.4</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.5</releaseNotes>
<dependencies>
<dependency id="fend.install" version="[1.4.4]" />
<dependency id="fend.install" version="[1.4.5]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/remote-desktop-client/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://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@ae31f3c2a0f3c01522a777ed8186a3b39f75c480/automatic/remote-desktop-client/legal/LICENSE.txt)
[![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-v1.2.5254-blue)](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop)
[![Software version](https://img.shields.io/badge/source-v1.2.5255-blue)](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/remote-desktop-client?label=Chocolatey)](https://community.chocolatey.org/packages/remote-desktop-client)

Use the Remote Desktop Services client (MSRDC) to access Windows apps and desktops remotely from a different Windows device.
Expand Down
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>remote-desktop-client</id>
<version>1.2.5254</version>
<version>1.2.5255</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/remote-desktop-client</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Remote Desktop Client (MSRDC)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/remote-desktop-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ $packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = $packageSearch
FileType = 'msi'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1iIL9'
Checksum = 'e95917e94e311f581838f486de47137faa043783e60964320ad6342ac05bcb64'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1j6Cn'
Checksum = '7e0643ecb443bec90db7809b2c9fb67160dd2cb6b078c65a3e152c543a3a0d88'
ChecksumType = 'sha256'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1iILw'
Checksum64 = 'dad2ee85b65606b5bfb1e41ad30feae3be578b634a7887c1576adffc5c8aafc9'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1j6Co'
Checksum64 = '25f9196ce7e80f762f7bd878589d117b4588281eaf0599a4729a7712f7ea10c3'
ChecksumType64 = 'sha256'
SilentArgs = $silentArgs
ValidExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/rsync/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-Simplified%20BSD-green.svg)](https://itefix.net/simplified-bsd-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/Source-v6.2.11-blue.svg)](https://www.itefix.net/cwrsync?qt-cwrsync_client=1&qt-cwrsync=1#qt-cwrsync)
[![Software version](https://img.shields.io/badge/Source-v6.2.12-blue.svg)](https://www.itefix.net/cwrsync?qt-cwrsync_client=1&qt-cwrsync=1#qt-cwrsync)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/rsync?label=Chocolatey)](https://chocolatey.org/packages/rsync)

Rsync is a fast and extraordinarily versatile file copying tool for both remote and local files.
Expand Down
12 changes: 6 additions & 6 deletions automatic/rsync/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://www.itefix.net/cwrsync?qt-cwrsync_client=1&qt-cwrsync=1#qt-cwrsync

and download the archive cwrsync_6.2.11_x64_free.zip using the link on the page.
and download the archive cwrsync_6.2.12_x64_free.zip using the link on the page.

Alternatively the archive can be downloaded directly from

https://itefix.net/dl/free-software/cwrsync_6.2.11_x64_free.zip
https://itefix.net/dl/free-software/cwrsync_6.2.12_x64_free.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 cwrsync_6.2.11_x64_free.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f cwrsync_6.2.11_x64_free.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 cwrsync_6.2.12_x64_free.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f cwrsync_6.2.12_x64_free.zip

File: cwrsync_6.2.11_x64_free.zip
File: cwrsync_6.2.12_x64_free.zip
Type: sha256
Checksum: E3081390DD3201C0DBF0D2F3D2547112754ED0CCD55E95B5DC652622E7B91FFC
Checksum: 9EE9CA5E77276341433D4B2D92639F93AC75E1EF8E2DC9CA638D14AD6AA740D0

Contents of file LICENSE.txt is obtained from https://itefix.net/simplified-bsd-license as referenced
from https://www.itefix.net/content/cwrsync-license-version.
2 changes: 1 addition & 1 deletion automatic/rsync/rsync.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>rsync</id>
<version>6.2.11</version>
<version>6.2.12</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/rsync</packageSourceUrl>
<owners>dgalbraith</owners>
<title>cwRsync (Free Edition)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/rsync/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {
}

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'cwrsync_6.2.11_x64_free.zip'
$archive = Join-Path $toolsDir 'cwrsync_6.2.12_x64_free.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/sqlean/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-MIT-green.svg)](https://github.com/nalgeon/sqlean/blob/main/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/Source-v0.21.10-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.21.10)
[![Software version](https://img.shields.io/badge/Source-v0.22.0-blue.svg)](https://github.com/nalgeon/sqlean/releases/tag/0.22.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlean?label=Chocolatey)](https://chocolatey.org/packages/sqlean)

SQLite has few functions compared to other database management systems. SQLite
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlean/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nalgeon/sqlean/releases/tag/0.21.10
https://github.com/nalgeon/sqlean/releases/tag/0.22.0

and download the archive sqlean-win-x64.zip using the link on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nalgeon/sqlean/releases/download/0.21.10/sqlean-win-x64.zip
https://github.com/nalgeon/sqlean/releases/download/0.22.0/sqlean-win-x64.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 sqlean-win-x64.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f sqlean-win-x64.zip

File: sqlean-win-x64.zip
Type: sha256
Checksum:BB6ED849BB2F6F9914F333EBCEE29E23C0329BCF17F1BE214BF5497B969A8572
Checksum:689CB0C81C25C7534FCF2057AE6B6225BD364B1D78B1489CFCF572568EFD2E37

Contents of file LICENSE.txt is obtained from https://github.com/nalgeon/sqlean/blob/main/LICENSE.
4 changes: 2 additions & 2 deletions automatic/sqlean/sqlean.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>sqlean</id>
<version>0.21.10</version>
<version>0.22.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlean</packageSourceUrl>
<owners>dgalbraith</owners>
<title>sqlean - all the missing sqlite functions</title>
Expand Down Expand Up @@ -53,7 +53,7 @@ kind of standard library for SQLite.
correctly.
]]></description>
<releaseNotes>https://github.com/nalgeon/sqlean/releases/tag/0.21.10</releaseNotes>
<releaseNotes>https://github.com/nalgeon/sqlean/releases/tag/0.22.0</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-intellicode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Contextual recommendations are based on practices developed in thousands of high

## Notes

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

Install-VsCodeExtension -extensionId 'VisualStudioExptTeam.vscodeintellicode@1.2.30'
Install-VsCodeExtension -extensionId 'VisualStudioExptTeam.vscodeintellicode@1.3.0'
6 changes: 3 additions & 3 deletions automatic/vscode-intellicode/vscode-intellicode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-intellicode</id>
<version>1.2.30</version>
<version>1.3.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-intellicode</packageSourceUrl>
<owners>dgalbraith</owners>
<title>IntelliCode VSCode Extension</title>
<authors>Microsoft</authors>
<projectUrl>https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@8c5592c5c04a7de4544145427fb03cbe2ac9b969/icons/vscode-intellicode.png</iconUrl>
<copyright>Copyright 2018-2023 Microsoft</copyright>
<copyright>Copyright 2018-2024 Microsoft</copyright>
<licenseUrl>https://marketplace.visualstudio.com/items/VisualStudioExptTeam.vscodeintellicode/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/MicrosoftDocs/intellicode</projectSourceUrl>
Expand All @@ -30,7 +30,7 @@ Contextual recommendations are based on practices developed in thousands of high
## Notes
* This package requires Visual Studio Code 1.58.1 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
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.3.1"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.3.100"
Loading

0 comments on commit 513f33e

Please sign in to comment.