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] Microsoft.Extensions.DependencyInjection bump to 8.0.0
  • Loading branch information
i4004 committed Jun 9, 2024
1 parent 393e50b commit 413c722
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3] - 2024-06-09

### Dependencies

- Simplify.DI bump to 4.2.11
- Microsoft.Extensions.DependencyInjection bump to 8.0.0

## [1.2] - 2023-08-01

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

<Version>1.2</Version>
<Version>1.3</Version>

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

0 comments on commit 413c722

Please sign in to comment.