Skip to content

Commit

Permalink
changes to project file for Nuget release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VeritasSoftware committed Oct 29, 2018
1 parent 75f660b commit 1ed3228
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions AspNetCore.Security.Jwt/AspNetCore.Security.Jwt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
<TargetFramework>netcoreapp2.0</TargetFramework>

<PackageId>AspNetCore.Security.Jwt</PackageId>
<Description>Package makes integrating JWT Bearer Token Security to your ASP .NET Core 2.0+ app a breeze!! Facebook integration. Also, Swagger UI integration!</Description>
<Description>Package makes integrating JWT Bearer Token Security to your ASP .NET Core 2.0+ app a breeze!! Facebook auth integration. Also, Swagger UI integration!</Description>
<Version>1.1.0</Version>
<Authors>Shantanu</Authors>
<Company>Veritas Software</Company>
<Copyright>Veritas Software 2018</Copyright>
<PackageProjectUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</PackageProjectUrl>
<PackageTags>AspNetCore.Security.Jwt JWT Bearer Token Security Swagger UI Facebook integration ASP .NET Core 2.0+ app</PackageTags>
<RepositoryUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</RepositoryUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageReleaseNotes>Added custom User model support.
Also Facebook authentication support.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Added custom User model auth support. Also added Facebook auth support.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1ed3228

Please sign in to comment.