Skip to content

Commit

Permalink
Release v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Oct 1, 2017
1 parent c59f311 commit 668f525
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified IdParser.Client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions IdParser.Client/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("3.0.2.0")]
[assembly: AssemblyFileVersion("3.0.2.0")]
[assembly: AssemblyVersion("3.0.3.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]
8 changes: 4 additions & 4 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>3.0.2</Version>
<Version>3.0.3</Version>
<Authors>Connor O'Shea</Authors>
<Company />
<Product>ID Parser</Product>
Expand All @@ -14,19 +14,19 @@
<PackageIconUrl>https://raw.githubusercontent.com/c0shea/IdParser/master/NuGet%20Package%20Icon.png</PackageIconUrl>
<PackageTags>Drivers License Identification Card Parser PDF417 AAMVA Standard</PackageTags>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.2.0</FileVersion>
<FileVersion>3.0.3.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<SignAssembly>False</SignAssembly>
<RootNamespace>IdParser</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard1.5\IdParser.xml</DocumentationFile>
<DocumentationFile>bin\Debug\netstandard2.0\IdParser.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.5\IdParser.xml</DocumentationFile>
<DocumentationFile>bin\Release\netstandard2.0\IdParser.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 668f525

Please sign in to comment.