Skip to content

Commit de704fc

Browse files
committed
[edit] version/changelog
[up] Simplify.String.Sources to 1.2.2
1 parent a8ece0e commit de704fc

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

src/Simplify.Web/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

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+
331
## [4.6.0] - 2022-05-17
432

533
### Added

src/Simplify.Web/Simplify.Web.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>4.6</Version>
12+
<Version>4.7</Version>
1313

1414
<Authors>Alexander Krylkov</Authors>
1515
<Product>Simplify</Product>
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
3434
<PackageReference Include="Simplify.DI" Version="4.2.10" />
3535
<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" />
3737
<PackageReference Include="Simplify.System.Sources" Version="1.6.2" PrivateAssets="All" />
3838
<PackageReference Include="Simplify.Xml.Sources" Version="1.3.1" PrivateAssets="All" />
3939
</ItemGroup>

0 commit comments

Comments
 (0)