Skip to content

Commit 3732f43

Browse files
Nuget release 1.0.0 changes.
1 parent 8c6a132 commit 3732f43

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

AspNetCore.Security.Jwt/AspNetCore.Security.Jwt.csproj

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
2+
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
</PropertyGroup>
65

6+
<PackageId>AspNetCore.Security.Jwt</PackageId>
7+
<Description>Package makes integrating JWT Bearer Token Security to your ASP .NET Core 2.0+ app a breeze!! Also, Swagger UI integration!</Description>
8+
<Version>1.0.0</Version>
9+
<Authors>Shantanu</Authors>
10+
<Company>Veritas Software</Company>
11+
<Copyright>Veritas Software 2018</Copyright>
12+
<PackageProjectUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</PackageProjectUrl>
13+
<PackageTags>AspNetCore.Security.Jwt JWT Bearer Token Security Swagger UI integration ASP .NET Core 2.0+ app</PackageTags>
14+
<RepositoryUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</RepositoryUrl>
15+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
</PropertyGroup>
17+
718
<ItemGroup>
819
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="2.0.0" />
920
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
1021
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
1122
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" />
1223
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
1324
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.3.0" />
14-
</ItemGroup>
25+
</ItemGroup>
1526

1627
<ItemGroup>
1728
<None Update="securitySettings.json">

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# AspNetCore.Security.Jwt
22
## Asp Net Core Jwt Bearer Token Security package.
33

4+
[**Nuget package**](https://www.nuget.org/packages/AspNetCore.Security.Jwt)
5+
46
**The package:**
57

68
* Makes adding **Jwt Bearer Token Security** to your **ASP NET Core 2.0 app** a breeze!!

0 commit comments

Comments
 (0)