Skip to content

Commit

Permalink
Update project versions and package dependencies
Browse files Browse the repository at this point in the history
Updated the `Elf.Api` project version from `6.12.0` to `6.12.1`.
- Updated `MediatR` package from `12.4.0` to `12.4.1`.
- Updated `Swashbuckle.AspNetCore` package from `6.7.0` to `6.7.3`.
- Updated `NetEscapades.AspNetCore.SecurityHeaders` package from `0.22.0` to `0.23.0`.
- Updated `Microsoft.Identity.Web` package from `3.0.1` to `3.1.0`.

Updated the `ElfAdmin` project version from `6.12.0` to `6.12.1`.
- Updated `Microsoft.FluentUI.AspNetCore.Components` package from `4.9.3` to `4.10.0`.
- Updated `Microsoft.FluentUI.AspNetCore.Components.Icons` package from `4.9.3` to `4.10.0`.
  • Loading branch information
EdiWang committed Sep 11, 2024
1 parent bba4f7a commit 7f79db3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/API/Elf.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Edi Wang</Authors>
<Company>edi.wang</Company>
<Copyright>(C) 2024 edi.wang@outlook.com</Copyright>
<Version>6.12.0</Version>
<Version>6.12.1</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,13 +18,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MediatR" Version="12.4.0" />
<PackageReference Include="MediatR" Version="12.4.1" />
<PackageReference Include="UAParser" Version="3.1.47" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.0" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.22.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.23.0" />
<PackageReference Include="Edi.ChinaDetector" Version="1.2.251" />

<PackageReference Include="Microsoft.Identity.Web" Version="3.0.1" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.1.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="3.5.0" />

<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.8" />
Expand Down
6 changes: 3 additions & 3 deletions src/Admin/ElfAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<Authors>Edi Wang</Authors>
<Company>edi.wang</Company>
<Copyright>(C) 2024 edi.wang@outlook.com</Copyright>
<Version>6.12.0</Version>
<Version>6.12.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.3" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.9.3" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.10.0" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.10.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7f79db3

Please sign in to comment.