Skip to content

Commit 4791e20

Browse files
committed
[up] SimpleInjector to 5.5
1 parent b8612ed commit 4791e20

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md

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

3+
## [1.11.4] - 2024-12-12
4+
5+
### Dependencies
6+
7+
- SimpleInjector bump to 5.5
8+
39
## [1.11.3] - 2024-06-09
410

511
### Dependencies

src/Simplify.DI.Provider.SimpleInjector/Simplify.DI.Provider.SimpleInjector.csproj

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

11-
<Version>1.11.3</Version>
11+
<Version>1.11.4</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<ItemGroup>
2626
<PackageReference Include="Simplify.DI" Version="4.2.11" />
27-
<PackageReference Include="SimpleInjector" Version="5.4.6" />
27+
<PackageReference Include="SimpleInjector" Version="5.5.0" />
2828
</ItemGroup>
2929
<ItemGroup>
3030
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)