Skip to content

Commit

Permalink
[up] Internal DryIoc bump to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Jun 9, 2024
1 parent 656028c commit e3f7b38
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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.2.11] - 2024-06-09

### Dependencies

- Internal DryIoc bump to 5.4.3

## [4.2.10] - 2023-07-31

### Removed
Expand Down
4 changes: 2 additions & 2 deletions src/Simplify.DI/Simplify.DI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>4.2.10</Version>
<Version>4.2.11</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -25,7 +25,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DryIoc" Version="5.4.1" PrivateAssets="All" />
<PackageReference Include="DryIoc" Version="5.4.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
Expand Down

0 comments on commit e3f7b38

Please sign in to comment.