Skip to content

Commit b829417

Browse files
Nuget version 1.6.0 related changes.
1 parent bcfbcc6 commit b829417

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +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!! Azure Active Directory auth, Facebook auth integration. Also, Swagger UI integration!</Description>
8-
<Version>1.5.0</Version>
7+
<Description>Package makes integrating JWT Bearer Token Security to your ASP .NET Core 2.0+ app a breeze!! Azure Active Directory, Google, Facebook, Twitter auth integration. Also, Swagger UI integration!</Description>
8+
<Version>1.6.0</Version>
99
<Authors>Shantanu</Authors>
1010
<Company>Veritas Software</Company>
11-
<Copyright>Veritas Software 2018</Copyright>
11+
<Copyright>Veritas Software 2019</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+ Azure Active Directory authentication app web api</PackageTags>
1414
<RepositoryUrl>https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</RepositoryUrl>
1515
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
16-
<PackageReleaseNotes>Made improvements. Source code scanned by Sonar Cloud. No breaking changes.</PackageReleaseNotes>
16+
<PackageReleaseNotes>Google and Twitter auth integration. No breaking changes.</PackageReleaseNotes>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)