Skip to content

Commit ae4452f

Browse files
committed
4.1.0
1 parent 1339957 commit ae4452f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.0
2+
3+
- Adds .NET 9 support
4+
15
## 4.0.0
26

37
**BREAKING CHANGE:** SystemTextJsonPatch now supports different property naming policies!

SystemTextJsonPatch/SystemTextJsonPatch.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>aspnetcore;json;jsonpatch;system.text.json;rfc6902;</PackageTags>
99
<LangVersion>12</LangVersion>
10-
<Version>4.0.0</Version>
10+
<Version>4.1.0</Version>
1111
<RepositoryUrl>https://github.com/Havunen/SystemTextJsonPatch.git</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
13-
<AnalysisLevel>8.0-all</AnalysisLevel>
13+
<AnalysisLevel>9.0-all</AnalysisLevel>
1414
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1515
<IncludeSymbols>true</IncludeSymbols>
1616
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)