Skip to content

Commit af5594d

Browse files
committed
[edit] version/changelog
[fix] .NET 5 obsolescence warning
1 parent a1da538 commit af5594d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/Simplify.Web.Json/CHANGELOG.md

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

3+
## [2.2.4] - 2022-11-30
4+
5+
### Dependencies
6+
7+
- Newtonsoft.Json bump to 3.0.2 (PR#22)
8+
39
## [2.2.3] - 2022-05-18
410

511
### Added

src/Simplify.Web.Json/Simplify.Web.Json.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1;netstandard2.0;net462</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
<Nullable>enable</Nullable>
6+
<CheckEolTargetFramework>false</CheckEolTargetFramework>
7+
68
<EmbedUntrackedSources>true</EmbedUntrackedSources>
79
<IncludeSymbols>true</IncludeSymbols>
810
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
911
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1012

11-
<Version>2.2.3</Version>
13+
<Version>2.2.4</Version>
1214

1315
<Authors>Alexander Krylkov</Authors>
1416
<Product>Simplify</Product>

0 commit comments

Comments
 (0)