Skip to content

Commit

Permalink
[edit] version/CHANGELOG
Browse files Browse the repository at this point in the history
 .NET 6 explicit support
  • Loading branch information
i4004 committed Jul 21, 2022
1 parent f5c5f74 commit db05e4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions src/Simplify.DI.Provider.SimpleInjector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.10.2] - 2022-07-21

### Added

- .NET 6 explicit support

### Dependencies

- SimpleInjector bump to 5.4.0 (PR#415)
- Simplify.DI bump to 4.2.3

## [1.10.1] - 2022-02-08

### Dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard1.3;net452</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.0;netstandard1.3;net452</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.10.1</Version>
<Version>1.10.2</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -22,7 +22,7 @@
<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.1.5" />
<PackageReference Include="Simplify.DI" Version="4.2.3" />
<PackageReference Include="SimpleInjector" Version="5.4.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit db05e4d

Please sign in to comment.