Skip to content

Commit

Permalink
[edit] version/changelog
Browse files Browse the repository at this point in the history
[fix] .NET 5 obsolescence warning
  • Loading branch information
i4004 committed Nov 30, 2022
1 parent a1da538 commit af5594d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/Simplify.Web.Json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.2.4] - 2022-11-30

### Dependencies

- Newtonsoft.Json bump to 3.0.2 (PR#22)

## [2.2.3] - 2022-05-18

### Added
Expand Down
4 changes: 3 additions & 1 deletion src/Simplify.Web.Json/Simplify.Web.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1;netstandard2.0;net462</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<CheckEolTargetFramework>false</CheckEolTargetFramework>

<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>2.2.3</Version>
<Version>2.2.4</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand Down

0 comments on commit af5594d

Please sign in to comment.