File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.7.0] - 2022-08-20
4
+
5
+ ### Removed
6
+
7
+ - .NET 5 support
8
+ - .NET Core 3.1 support
9
+ - .NET Framework 4.6.2 support
10
+
11
+ ### Added
12
+
13
+ - .NET Standard 2.1 support
14
+ - ` Created ` response with HTTP 201 status (#226 )
15
+ - Additional comments
16
+
17
+ ### Dependencies
18
+
19
+ - Simplify.DI bump to 4.2.10
20
+ - Simplify.Templates bump to 2.0.1
21
+ - Internal Simplify.Sting.Sources bump to 1.2.2
22
+ - Internal Simplify.Xml.Sources bump to 1.3.1
23
+
24
+ #### For target frameworks .NET Standard 2.1, .NET Standard 2.0, .NET Framework 4.8
25
+
26
+ - Microsoft.Extensions.Configuration.Json bump to 3.1.32
27
+
28
+ - Microsoft.AspNetCore.Http dependency removed
29
+ - Microsoft.AspNetCore.Hosting.Abstractions dependency removed
30
+
3
31
## [ 4.6.0] - 2022-05-17
4
32
5
33
### Added
Original file line number Diff line number Diff line change 9
9
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
10
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
11
11
12
- <Version >4.6 </Version >
12
+ <Version >4.7 </Version >
13
13
14
14
<Authors >Alexander Krylkov</Authors >
15
15
<Product >Simplify</Product >
33
33
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
34
34
<PackageReference Include =" Simplify.DI" Version =" 4.2.10" />
35
35
<PackageReference Include =" Simplify.Templates" Version =" 2.0.1" />
36
- <PackageReference Include =" Simplify.String.Sources" Version =" 1.2.1 " PrivateAssets =" All" />
36
+ <PackageReference Include =" Simplify.String.Sources" Version =" 1.2.2 " PrivateAssets =" All" />
37
37
<PackageReference Include =" Simplify.System.Sources" Version =" 1.6.2" PrivateAssets =" All" />
38
38
<PackageReference Include =" Simplify.Xml.Sources" Version =" 1.3.1" PrivateAssets =" All" />
39
39
</ItemGroup >
You can’t perform that action at this time.
0 commit comments