Skip to content

Commit

Permalink
Update for NuGet package 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhouser committed Oct 24, 2013
1 parent f875c5f commit 08c37e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Eleven41.Logging/Eleven41.Logging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<package >
<metadata>
<id>Eleven41.Logging</id>
<version>1.0.0</version>
<version>1.1.0</version>
<authors>Eleven41 Software</authors>
<owners>Eleven41 Software</owners>
<licenseUrl>https://github.com/eleven41/Eleven41.Logging/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/eleven41/Eleven41.Logging</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Eleven41.Logging is a general purpose logging framework, capable of logging to many different outputs. Those include console, file, Windows event Log, multiple outputs. Various logging levels exist, including diagnostic, info, warning, and error.</description>
<releaseNotes>Initial Release.</releaseNotes>
<releaseNotes>Addition of DateTimeProvider and TextWriterFormatter.</releaseNotes>
<copyright>Copyright (C) 2013, Eleven41 Software</copyright>
<tags>logging</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions Eleven41.Logging/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.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 08c37e4

Please sign in to comment.