JsonPatch 2.0.5
dotnet add package JsonPatch --version 2.0.5
NuGet\Install-Package JsonPatch -Version 2.0.5
<PackageReference Include="JsonPatch" Version="2.0.5" />
paket add JsonPatch --version 2.0.5
#r "nuget: JsonPatch, 2.0.5"
// Install JsonPatch as a Cake Addin
#addin nuget:?package=JsonPatch&version=2.0.5
// Install JsonPatch as a Cake Tool
#tool nuget:?package=JsonPatch&version=2.0.5
JsonPatch support for ASP.NET Core 6 including support for ASP.NET Minimal APIs. Legacy support for ASP.NET MVC (.NET Framework 4.8).
There are no external dependencies for the .NET 6 version and minimal dependencies for the .NET Framework Version.
Thank you to all the contributers:
* tugberkugurlu (Tugberk Ugurlu)
* mindingdata (Wade Gausden)
* donaldgray
* lukas-shawford (Lukas Shawford)
* akozmic (Adam Kozmic)
* zihotki (Vasili Puchko)
* nikitasavinov (Nikita)
* denis-tsv (Denis)
* cajonesvu (Chris Jones)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- Newtonsoft.Json (>= 13.0.1)
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.5 | 635 | 6/25/2023 |
2.0.5-alpha | 108 | 6/24/2023 |
2.0.4-alpha | 64 | 6/22/2023 |
2.0.3-alpha | 107 | 6/22/2023 |
2.0.2-alpha | 62 | 6/21/2023 |
2.0.0-alpha | 1,363 | 6/3/2022 |
1.0.2 | 420,427 | 5/18/2016 |
1.0.1-alpha | 1,194 | 3/11/2015 |
1.0.0 | 50,119 | 12/9/2014 |
What's Changed
ASP.NET Core Minimal Web API Support by @myquay
Added support of dash (-) character for add methods for collections by @zihotki
Implemented support for Dictionaries by @zihotki
Update README.md (minor text changes) by @nikitasavinov
Removed new() constraint for JsonPatchDocument by @denis-tsv
Json converter and fixed move by @denis-tsv
Support for 'test' operation by @cajonesvu
New Contributors
@zihotki made their first contribution
@nikitasavinov made their first contribution
@denis-tsv made their first contribution
@cajonesvu made their first contribution