Skip to content

Commit

Permalink
Version 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Aug 8, 2020
1 parent 21c3579 commit 99336c3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[Readme](https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate/blob/master/README.md)

2020-08-08 5.0.2
- Encode PasswordResetToken and EmailConfirmationToken to base64URL enhancement
- updated nuget packages
- updated npm packages

2020-07-03 5.0.1
- Updated to IdentityServer4 V4, updated packages
- Updated FIDO2 packages and code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dotnet new -i IdentityServer4AspNetCoreIdentityTemplate
Locally built nupkg:

```
dotnet new -i IdentityServer4AspNetCoreIdentityTemplate.5.0.1.nupkg
dotnet new -i IdentityServer4AspNetCoreIdentityTemplate.5.0.2.nupkg
```

Local folder:
Expand Down
4 changes: 2 additions & 2 deletions content/IdentityServer4AspNetCoreIdentityTemplate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>IdentityServer4AspNetCoreIdentityTemplate</id>
<version>5.0.1</version>
<version>5.0.2</version>
<title>IdentityServer4.Identity.Template</title>
<license type="file">LICENSE</license>
<description>
Expand All @@ -17,7 +17,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>2020 damienbod</copyright>
<summary>This template provides a simle getting started for IdentityServer4 with Identity. Identity is Localized and the UI uses Bootstrap 4, Remove AllowAnonymous from the logout</summary>
<releaseNotes>Updated to IdentityServer4 V4, updated packages</releaseNotes>
<releaseNotes>Encode PasswordResetToken and EmailConfirmationToken to base64URL enhancement, updated nuget packages, updated npm packages</releaseNotes>
<repository type="git" url="https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate" />
<packageTypes>
<packageType name="Template" />
Expand Down
4 changes: 2 additions & 2 deletions content/StsServerIdentity/StsServerIdentity.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>5.0.1</Version>
<Version>5.0.2</Version>
<Description>IdentityServer4 template with ASP.NET Core 3.1 and ASP.NET Core Identity</Description>
<PackageProjectUrl>https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate</PackageProjectUrl>
<PackageIconUrl>http://www.gravatar.com/avatar/61d005637f57b5c3da8ba662cf04a9d6.png</PackageIconUrl>
<RepositoryUrl>https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageTags>oidc identityserver4 identity aspnetcore</PackageTags>
<PackageReleaseNotes>Updated FIDO2, nuget packages, npm packages</PackageReleaseNotes>
<PackageReleaseNotes>Updated nuget packages, npm packages, Encode PasswordResetToken and EmailConfirmationToken to base64URL enhancement</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
Expand Down

0 comments on commit 99336c3

Please sign in to comment.