Skip to content

Commit 2393f5e

Browse files
authored
Develop (#148)
This pull request updates several package dependencies across multiple project files to ensure the codebase is using the latest versions and security patches. The changes are focused on maintaining compatibility and improving stability by aligning with the most recent releases of internal Identity modules and third-party libraries. **Dependency updates:** * Updated `Identity.Module.API` to version `2.5.207` in `IdentityManager.API.csproj` for improved functionality and compatibility. * Updated several Identity modules in `MinimalApi.Identity.API.csproj`, including `AuthManager`, `EmailManager`, `LicenseManager`, `PolicyManager`, `ProfileManager`, and `RolesManager` to newer versions, while rolling back `AccountManager` to `2.5.33`. * Updated `Identity.Module.EmailManager` to version `2.5.34` in `MinimalApi.Identity.AccountManager.csproj`. * Upgraded `AWSSDK.S3` package to version `4.0.9` in `MinimalApi.Identity.Shared.csproj` to incorporate the latest features and fixes.
2 parents be56fe4 + 86717ea commit 2393f5e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

IdentityManager.API/IdentityManager.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Identity.Module.API" Version="2.5.206" />
11+
<PackageReference Include="Identity.Module.API" Version="2.5.207" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/MinimalApi.Identity.API/MinimalApi.Identity.API.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" Version="8.1.3" />
3131
<PackageReference Include="EntityFrameworkCore.Exceptions.Sqlite" Version="8.1.3" />
3232
<PackageReference Include="EntityFrameworkCore.Exceptions.SqlServer" Version="8.1.3" />
33-
<PackageReference Include="Identity.Module.AccountManager" Version="2.5.31" />
34-
<PackageReference Include="Identity.Module.AuthManager" Version="2.5.34" />
33+
<PackageReference Include="Identity.Module.AccountManager" Version="2.5.33" />
34+
<PackageReference Include="Identity.Module.AuthManager" Version="2.5.35" />
3535
<PackageReference Include="Identity.Module.Core" Version="2.5.122" />
36-
<PackageReference Include="Identity.Module.EmailManager" Version="2.5.33" />
37-
<PackageReference Include="Identity.Module.LicenseManager" Version="2.5.37" />
38-
<PackageReference Include="Identity.Module.PolicyManager" Version="2.5.54" />
39-
<PackageReference Include="Identity.Module.ProfileManager" Version="2.5.47" />
40-
<PackageReference Include="Identity.Module.RolesManager" Version="2.5.6" />
36+
<PackageReference Include="Identity.Module.EmailManager" Version="2.5.34" />
37+
<PackageReference Include="Identity.Module.LicenseManager" Version="2.5.38" />
38+
<PackageReference Include="Identity.Module.PolicyManager" Version="2.5.55" />
39+
<PackageReference Include="Identity.Module.ProfileManager" Version="2.5.48" />
40+
<PackageReference Include="Identity.Module.RolesManager" Version="2.5.7" />
4141
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
4242
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
4343
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.10" />

src/MinimalApi.Identity.AccountManager/MinimalApi.Identity.AccountManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Identity.Module.Core" Version="2.5.122" />
28-
<PackageReference Include="Identity.Module.EmailManager" Version="2.5.33" />
28+
<PackageReference Include="Identity.Module.EmailManager" Version="2.5.34" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/MinimalApi.Identity.Shared/MinimalApi.Identity.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="AWSSDK.S3" Version="4.0.7.14" />
34+
<PackageReference Include="AWSSDK.S3" Version="4.0.9" />
3535
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.21" />
3636
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.10" />
3737
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10">

0 commit comments

Comments
 (0)