Skip to content

Commit 1ed3228

Browse files
changes to project file for Nuget release 1.1.0
1 parent 75f660b commit 1ed3228

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55

66
<PackageId>AspNetCore.Security.Jwt</PackageId>
7-
<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>
7+
<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>
88
<Version>1.1.0</Version>
99
<Authors>Shantanu</Authors>
1010
<Company>Veritas Software</Company>
1111
<Copyright>Veritas Software 2018</Copyright>
1212
<PackageProjectUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</PackageProjectUrl>
1313
<PackageTags>AspNetCore.Security.Jwt JWT Bearer Token Security Swagger UI Facebook integration ASP .NET Core 2.0+ app</PackageTags>
1414
<RepositoryUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</RepositoryUrl>
15-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
16-
<PackageReleaseNotes>Added custom User model support.
17-
Also Facebook authentication support.</PackageReleaseNotes>
15+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
<PackageReleaseNotes>Added custom User model auth support. Also added Facebook auth support.</PackageReleaseNotes>
1817
</PropertyGroup>
1918

2019
<ItemGroup>

0 commit comments

Comments
 (0)