Skip to content

Commit

Permalink
Fix nuspec for log4net version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonorossi committed Jan 24, 2017
1 parent 0af19d2 commit d2e4524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/Castle.Core-log4net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<tags>castle, logging, log4net</tags>
<dependencies>
<dependency id="Castle.Core" version="$CastleCoreVersion$" />
<dependency id="log4net" version="2.0.5" />
<dependency id="log4net" version="2.0.7" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit d2e4524

Please sign in to comment.