Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhouser committed Feb 10, 2017
1 parent 69111c6 commit cd5619f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions Eleven41.Logging.Loggly/Eleven41.Logging.Loggly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
<package >
<metadata>
<id>Eleven41.Logging.Loggly</id>
<version>2.0.0</version>
<version>2.0.1</version>
<authors>Eleven41 Software</authors>
<owners>Eleven41 Software</owners>
<licenseUrl>https://github.com/eleven41/Eleven41.Logging.Loggly/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/eleven41/Eleven41.Logging.Loggly</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Eleven41.Logging.Loggly is an implementation of Eleven41.Logging.ILog to send log messages to Loggly.</description>
<releaseNotes>
Updated the version of loggly-csharp.
Note a change to configuration.
Changed thread data item to string.
</releaseNotes>
<copyright>Copyright (C) 2016, Eleven41 Software Inc.</copyright>
<copyright>Copyright (C) 2016 - 2017, Eleven41 Software Inc.</copyright>
<tags>logging loggly</tags>
<dependencies>
<dependency id="Eleven41.Logging" version="1.3.1" />
Expand Down
6 changes: 3 additions & 3 deletions Eleven41.Logging.Loggly/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Eleven41 Software Inc.")]
[assembly: AssemblyProduct("Eleven41.Logging.Loggly")]
[assembly: AssemblyCopyright("Copyright © 2016, Eleven41 Software Inc.")]
[assembly: AssemblyCopyright("Copyright © 2016 - 2017, Eleven41 Software Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]

0 comments on commit cd5619f

Please sign in to comment.