Skip to content

Commit

Permalink
[up] SimpleInjector to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Dec 12, 2024
1 parent b8612ed commit 4791e20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.11.4] - 2024-12-12

### Dependencies

- SimpleInjector bump to 5.5

## [1.11.3] - 2024-06-09

### Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.11.3</Version>
<Version>1.11.4</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Simplify.DI" Version="4.2.11" />
<PackageReference Include="SimpleInjector" Version="5.4.6" />
<PackageReference Include="SimpleInjector" Version="5.5.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 4791e20

Please sign in to comment.