Skip to content

Commit

Permalink
[up] Simplify.DI bump to 4.2.11
Browse files Browse the repository at this point in the history
[up] SimpleInjector bump to 5.4.6
  • Loading branch information
i4004 committed Jun 9, 2024
1 parent e3f7b38 commit 43087b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.3] - 2024-06-09

### Dependencies

- Simplify.DI bump to 4.2.11
- SimpleInjector bump to 5.4.6

## [1.11.2] - 2023-08-01

### Removed
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.2</Version>
<Version>1.11.3</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -23,8 +23,8 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Simplify.DI" Version="4.2.10" />
<PackageReference Include="SimpleInjector" Version="5.4.1" />
<PackageReference Include="Simplify.DI" Version="4.2.11" />
<PackageReference Include="SimpleInjector" Version="5.4.6" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 43087b1

Please sign in to comment.