Skip to content

Commit a303829

Browse files
committed
Upgrading build version number.
1 parent bbfd0e9 commit a303829

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Command Line Parser Library 1.9.69.4 rc2 for CLR.
1+
Command Line Parser Library 1.9.69.5 rc2 for CLR.
22
===
33
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks defining switches, options and verb commands. It allows you to display an help screen with an high degree of customization and a simple way to report syntax errors to the end user. Everything that is boring and repetitive to be programmed stands up on library shoulders, letting developers concentrate on core logic.
44
__This library provides _hassle free_ command line parsing with a constantly updated API since 2005.__

Rakefile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PRODUCT = "Command Line Parser Library"
22
DESCRIPTION = "The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks."
3-
VERSION = "1.9.69.1"
3+
VERSION = "1.9.69.5"
44
INF_VERSION = "1.9.69-rc2"
55
AUTHOR = "Giacomo Stelluti Scala"
66
COPYRIGHT = "Copyright (c) 2005 - 2013 " + AUTHOR

src/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
[assembly: AssemblyProduct("Command Line Parser Library")]
3030
[assembly: AssemblyCopyright("Copyright (c) 2005 - 2013 Giacomo Stelluti Scala")]
31-
[assembly: AssemblyVersion("1.9.69.4")]
32-
[assembly: AssemblyFileVersion("1.9.69.4")]
31+
[assembly: AssemblyVersion("1.9.69.5")]
32+
[assembly: AssemblyFileVersion("1.9.69.5")]
3333

3434
[assembly: AssemblyInformationalVersion("1.9.69-rc2")]
3535
[assembly: NeutralResourcesLanguage("en-US")]

0 commit comments

Comments
 (0)