|
2 | 2 | <package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>AuthPermissions.AspNetCore</id> |
5 | | - <version>4.0.0</version> |
| 5 | + <version>4.1.0</version> |
6 | 6 | <authors>Jon P Smith</authors> |
7 | 7 | <product>AuthPermissions.AspNetCore</product> |
8 | 8 | <copyright>Copyright (c) 2021 Jon P Smith</copyright> |
9 | 9 | <description>Provides extra authorization and multi-tenant features to a ASP.NET Core application.</description> |
10 | 10 | <releaseNotes> |
11 | | -- Now supports .NET6 and .NET 7 frameworks. |
12 | | -- Updated all the .NET 6 NuGets to the latest versions. |
13 | | -- Simplification (non-breaking): All tenant version now have a `DataKey` of length of 250. |
| 11 | + Adds a service which can handle multiple languages (known in .NET a localization) |
14 | 12 | </releaseNotes> |
15 | 13 | <license type="expression">MIT</license> |
16 | 14 | <projectUrl>https://github.com/JonPSmith/AuthPermissions.AspNetCore</projectUrl> |
|
27 | 25 | <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="6.0.11" /> |
28 | 26 | <dependency id="Microsoft.EntityFrameworkCore.Tools" version="6.0.11" /> |
29 | 27 | <dependency id="Microsoft.Extensions.Hosting" version="6.0.1" /> |
30 | | - <dependency id="Net.RunMethodsSequentially" version="1.3.1" /> |
31 | | - <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="6.0.6" /> |
32 | | - <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="6.0.8" /> |
33 | | - <dependency id="Microsoft.AspNetCore.Authorization" version="6.0.8" /> |
| 28 | + <dependency id="Net.RunMethodsSequentially" version="2.0.0" /> |
| 29 | + <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="6.0.7" /> |
| 30 | + <dependency id="Net.LocalizeMessagesAndErrors" version="1.0.0" /> |
| 31 | + <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="6.0.11" /> |
| 32 | + <dependency id="Microsoft.AspNetCore.Authorization" version="6.0.11" /> |
34 | 33 | <dependency id="Microsoft.AspNetCore.Http" version="2.2.2" /> |
35 | 34 | <dependency id="EntityFrameworkCore.Exceptions.PostgreSQL" version="6.0.3" /> |
36 | 35 | <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" /> |
37 | | - <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3" /> |
38 | | - <dependency id="DistributedLock" version="2.3.1" /> |
39 | | - <dependency id="EfCore.TestSupport" version="5.2.2" /> |
| 36 | + <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" /> |
| 37 | + <dependency id="Microsoft.Extensions.Localization.Abstractions" version="6.0.11" /> |
| 38 | + <dependency id="DistributedLock" version="2.3.2" /> |
| 39 | + <dependency id="EfCore.TestSupport" version="5.3.0" /> |
| 40 | + <dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" /> |
| 41 | + <dependency id="Microsoft.Graph" version="4.37.0" /> |
| 42 | + <dependency id="Net.DistributedFileStoreCache" version="2.0.0" /> |
| 43 | + </group> |
| 44 | + <group targetFramework="net7.0"> |
| 45 | + <dependency id="GenericServices.StatusGeneric" version="1.2.0" /> |
| 46 | + <dependency id="Microsoft.AspNetCore.Identity.EntityFrameworkCore" version="7.0.0" /> |
| 47 | + <dependency id="Microsoft.Data.Sqlite.Core" version="7.0.0" /> |
| 48 | + <dependency id="Microsoft.EntityFrameworkCore" version="7.0.0" /> |
| 49 | + <dependency id="Microsoft.EntityFrameworkCore.InMemory" version="7.0.0" /> |
| 50 | + <dependency id="Microsoft.EntityFrameworkCore.Sqlite" version="7.0.0" /> |
| 51 | + <dependency id="Microsoft.EntityFrameworkCore.SqlServer" version="7.0.0" /> |
| 52 | + <dependency id="Microsoft.EntityFrameworkCore.Tools" version="7.0.0" /> |
| 53 | + <dependency id="Microsoft.Extensions.Hosting" version="7.0.0" /> |
| 54 | + <dependency id="Net.RunMethodsSequentially" version="2.0.0" /> |
| 55 | + <dependency id="Npgsql.EntityFrameworkCore.PostgreSQL" version="7.0.0" /> |
| 56 | + <dependency id="Net.LocalizeMessagesAndErrors" version="1.0.0" /> |
| 57 | + <dependency id="Microsoft.AspNetCore.Authentication.OpenIdConnect" version="7.0.0" /> |
| 58 | + <dependency id="Microsoft.AspNetCore.Authorization" version="7.0.0" /> |
| 59 | + <dependency id="Microsoft.AspNetCore.Http" version="2.2.2" /> |
| 60 | + <dependency id="EntityFrameworkCore.Exceptions.PostgreSQL" version="6.0.3" /> |
| 61 | + <dependency id="EntityFrameworkCore.Exceptions.Sqlite" version="6.0.3" /> |
| 62 | + <dependency id="EntityFrameworkCore.Exceptions.SqlServer" version="6.0.3.1" /> |
| 63 | + <dependency id="Microsoft.Extensions.Localization.Abstractions" version="7.0.0" /> |
| 64 | + <dependency id="DistributedLock" version="2.3.2" /> |
| 65 | + <dependency id="EfCore.TestSupport" version="5.3.0" /> |
40 | 66 | <dependency id="Microsoft.AspNetCore.Hosting" version="2.2.7" /> |
41 | 67 | <dependency id="Microsoft.Graph" version="4.37.0" /> |
42 | 68 | <dependency id="Net.DistributedFileStoreCache" version="2.0.0" /> |
|
0 commit comments