23 lines
1.0 KiB
XML
Executable File
23 lines
1.0 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata minClientVersion="2.12">
|
|
<id>JsonSchema.Net</id>
|
|
<version>7.3.1</version>
|
|
<authors>Greg Dennis</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>json-logo-256.png</icon>
|
|
<readme>README.md</readme>
|
|
<projectUrl>https://github.com/json-everything/json-everything</projectUrl>
|
|
<description>JSON Schema built on the System.Text.Json namespace.</description>
|
|
<releaseNotes>Release notes can be found at https://json-everything.net/json-schema</releaseNotes>
|
|
<tags>json-schema validation schema json</tags>
|
|
<repository type="git" url="https://github.com/json-everything/json-everything" />
|
|
<dependencies>
|
|
<group>
|
|
<dependency id="JsonPointer.Net" version="5.1.0" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |