Skip to content

Commit

Permalink
Release v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Jul 17, 2019
1 parent 1441fa2 commit 4efbdda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions IdParser.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ID Parser")]
[assembly: AssemblyCopyright("Copyright © 2018 Connor O'Shea")]
[assembly: AssemblyCopyright("Copyright © 2019 Connor O'Shea")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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("4.0.1.0")]
[assembly: AssemblyFileVersion("4.0.1.0")]
[assembly: AssemblyVersion("4.1.2")]
[assembly: AssemblyFileVersion("4.1.2")]
6 changes: 3 additions & 3 deletions IdParser/IdParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.1.1</Version>
<Version>4.1.2</Version>
<Authors>Connor O'Shea</Authors>
<Company />
<Product>ID Parser</Product>
Expand All @@ -13,8 +13,8 @@
<PackageProjectUrl>https://github.com/c0shea/IdParser</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/c0shea/IdParser/master/NuGet%20Package%20Icon.png</PackageIconUrl>
<PackageTags>Drivers License Identification Card Parser PDF417 AAMVA Standard</PackageTags>
<AssemblyVersion>4.1.1.0</AssemblyVersion>
<FileVersion>4.1.1.0</FileVersion>
<AssemblyVersion>4.1.2</AssemblyVersion>
<FileVersion>4.1.2</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<SignAssembly>False</SignAssembly>
<RootNamespace>IdParser</RootNamespace>
Expand Down

0 comments on commit 4efbdda

Please sign in to comment.