Skip to content

Commit

Permalink
Update assembly version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwin committed Jun 11, 2015
1 parent abda9f1 commit 139eac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/log4net.NLogAppender/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
2 changes: 1 addition & 1 deletion log4net.NLogAppender.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>log4net.NLogAppender</id>
<version>2.0.0</version>
<version>{assemblyversion}</version>
<authors>Steve Wagner (lanwin)</authors>
<projectUrl>https://github.com/lanwin/log4net.NLogAppender</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 139eac3

Please sign in to comment.