Skip to content

Commit 8e29a19

Browse files
authored
Develop (#149)
This pull request updates several package dependencies across multiple project files to newer versions. These updates help ensure compatibility, bug fixes, and access to the latest features in the referenced packages. Dependency version upgrades: * Updated `Identity.Module.API` to version `2.5.208` in `IdentityManager.API.csproj` to ensure the latest API features and fixes are included. * Upgraded `Identity.Module.AccountManager` to version `2.5.34` in `MinimalApi.Identity.API.csproj` for improved account management functionality. * Updated `Identity.Module.Shared` to version `2.5.38` in `MinimalApi.Identity.Core.csproj` for enhanced shared module capabilities. * Upgraded `AWSSDK.S3` to version `4.0.9.1` in `MinimalApi.Identity.Shared.csproj` to benefit from the latest AWS S3 SDK improvements.
2 parents 2393f5e + 31bc9b0 commit 8e29a19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.207" />
11+
<PackageReference Include="Identity.Module.API" Version="2.5.208" />
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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.33" />
33+
<PackageReference Include="Identity.Module.AccountManager" Version="2.5.34" />
3434
<PackageReference Include="Identity.Module.AuthManager" Version="2.5.35" />
3535
<PackageReference Include="Identity.Module.Core" Version="2.5.122" />
3636
<PackageReference Include="Identity.Module.EmailManager" Version="2.5.34" />

src/MinimalApi.Identity.Core/MinimalApi.Identity.Core.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="FluentValidation.DependencyInjectionExtensions" Version="12.0.0" />
28-
<PackageReference Include="Identity.Module.Shared" Version="2.5.36" />
28+
<PackageReference Include="Identity.Module.Shared" Version="2.5.38" />
2929
<PackageReference Include="MailKit" Version="4.14.1" />
3030
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.21" />
3131
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.21" />

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.9" />
34+
<PackageReference Include="AWSSDK.S3" Version="4.0.9.1" />
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)