1234567891011121314151617181920212223 |
- <?xml version="1.0"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>ServiceStack.Api.Swagger</id>
- <version>3.9.59</version>
- <title>ServiceStack additional API for integration with Swagger</title>
- <authors>Demis Bellot</authors>
- <owners>Demis Bellot</owners>
- <licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
- <projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
- <iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>Provides a set of services to be discovered by Swagger (http://swagger.wordnik.com/)
- Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.</description>
- <summary>ServiceStack integration with Swagger</summary>
- <copyright>StackExpress.net 2012 and contributors</copyright>
- <language>en-US</language>
- <tags>Swagger API REST Docs ServiceStack</tags>
- <dependencies>
- <dependency id="ServiceStack" />
- </dependencies>
- </metadata>
- </package>
|