Skip to content

Commit 49cb1f5

Browse files
committed
Updated docs and version
1 parent abc7010 commit 49cb1f5

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Nuget](https://img.shields.io/nuget/v/commandlineparser.svg)](http://nuget.org/packages/commandlineparser)
44
[![Nuget](https://img.shields.io/nuget/vpre/commandlineparser.svg)](http://nuget.org/packages/commandlineparser)
55

6-
Command Line Parser Library 2.0.239.0 beta for CLR.
6+
Command Line Parser Library 2.0.241.0 beta for CLR.
77
===
88
The Command Line Parser Library offers CLR applications a clean and concise API for manipulating command line arguments and related tasks, such as defining switches, options and verb commands. It allows you to display a help screen with a high degree of customization and a simple way to report syntax errors to the end user.
99

@@ -248,6 +248,7 @@ Latest Changes:
248248
- Internal refactoring.
249249
- Centralizing `Tokenizer` configuration.
250250
- Issue #225 (reported by @rmunn) Fixed.
251+
- Issue #225/b (reported by @rmunn) Fixed.
251252

252253
Contact:
253254
---

docs/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2015-08-19 Giacomo Stelluti Scala <[email protected]>
22

33
* Issue #225 (reported by @rmunn) Fixed.
4+
* Issue #225/b (reported by @rmunn) Fixed.
45

56
2015-08-15 Giacomo Stelluti Scala <[email protected]>
67

nuget/CommandLine.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
33
<metadata>
44
<id>CommandLineParser</id>
5-
<version>2.0.239-beta</version>
5+
<version>2.0.241-beta</version>
66
<title>Command Line Parser Library</title>
77
<authors>Giacomo Stelluti Scala</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>

nuget/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Command Line Parser Library 2.0.239.0 beta
1+
Command Line Parser Library 2.0.241.0 beta
22
------------------------------------------
33
Giacomo Stelluti Scala
44

src/SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
[assembly: AssemblyProduct("Command Line Parser Library")]
77
[assembly: AssemblyCopyright("Copyright (c) 2005 - 2015 Giacomo Stelluti Scala")]
8-
[assembly: AssemblyVersion("2.0.239.0")]
9-
[assembly: AssemblyFileVersion("2.0.239.0")]
8+
[assembly: AssemblyVersion("2.0.241.0")]
9+
[assembly: AssemblyFileVersion("2.0.241.0")]
1010

11-
[assembly: AssemblyInformationalVersion("2.0.239-beta")]
11+
[assembly: AssemblyInformationalVersion("2.0.241-beta")]
1212
[assembly: NeutralResourcesLanguage("en-US")]

0 commit comments

Comments
 (0)