Skip to content

Commit 33ce7b9

Browse files
committed
updates for release prep
1 parent ae50f0b commit 33ce7b9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CommandLine.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<id>CommandLineParser</id>
55
<version>$version$</version>
66
<title>Command Line Parser Library</title>
7-
<authors>Giacomo Stelluti Scala</authors>
7+
<authors>gsscoder nemec ericnewton76</authors>
88
<description>Terse syntax C# command line parser for .NET with F# support. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.</description>
99
<releaseNotes />
10-
<copyright>Copyright (c) 2005 - 2017 Giacomo Stelluti Scala &amp; Contributors</copyright>
10+
<copyright>Copyright (c) 2005 - 2018 Giacomo Stelluti Scala &amp; Contributors</copyright>
1111
<licenseUrl>https://github.com/commandlineparser/commandline/blob/master/License.md</licenseUrl>
1212
<projectUrl>https://github.com/commandlineparser/commandline</projectUrl>
1313
<owners>Giacomo Stelluti Scala</owners>

src/SharedAssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
1+
// Copyright 2005-2018 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
22

33
using System.Reflection;
44
using System.Resources;
55

66
[assembly: AssemblyProduct("Command Line Parser Library")]
7-
[assembly: AssemblyCopyright("Copyright (c) 2005 - 2015 Giacomo Stelluti Scala")]
7+
[assembly: AssemblyCopyright("Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors")]
88
[assembly: NeutralResourcesLanguage("en-US")]
99

1010
// versions are replaced during CI build
11-
[assembly: AssemblyVersion("2.0.275.0")]
12-
[assembly: AssemblyFileVersion("2.0.275.0")]
13-
[assembly: AssemblyInformationalVersion("2.0.275-beta")]
11+
[assembly: AssemblyVersion("2.2.0.0")]
12+
[assembly: AssemblyFileVersion("2.2.0.0")]
13+
[assembly: AssemblyInformationalVersion("2.2.0.0")]

0 commit comments

Comments
 (0)