JsonPatch 2.0.8

dotnet add package JsonPatch --version 2.0.8
NuGet\Install-Package JsonPatch -Version 2.0.8
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.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsonPatch --version 2.0.8
#r "nuget: JsonPatch, 2.0.8"
#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.8

// Install JsonPatch as a Cake Tool
#tool nuget:?package=JsonPatch&version=2.0.8

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)
     * broderickt2 (Broderick)

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 753 2/24/2024
2.0.7 1,750 11/24/2023
2.0.6 234 10/21/2023
2.0.5 1,356 6/25/2023
2.0.5-alpha 147 6/24/2023
2.0.4-alpha 80 6/22/2023
2.0.3-alpha 143 6/22/2023
2.0.2-alpha 81 6/21/2023
2.0.0-alpha 1,544 6/3/2022
1.0.2 464,936 5/18/2016
1.0.1-alpha 1,216 3/11/2015
1.0.0 55,423 12/9/2014

## What's Changed
* Support extending the BaseResolver by @myquay in https://github.com/myquay/JsonPatch/pull/59


**Full Changelog**: https://github.com/myquay/JsonPatch/compare/2.0.7...2.0.8