Skip to content

Commit

Permalink
Removing static API (#107)
Browse files Browse the repository at this point in the history
* Removing JsonWebToken.cs and its tests effectively removing legacy static API
* Bumping nuget version
  • Loading branch information
nbarbettini authored and abatishchev committed May 13, 2017
1 parent 8137c59 commit fc81946
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 507 deletions.
2 changes: 1 addition & 1 deletion src/JWT/JWT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageProjectUrl>https://github.com/jwt-dotnet/jwt</PackageProjectUrl>
<Authors>John Sheehan, Michael Lehenbauer, Alexander Batishchev</Authors>
<PackageLicenseUrl>https://creativecommons.org/publicdomain/zero/1.0/</PackageLicenseUrl>
<Version>3.0.0-beta2</Version>
<Version>3.0.0-beta3</Version>
<PackageTags>jwt json</PackageTags>
</PropertyGroup>

Expand Down
199 changes: 0 additions & 199 deletions src/JWT/JsonWebToken.cs

This file was deleted.

140 changes: 0 additions & 140 deletions tests/JWT.Tests.Core/DecodeTests.cs

This file was deleted.

32 changes: 0 additions & 32 deletions tests/JWT.Tests.Core/EncodeTests.cs

This file was deleted.

Loading

0 comments on commit fc81946

Please sign in to comment.