Files
Seasoned/.nuget/packages/microsoft.openapi/1.6.17/microsoft.openapi.nuspec

22 lines
1.1 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.OpenApi</id>
<version>1.6.17</version>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<readme>README.md</readme>
<projectUrl>https://github.com/Microsoft/OpenAPI.NET</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<description>.NET models with JSON and YAML writers for OpenAPI specification</description>
<releaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>OpenAPI .NET</tags>
<repository type="git" url="https://github.com/Microsoft/OpenAPI.NET" commit="ccd4a43fc951448ebc2ea1be8072724e53598239" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>