Skip to content

Commit

Permalink
Release v3.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Sep 10, 2017
1 parent ca386be commit 70ab310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("3.0.2.0")]
[assembly: AssemblyFileVersion("3.0.2.0")]
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>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.1</Version>
<Version>3.0.2-beta</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>3.0.1.0</AssemblyVersion>
<FileVersion>3.0.1.0</FileVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.2.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<SignAssembly>False</SignAssembly>
<RootNamespace>IdParser</RootNamespace>
Expand Down

0 comments on commit 70ab310

Please sign in to comment.