Skip to content

Commit 1ca7475

Browse files
authored
Merge pull request #105 from damienbod/dev_5_1_1
Update Nuget, npm packages
2 parents 7c224c8 + fb76958 commit 1ca7475

10 files changed

Lines changed: 133 additions & 55 deletions

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
2021-05-15 5.1.1
6+
- Updated nuget and npm packages
7+
58
2021-01-19 5.1.0
69
- Switched to Azure.Extensions.AspNetCore.Configuration.Secrets and Azure.Identity for the Azure Key Vault management
710

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dotnet new -i IdentityServer4AspNetCoreIdentityTemplate
5353
Locally built nupkg:
5454

5555
```
56-
dotnet new -i IdentityServer4AspNetCoreIdentityTemplate.5.0.6.nupkg
56+
dotnet new -i IdentityServer4AspNetCoreIdentityTemplate.5.1.1.nupkg
5757
```
5858

5959
Local folder:

content/IdentityServer4AspNetCoreIdentityTemplate.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>IdentityServer4AspNetCoreIdentityTemplate</id>
5-
<version>5.1.0</version>
5+
<version>5.1.1</version>
66
<title>IdentityServer4.Identity.Template</title>
77
<license type="file">LICENSE</license>
88
<description>
@@ -17,7 +17,7 @@
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<copyright>2020 damienbod</copyright>
1919
<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>
20-
<releaseNotes>Switched to Azure.Extensions.AspNetCore.Configuration.Secrets and Azure.Identity for the Azure Key Vault management</releaseNotes>
20+
<releaseNotes>Updated packages</releaseNotes>
2121
<repository type="git" url="https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate" />
2222
<packageTypes>
2323
<packageType name="Template" />

content/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 damienbod
3+
Copyright (c) 2021 damienbod
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

content/StsServerIdentity/StsServerIdentity.csproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>netcoreapp3.1</TargetFramework>
4-
<Version>5.1.0</Version>
4+
<Version>5.1.1</Version>
55
<Description>IdentityServer4 template with ASP.NET Core 3.1 and ASP.NET Core Identity</Description>
66
<PackageProjectUrl>https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate</PackageProjectUrl>
77
<PackageIconUrl>http://www.gravatar.com/avatar/61d005637f57b5c3da8ba662cf04a9d6.png</PackageIconUrl>
88
<RepositoryUrl>https://github.com/damienbod/IdentityServer4AspNetCoreIdentityTemplate</RepositoryUrl>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<PackageTags>oidc identityserver4 identity aspnetcore</PackageTags>
11-
<PackageReleaseNotes>Switched to Azure.Extensions.AspNetCore.Configuration.Secrets and Azure.Identity for the Azure Key Vault management</PackageReleaseNotes>
11+
<PackageReleaseNotes>Updated nuget packages</PackageReleaseNotes>
1212
</PropertyGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.0.2" />
15-
<PackageReference Include="Azure.Identity" Version="1.3.0" />
14+
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.1.0" />
15+
<PackageReference Include="Azure.Identity" Version="1.4.0" />
1616
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.1.0" />
17-
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.0" />
17+
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.1" />
1818
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
19-
<PackageReference Include="IdentityServer4" Version="4.1.1" />
20-
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.1" />
21-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.11" />
22-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.11" />
23-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.11" />
24-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.11">
19+
<PackageReference Include="IdentityServer4" Version="4.1.2" />
20+
<PackageReference Include="IdentityServer4.AspNetIdentity" Version="4.1.2" />
21+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.15" />
22+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.15" />
23+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.15" />
24+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.15">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.11" />
29-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.4" />
30-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
28+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.15" />
29+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.5" />
30+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3131
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
32-
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.8" />
32+
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.9" />
3333
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
34-
<PackageReference Include="Sendgrid" Version="9.22.0" />
34+
<PackageReference Include="Sendgrid" Version="9.23.1" />
3535
<PackageReference Include="Serilog" Version="2.10.0" />
36-
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
36+
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
3737
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
3838
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
3939
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
40-
<PackageReference Include="Fido2" Version="1.1.0" />
41-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.11" />
40+
<PackageReference Include="Fido2" Version="2.0.2" />
41+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.15" />
4242
</ItemGroup>
4343

4444
<ItemGroup>

content/StsServerIdentity/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<footer>
4848
<hr />
4949
<nav class="navbar transparent navbar-inverse">
50-
<p>&copy; 2020 - StsServerIdentity</p>
50+
<p>&copy; 2021 - StsServerIdentity</p>
5151

5252
</nav>
5353
</footer>

content/StsServerIdentity/package-lock.json

Lines changed: 91 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/StsServerIdentity/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
"name": "asp.net",
44
"private": true,
55
"devDependencies": {
6-
"bootstrap": "4.5.3",
7-
"jquery": "3.5.1",
8-
"jquery-validation": "1.19.3",
9-
"jquery-validation-unobtrusive": "3.2.11",
6+
"bootstrap": "4.6.0",
7+
"jquery": "3.6.0",
108
"jquery-ajax-unobtrusive": "3.2.6",
9+
"jquery-validation": "1.19.3",
10+
"jquery-validation-unobtrusive": "3.2.12",
1111
"popper.js": "^1.16.1",
12-
"sweetalert2": "^10.13.0"
13-
},
14-
"dependencies": {}
12+
"sweetalert2": "^11.0.0"
13+
}
1514
}

content/StsServerIdentity/wwwroot/css/vendor.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/StsServerIdentity/wwwroot/js/vendor.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)