From 6cdab73fcefd3eaf6414600b4e627388c2abbc82 Mon Sep 17 00:00:00 2001 From: damienbod Date: Wed, 10 Oct 2018 16:53:23 +0200 Subject: [PATCH] Updating template version --- Changelog.md | 4 ++++ content/IdentityServer4AspNetCoreIdentityTemplate.nuspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 416fb33..bfd4a9e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ [Readme](https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate/blob/master/README.md) +2018-09-27 1.0.10 +- resetPassword => ConfirmEmail fix +- Updating packages + 2018-09-27 1.0.9 - added Serilog - clean up STS Configuration model diff --git a/content/IdentityServer4AspNetCoreIdentityTemplate.nuspec b/content/IdentityServer4AspNetCoreIdentityTemplate.nuspec index 07a42c2..076f340 100644 --- a/content/IdentityServer4AspNetCoreIdentityTemplate.nuspec +++ b/content/IdentityServer4AspNetCoreIdentityTemplate.nuspec @@ -2,7 +2,7 @@ IdentityServer4AspNetCoreIdentityTemplate - 1.0.9 + 1.0.10 IdentityServer4.Identity.Template Creates an ASP.NET Core STS application using IdentityServer4 and Identity with localisation, TOTP, personal data, Bootstrap 4