Skip to content

Commit 413c722

Browse files
committed
[up] Simplify.DI bump to 4.2.11
[up] Microsoft.Extensions.DependencyInjection bump to 8.0.0
1 parent 393e50b commit 413c722

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3] - 2024-06-09
4+
5+
### Dependencies
6+
7+
- Simplify.DI bump to 4.2.11
8+
- Microsoft.Extensions.DependencyInjection bump to 8.0.0
9+
310
## [1.2] - 2023-08-01
411

512
### Added

src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.2</Version>
10+
<Version>1.3</Version>
1111

1212
<Authors>Alexander Krylkov</Authors>
1313
<Product>Simplify</Product>
@@ -22,8 +22,8 @@
2222
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Integration.Microsoft.Extensions.DependencyInjection/CHANGELOG.md for details</PackageReleaseNotes>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
26-
<PackageReference Include="Simplify.DI" Version="4.2.10" />
25+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
26+
<PackageReference Include="Simplify.DI" Version="4.2.11" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)