From 96266a36dee8ccd76e64807a478949c4e6e43f84 Mon Sep 17 00:00:00 2001 From: Connor O'Shea Date: Sat, 24 Sep 2016 23:22:38 -0400 Subject: [PATCH] Bumped to version 1.1 --- IdParser/IdParser.nuspec | 2 +- IdParser/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IdParser/IdParser.nuspec b/IdParser/IdParser.nuspec index 9ae06fd..1564e9d 100644 --- a/IdParser/IdParser.nuspec +++ b/IdParser/IdParser.nuspec @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/c0shea/IdParser/master/NuGet%20Package%20Icon.png false $description$ - Initial release + Added support for AAMVA 2000 Copyright 2016 Drivers License Identification Parser PDF417 diff --git a/IdParser/Properties/AssemblyInfo.cs b/IdParser/Properties/AssemblyInfo.cs index 1d5215f..d9b0d3a 100644 --- a/IdParser/Properties/AssemblyInfo.cs +++ b/IdParser/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")]