Skip to content

Commit

Permalink
(GH-390) Fix log4net dependency version in nuspec
Browse files Browse the repository at this point in the history
This corrects the version of log4net declared in the chocolatey.lib
nuspec. changing it to 2.0.3 which maps to assembly version 1.2.13.
  • Loading branch information
mwrock committed Aug 23, 2015
1 parent 22b8171 commit 9598a79
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 @@ -22,7 +22,7 @@ This is the core package which allows Chocolatey to be embedded in your applicat
<tags>apt-get yum machine repository chocolatey</tags>
<iconUrl>https://github.com/chocolatey/chocolatey/raw/master/docs/logo/chocolateyicon.gif</iconUrl>
<dependencies>
<dependency id="log4net" version="[1.2.10]" />
<dependency id="log4net" version="[2.0.3]" />
</dependencies>
</metadata>
</package>

0 comments on commit 9598a79

Please sign in to comment.