Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Jun 4, 2018
1 parent aebe300 commit bc1895c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 © 2017 Connor O'Shea")]
[assembly: AssemblyCopyright("Copyright © 2018 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("3.0.3.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]
[assembly: AssemblyVersion("4.0.1.0")]
[assembly: AssemblyFileVersion("4.0.1.0")]
4 changes: 2 additions & 2 deletions IdParser/IdParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<Authors>Connor O'Shea</Authors>
<Company />
<Product>ID Parser</Product>
Expand All @@ -14,7 +14,7 @@
<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.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<FileVersion>4.0.1.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<SignAssembly>False</SignAssembly>
<RootNamespace>IdParser</RootNamespace>
Expand Down

0 comments on commit bc1895c

Please sign in to comment.