JsonPatch 2.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package JsonPatch --version 2.0.5
NuGet\Install-Package JsonPatch -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JsonPatch" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsonPatch --version 2.0.5
#r "nuget: JsonPatch, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8 824 2/24/2024
2.0.7 1,888 11/24/2023
2.0.6 240 10/21/2023
2.0.5 1,405 6/25/2023
2.0.5-alpha 148 6/24/2023
2.0.4-alpha 81 6/22/2023
2.0.3-alpha 144 6/22/2023
2.0.2-alpha 82 6/21/2023
2.0.0-alpha 1,550 6/3/2022
1.0.2 466,386 5/18/2016
1.0.1-alpha 1,217 3/11/2015
1.0.0 55,539 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