Skip to content

Commit

Permalink
Bumped version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Feb 28, 2017
1 parent 79e4d5b commit 64b6f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IdParser/IdParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>IdParser</id>
<version>2.1.0</version>
<version>2.1.1</version>
<title>ID Parser</title>
<authors>Connor O'Shea</authors>
<owners>Connor O'Shea</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/c0shea/IdParser/master/NuGet%20Package%20Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Parses AAMVA-compliant driver's licenses and ID cards</description>
<releaseNotes>Enhanced compatibility with web browsers.</releaseNotes>
<releaseNotes>Fixed a bug parsing names.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Drivers License Identification Parser PDF417 AAMVA</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions IdParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]

0 comments on commit 64b6f49

Please sign in to comment.