Skip to content

Commit

Permalink
(#3150) Update to latest Chocolatey-NuGet.Core
Browse files Browse the repository at this point in the history
This new package version includes a fix to ensure that packages are
operated on in the correct order, specifcally when handling the
Chocolatey Products.  This will ensure for example that Chocolatey CLI
is upgraded before Chocolatey Agent is upgraded.  If this doesn't
happen, then there are known issues that can happen with restarting the
Chocolatey Agent Windows Service, since the new Chocolatey CLI
components haven't yet been placed on disk.

This commit updates the Chocolatey-NuGet.Core files on disk in the lib
folder, as well as updates the credits file to indicate a new version
is being used, and also updates the project references to new the new
assemblies.
  • Loading branch information
gep13 committed May 9, 2023
1 parent c19a230 commit 392a154
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/legal/CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Checksum @ 0.2.0](#checksum--020)
- [log4net @ 2.0.12](#log4net--2012)
- [Microsoft.Web.Xdt @ 2.1.1](#microsoftwebxdt--211)
- [NuGet.Core @ 2.11.0.20220901 (modified)](#nugetcore--211020220901-modified)
- [NuGet.Core @ 2.11.0.20230509 (modified)](#nugetcore--211020230509-modified)
- [Rhino.Licensing @ 1.4.1 (modified)](#rhinolicensing--141-modified)
- [Rx (Reactive Extensions) @ 2.1.30214.0](#rx-reactive-extensions--21302140)
- [Shim Generator (shimgen) @ 1.0.0](#shim-generator-shimgen--100)
Expand Down Expand Up @@ -75,7 +75,7 @@ Their details are below.
- [Checksum @ 0.2.0](#checksum--020)
- [log4net @ 2.0.12](#log4net--2012)
- [Microsoft.Web.Xdt @ 2.1.1](#microsoftwebxdt--211)
- [NuGet.Core @ 2.11.0.20220901 (modified)](#nugetcore--211020220901-modified)
- [NuGet.Core @ 2.11.0.20230509 (modified)](#nugetcore--211020230509-modified)
- [Rhino.Licensing @ 1.4.1 (modified)](#rhinolicensing--141-modified)
- [Rx (Reactive Extensions) @ 2.1.30214.0](#rx-reactive-extensions--21302140)
- [Shim Generator (shimgen) @ 1.0.0](#shim-generator-shimgen--100)
Expand Down Expand Up @@ -685,7 +685,7 @@ It is also a requirement of NuGet.Core.
It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.
```

### NuGet.Core @ 2.11.0.20220901 (modified)
### NuGet.Core @ 2.11.0.20230509 (modified)

Chocolatey uses [NuGet.Core](https://github.com/NuGet/NuGet2) [(modified)](https://github.com/chocolatey/nuget-chocolatey) to work with packaging.
[License terms](https://github.com/NuGet/NuGet2/blob/c3d1027a51b31fd0c41e9abbe90810cf1c924c9f/COPYRIGHT.txt):
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/chocolatey.console/chocolatey.console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</Reference>
<Reference Include="NuGet.Core, Version=2.11.0.0, Culture=neutral, PublicKeyToken=fd112f53c3ab578c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20220901\lib\net4\NuGet.Core.dll</HintPath>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20230509\lib\net4\NuGet.Core.dll</HintPath>
</Reference>
<Reference Include="SimpleInjector, Version=2.8.3.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
<HintPath>..\packages\SimpleInjector.2.8.3\lib\net40-client\SimpleInjector.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</Reference>
<Reference Include="NuGet.Core, Version=2.11.0.0, Culture=neutral, PublicKeyToken=fd112f53c3ab578c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20220901\lib\net4\NuGet.Core.dll</HintPath>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20230509\lib\net4\NuGet.Core.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/chocolatey.tests/chocolatey.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</Reference>
<Reference Include="NuGet.Core, Version=2.11.0.0, Culture=neutral, PublicKeyToken=fd112f53c3ab578c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20220901\lib\net4\NuGet.Core.dll</HintPath>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20230509\lib\net4\NuGet.Core.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/chocolatey/chocolatey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</Reference>
<Reference Include="NuGet.Core, Version=2.11.0.0, Culture=neutral, PublicKeyToken=fd112f53c3ab578c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20220901\lib\net4\NuGet.Core.dll</HintPath>
<HintPath>..\..\lib\Chocolatey-NuGet.Core.2.11.0.20230509\lib\net4\NuGet.Core.dll</HintPath>
</Reference>
<Reference Include="Rhino.Licensing">
<HintPath>..\..\lib\Rhino.Licensing.1.4.1\lib\net40\Rhino.Licensing.dll</HintPath>
Expand Down

0 comments on commit 392a154

Please sign in to comment.