Skip to content

Commit

Permalink
(#2266) Update nuspec to what is being used
Browse files Browse the repository at this point in the history
All Chocolatey products are now using log4net 2.0.12, however, the
nuspec file for the chocolatey.lib package still has a reference to the
older 2.0.3 version.

The decision has been taken that this doesn't warrant a new release of
this package.
  • Loading branch information
gep13 committed Sep 21, 2021
1 parent 10e24d1 commit 12094a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/chocolatey.lib/chocolatey.lib.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This is the Chocolatey Library (API / DLL) package which allows Chocolatey to be
<releaseNotes>See all - https://docs.chocolatey.org/en-us/choco/release-notes
</releaseNotes>
<dependencies>
<dependency id="log4net" version="2.0.3" />
<dependency id="log4net" version="2.0.12" />
</dependencies>
</metadata>
</package>

0 comments on commit 12094a3

Please sign in to comment.