Skip to content

Commit

Permalink
🔖 update versioning to 2.0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffynuts committed Sep 18, 2020
1 parent 67fd5a1 commit d8808ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/log4net/AssemblyVersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: System.Reflection.AssemblyVersion("2.0.9.0")]
[assembly: System.Reflection.AssemblyVersion("2.0.11.0")]

#if !NETCF
#if !SSCLI
[assembly: System.Reflection.AssemblyFileVersion("2.0.9.0")]
[assembly: System.Reflection.AssemblyFileVersion("2.0.11.0")]
#endif
#endif

Expand Down

0 comments on commit d8808ec

Please sign in to comment.