Skip to content

Commit

Permalink
AU: 3 updated - dotnet-9.0-sdk dotnet-9.0-sdk-1xx dotnet-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetcore-chocolateypackages committed Dec 4, 2024
1 parent 76379b5 commit 4fec0b1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dotnet-9.0-sdk-1xx/dotnet-9.0-sdk-1xx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dotnet-9.0-sdk-1xx</id>
<version>9.0.100</version>
<version>9.0.101</version>
<packageSourceUrl>https://github.com/dotnetcore-chocolatey/dotnetcore-chocolateypackages/tree/master/dotnet-9.0-sdk-1xx</packageSourceUrl>
<owners>jberezanski,riezebosch</owners>
<title>Microsoft .NET 9.0 SDK feature update 1</title>
Expand Down
8 changes: 4 additions & 4 deletions dotnet-9.0-sdk-1xx/tools/data.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@{
PackageName = 'dotnet-9.0-sdk-1xx'
Url = 'https://download.visualstudio.microsoft.com/download/pr/9ac55860-8ff9-4506-b005-d88df3092c01/bd204d9ae6b3ca66dab904f1169729a3/dotnet-sdk-9.0.100-win-x86.exe'
Checksum = '854053f68672d922740e82849b7608ecdf63019fbcaee5970aac097a33b743f76df281e64b298c0bf138d0043aa01b3cd9627199f7fcb6a523210d6ad086a90d'
Url = 'https://download.visualstudio.microsoft.com/download/pr/838bc4f1-96ee-43f9-8e47-2dc2656590c0/15cbe313b18ccbeffdb61cff66f5ef26/dotnet-sdk-9.0.101-win-x86.exe'
Checksum = '14d22475bf0d13b01d36f472353239de0351454f3b570d0629f6003aab55032ff575fae237e20d2e9e3d45a9f6a884c6d1330e025ebcf22a8e19d68d7f64c149'
ChecksumType = 'sha512'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/10bb041d-e705-473e-9654-27c0e038f5bd/447c0c10654c2949872fa6154b8c27b5/dotnet-sdk-9.0.100-win-x64.exe'
Checksum64 = 'a12ee028f7dff8f330dbe1914534d237eb6e19cc105139ce5de69df1b4b07ee3c1a3e396574ca776a452e805052e799df14a348ace50191af514c9dc4705ecf0'
Url64 = 'https://download.visualstudio.microsoft.com/download/pr/38e45a81-a6a4-4a37-a986-bc46be78db16/33e64c0966ebdf0088d1a2b6597f62e5/dotnet-sdk-9.0.101-win-x64.exe'
Checksum64 = '6c1899452dc855698ccc2a9928301352e5700e7829f0d42a1e567b51f08089affc67801ba7cd49d7e45b4a4dcb79cba54561163d64c27c3f36108737b3bf9f62'
ChecksumType64 = 'sha512'
AdditionalArgumentsToInstaller = $null
}
4 changes: 2 additions & 2 deletions dotnet-9.0-sdk/dotnet-9.0-sdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dotnet-9.0-sdk</id>
<version>9.0.100</version>
<version>9.0.101</version>
<packageSourceUrl>https://github.com/dotnetcore-chocolatey/dotnetcore-chocolateypackages/tree/master/dotnet-9.0-sdk</packageSourceUrl>
<owners>jberezanski,riezebosch</owners>
<title>Microsoft .NET 9.0 SDK</title>
Expand Down Expand Up @@ -32,7 +32,7 @@ This is a *metapackage*, which installs the latest release of .NET 9.0 SDK acros
TBD
-->
<dependencies>
<dependency id="dotnet-9.0-sdk-1xx" version="[9.0.100,9.0.101)" />
<dependency id="dotnet-9.0-sdk-1xx" version="[9.0.101,9.0.102)" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion dotnet-sdk/dotnet-sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"6.0": "6.0.428",
"7.0": "7.0.410",
"8.0": "8.0.404",
"9.0": "9.0.100"
"9.0": "9.0.101"
}
4 changes: 2 additions & 2 deletions dotnet-sdk/dotnet-sdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dotnet-sdk</id>
<version>9.0.100</version>
<version>9.0.101</version>
<packageSourceUrl>https://github.com/dotnetcore-chocolatey/dotnetcore-chocolateypackages/tree/master/dotnet-sdk</packageSourceUrl>
<owners>riezebosch,jberezanski</owners>
<title>Microsoft .NET SDK</title>
Expand Down Expand Up @@ -32,7 +32,7 @@ This is a *metapackage*, which installs the latest release of .NET SDK across al
TBD
-->
<dependencies>
<dependency id="dotnet-9.0-sdk" version="[9.0.100,9.0.101)" />
<dependency id="dotnet-9.0-sdk" version="[9.0.101,9.0.102)" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 4fec0b1

Please sign in to comment.