Skip to content

Commit fc97087

Browse files
committed
Bump version to 1.1.1
1 parent eeb371f commit fc97087

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Eleven41.Logging/Eleven41.Logging.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>Eleven41.Logging</id>
5-
<version>1.1.0</version>
5+
<version>1.1.1</version>
66
<authors>Eleven41 Software</authors>
77
<owners>Eleven41 Software</owners>
88
<licenseUrl>https://github.com/eleven41/Eleven41.Logging/blob/master/LICENSE.md</licenseUrl>
99
<projectUrl>https://github.com/eleven41/Eleven41.Logging</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<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>
1212
<releaseNotes>Addition of DateTimeProvider and TextWriterFormatter.</releaseNotes>
13-
<copyright>Copyright (C) 2013, Eleven41 Software</copyright>
13+
<copyright>Copyright (C) 2014, Eleven41 Software Inc.</copyright>
1414
<tags>logging</tags>
1515
</metadata>
1616
</package>

Eleven41.Logging/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("Eleven41.Logging")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Eleven41 Software")]
11+
[assembly: AssemblyCompany("Eleven41 Software Inc.")]
1212
[assembly: AssemblyProduct("Eleven41.Logging")]
13-
[assembly: AssemblyCopyright("Copyright © 2013, Eleven41 Software")]
13+
[assembly: AssemblyCopyright("Copyright © 2014, 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("1.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
35+
[assembly: AssemblyVersion("1.1.1.0")]
36+
[assembly: AssemblyFileVersion("1.1.1.0")]

0 commit comments

Comments
 (0)