Skip to content

Commit

Permalink
Reverting changing FileVersion, AssemblyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
abatishchev authored May 5, 2019
1 parent f9a56eb commit a406354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<PackageProjectUrl>https://github.com/jwt-dotnet/jwt</PackageProjectUrl>
<Authors>Alexander Batishchev, John Sheehan, Michael Lehenbauer</Authors>
<PackageLicenseUrl>https://creativecommons.org/publicdomain/zero/1.0/</PackageLicenseUrl>
<Version>5.1.0</Version>
<Version>5.1.1</Version>
<PackageTags>jwt json</PackageTags>
<FileVersion>5.1.0.0</FileVersion>
<AssemblyVersion>5.1.0.0</AssemblyVersion>
<FileVersion>5.0.0.0</FileVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit a406354

Please sign in to comment.