Skip to content

Commit 1eb941a

Browse files
committed
- Changelog update
- Version set .NET 5.0 explicit support
1 parent 7a6e644 commit 1eb941a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Simplify.DI/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [4.0.19] - 2021-06-10
4+
5+
### Dependencies
6+
7+
- Internal DryIoc bump to 4.8 (PR#299)
8+
39
## [4.0.18] - 2021-05-29
410

511
### Dependencies

src/Simplify.DI/Simplify.DI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp3.1;netstandard2.0;netstandard1.0;net452</TargetFrameworks>
3+
<TargetFrameworks>net5.0;netcoreapp3.1;netstandard2.0;netstandard1.0;net452</TargetFrameworks>
44
<LangVersion>9.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
@@ -9,7 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>4.0.18</Version>
12+
<Version>4.0.19</Version>
1313

1414
<Authors>Alexander Krylkov</Authors>
1515
<Product>Simplify</Product>

0 commit comments

Comments
 (0)