Skip to content

Commit

Permalink
😤 Updated docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsscoder committed Sep 22, 2015
1 parent 77ac7a7 commit 72f3856
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Nuget](https://img.shields.io/nuget/v/commandlineparser.svg)](http://nuget.org/packages/commandlineparser)
[![Nuget](https://img.shields.io/nuget/vpre/commandlineparser.svg)](http://nuget.org/packages/commandlineparser)

Command Line Parser Library 2.0.261.0 beta for CLR.
Command Line Parser Library 2.0.273.0 beta for CLR.
===
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.

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

Contact:
---
Expand Down
4 changes: 4 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2015-09-22 Giacomo Stelluti Scala <gsscoder@gmail.com>

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

2015-09-13 Giacomo Stelluti Scala <gsscoder@gmail.com>

* Added properties test project using FsCheck.
Expand Down
2 changes: 1 addition & 1 deletion nuget/CommandLine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
<metadata>
<id>CommandLineParser</id>
<version>2.0.261-beta</version>
<version>2.0.273-beta</version>
<title>Command Line Parser Library</title>
<authors>Giacomo Stelluti Scala</authors>
<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>
Expand Down
2 changes: 1 addition & 1 deletion nuget/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Command Line Parser Library 2.0.261.0 beta
Command Line Parser Library 2.0.273.0 beta
------------------------------------------
Giacomo Stelluti Scala
(gsscoder@gmail.com)
Expand Down
6 changes: 3 additions & 3 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

[assembly: AssemblyProduct("Command Line Parser Library")]
[assembly: AssemblyCopyright("Copyright (c) 2005 - 2015 Giacomo Stelluti Scala")]
[assembly: AssemblyVersion("2.0.261.0")]
[assembly: AssemblyFileVersion("2.0.261.0")]
[assembly: AssemblyVersion("2.0.273.0")]
[assembly: AssemblyFileVersion("2.0.273.0")]

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

0 comments on commit 72f3856

Please sign in to comment.