Skip to content

Commit cd5619f

Browse files
committed
Update version to 2.0.1
1 parent 69111c6 commit cd5619f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Eleven41.Logging.Loggly/Eleven41.Logging.Loggly.nuspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
<package >
33
<metadata>
44
<id>Eleven41.Logging.Loggly</id>
5-
<version>2.0.0</version>
5+
<version>2.0.1</version>
66
<authors>Eleven41 Software</authors>
77
<owners>Eleven41 Software</owners>
88
<licenseUrl>https://github.com/eleven41/Eleven41.Logging.Loggly/blob/master/LICENSE.md</licenseUrl>
99
<projectUrl>https://github.com/eleven41/Eleven41.Logging.Loggly</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Eleven41.Logging.Loggly is an implementation of Eleven41.Logging.ILog to send log messages to Loggly.</description>
1212
<releaseNotes>
13-
Updated the version of loggly-csharp.
14-
Note a change to configuration.
13+
Changed thread data item to string.
1514
</releaseNotes>
16-
<copyright>Copyright (C) 2016, Eleven41 Software Inc.</copyright>
15+
<copyright>Copyright (C) 2016 - 2017, Eleven41 Software Inc.</copyright>
1716
<tags>logging loggly</tags>
1817
<dependencies>
1918
<dependency id="Eleven41.Logging" version="1.3.1" />

Eleven41.Logging.Loggly/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Eleven41 Software Inc.")]
1212
[assembly: AssemblyProduct("Eleven41.Logging.Loggly")]
13-
[assembly: AssemblyCopyright("Copyright © 2016, Eleven41 Software Inc.")]
13+
[assembly: AssemblyCopyright("Copyright © 2016 - 2017, Eleven41 Software Inc.")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
35+
[assembly: AssemblyVersion("2.0.1.0")]
36+
[assembly: AssemblyFileVersion("2.0.1.0")]

0 commit comments

Comments
 (0)