Files
git.stella-ops.org/local-nuget/jsonpointer.net/3.0.3/JsonPointer.Net.nuspec
2025-11-17 20:46:40 +02:00

23 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>JsonPointer.Net</id>
<version>3.0.3</version>
<authors>Greg Dennis</authors>
<license type="file">LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>json-logo-256.png</icon>
<projectUrl>https://github.com/gregsdennis/json-everything</projectUrl>
<description>[JSON Pointer](https://tools.ietf.org/html/rfc6901) built on the System.Text.Json namespace.
Read the full documentation at https://docs.json-everything.net/pointer/basics/.</description>
<releaseNotes>Release notes can be found at https://docs.json-everything.net/rn-json-pointer/</releaseNotes>
<tags>json-pointer json pointer</tags>
<repository type="git" url="https://github.com/gregsdennis/json-everything" commit="27e320a9fbd3119bd1046ab7063b0cad4c746045" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Json.More.Net" version="1.8.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>