Skip to content

Commit

Permalink
[edit] version/changelog
Browse files Browse the repository at this point in the history
[up] Simplify.String.Sources to 1.2.2
  • Loading branch information
i4004 committed Aug 20, 2023
1 parent a8ece0e commit de704fc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions src/Simplify.Web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [4.7.0] - 2022-08-20

### Removed

- .NET 5 support
- .NET Core 3.1 support
- .NET Framework 4.6.2 support

### Added

- .NET Standard 2.1 support
- `Created` response with HTTP 201 status (#226)
- Additional comments

### Dependencies

- Simplify.DI bump to 4.2.10
- Simplify.Templates bump to 2.0.1
- Internal Simplify.Sting.Sources bump to 1.2.2
- Internal Simplify.Xml.Sources bump to 1.3.1

#### For target frameworks .NET Standard 2.1, .NET Standard 2.0, .NET Framework 4.8

- Microsoft.Extensions.Configuration.Json bump to 3.1.32

- Microsoft.AspNetCore.Http dependency removed
- Microsoft.AspNetCore.Hosting.Abstractions dependency removed

## [4.6.0] - 2022-05-17

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>4.6</Version>
<Version>4.7</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -33,7 +33,7 @@
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
<PackageReference Include="Simplify.Templates" Version="2.0.1" />
<PackageReference Include="Simplify.String.Sources" Version="1.2.1" PrivateAssets="All" />
<PackageReference Include="Simplify.String.Sources" Version="1.2.2" PrivateAssets="All" />
<PackageReference Include="Simplify.System.Sources" Version="1.6.2" PrivateAssets="All" />
<PackageReference Include="Simplify.Xml.Sources" Version="1.3.1" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit de704fc

Please sign in to comment.