Skip to content

Commit

Permalink
[dep] bump to Simplify.DI 4.2.8
Browse files Browse the repository at this point in the history
[add] .NET Explicit support
  • Loading branch information
i4004 committed Dec 15, 2022
1 parent b7db525 commit 4f27516
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.4.3] - 2022-12-15

### Added

- .NET 6 explicit support

### Dependencies

- Simplify.DI bump to 4.2.8

## [1.4.2] - 2022-12-14

### Fixed
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;net462</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.0;net462</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.4.2</Version>
<Version>1.4.3</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Simplify.DI" Version="4.1.*" />
<PackageReference Include="Simplify.DI" Version="4.2.8" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 4f27516

Please sign in to comment.