21 lines
1.1 KiB
XML
21 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>Json.More.Net</id>
|
|
<version>1.8.0</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>Provides extended functionality for the System.Text.Json namespace.</description>
|
|
<releaseNotes>Release notes can be found on [GitHub](https://github.com/gregsdennis/json-everything/blob/master/json-everything.net/wwwroot/md/release-notes/json-more.md) and https://json-everything.net/json-more</releaseNotes>
|
|
<tags>json system.text.json json.more</tags>
|
|
<repository type="git" url="https://github.com/gregsdennis/json-everything" commit="487b7398ff5cf47d894cd693645a9a61bc0359c8" />
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard2.0">
|
|
<dependency id="System.Text.Json" version="6.0.2" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |