Skip to content

Commit 88a192a

Browse files
committed
Updated docs,vers - Merged PR #255 fixes ISS #254
1 parent 638300f commit 88a192a

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

Diff for: README.md

+2-1
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.273.0 beta for CLR.
6+
Command Line Parser Library 2.0.275.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

@@ -261,6 +261,7 @@ Latest Changes:
261261
- Internal refactoring.
262262
- Added properties test project using FsCheck.
263263
- Issue #241 (reported by @pvmraghunandan) Fixed.
264+
- PR #255 fixes Issue #254 by @scadorel Merged.
264265

265266
Contact:
266267
---

Diff for: docs/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-10-16 Giacomo Stelluti Scala <gsscoder@gmail.com>
2+
3+
* PR #255 fixes Issue #254 by @scadorel Merged.
4+
15
2015-09-22 Giacomo Stelluti Scala <gsscoder@gmail.com>
26

37
* Issue #241 (reported by @pvmraghunandan) Fixed.

Diff for: nuget/CommandLine.nuspec

+1-1
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.273-beta</version>
5+
<version>2.0.275-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>

Diff for: nuget/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Command Line Parser Library 2.0.273.0 beta
1+
Command Line Parser Library 2.0.275.0 beta
22
------------------------------------------
33
Giacomo Stelluti Scala
44
(gsscoder@gmail.com)

Diff for: src/SharedAssemblyInfo.cs

+3-3
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.273.0")]
9-
[assembly: AssemblyFileVersion("2.0.273.0")]
8+
[assembly: AssemblyVersion("2.0.275.0")]
9+
[assembly: AssemblyFileVersion("2.0.275.0")]
1010

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

0 commit comments

Comments
 (0)