Skip to content

Commit

Permalink
AU: 3 updated - vscode-insiders vscode-insiders.install yo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 13, 2024
1 parent 55508bd commit 0c5c599
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/6a5c8cf95aa814b5cb92de617096144b1f45af2d/VSCodeSetup-x64-1.97.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/21a129e8d0fbdfabcae2444b04a0e4c3912c6fe1/VSCodeSetup-x64-1.97.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '4a2d9d16f742f9747211a03838912f0a7b528f1f1a65325e85a002d4bd2f01d9db3e933658d8b126869b6632cba42b6d441847dacffc0d9def61d90a659d6612'
checksum64 = 'ea67a458656209091f605745332067b4701fa2e2fdcd5f9cb821a16381e2d9775c09c0acb64a7be798ffdcea249fa311679a1d43609e4931fc47a9e5d680e5bd'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.97.0.20241212</version>
<version>1.97.0.20241213</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.97.0.20241212</version>
<version>1.97.0.20241213</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.97.0.20241212]" />
<dependency id="vscode-insiders.install" version="[1.97.0.20241213]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/yo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Update-SessionEnvironment

$version = '5.0.0'
$version = '5.1.0'

npm install -g yo@$version
2 changes: 1 addition & 1 deletion automatic/yo/yo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>yo</id>
<title>Yeoman</title>
<version>5.0.0</version>
<version>5.1.0</version>
<authors>The Yeoman Team</authors>
<owners>chocolatey-community, Pascal Berger</owners>
<summary>CLI tool for running Yeoman generators</summary>
Expand Down

0 comments on commit 0c5c599

Please sign in to comment.