Skip to content

Commit 72f3856

Browse files
committed
😤 Updated docs and version
1 parent 77ac7a7 commit 72f3856

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

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.261.0 beta for CLR.
6+
Command Line Parser Library 2.0.273.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

@@ -260,6 +260,7 @@ Latest Changes:
260260
- Updated RailwaySharp source reference.
261261
- Internal refactoring.
262262
- Added properties test project using FsCheck.
263+
- Issue #241 (reported by @pvmraghunandan) Fixed.
263264

264265
Contact:
265266
---

docs/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-09-22 Giacomo Stelluti Scala <[email protected]>
2+
3+
* Issue #241 (reported by @pvmraghunandan) Fixed.
4+
15
2015-09-13 Giacomo Stelluti Scala <[email protected]>
26

37
* Added properties test project using FsCheck.

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.261-beta</version>
5+
<version>2.0.273-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Command Line Parser Library 2.0.261.0 beta
1+
Command Line Parser Library 2.0.273.0 beta
22
------------------------------------------
33
Giacomo Stelluti Scala
44

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

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

0 commit comments

Comments
 (0)