-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nuspec
26 lines (26 loc) · 1.15 KB
/
package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Metadev.Oas3</id>
<title>Metadev.Oas3</title>
<version>0.0.1</version>
<authors>Pedro J. Molina, Metadev S.L.</authors>
<owners>pjmolina</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>http://github.com/metadevpro/oas3</projectUrl>
<iconUrl>http://github.com/metadevpro/oas3/Resources/oas3-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Initial version</releaseNotes>
<description>OpenAPI3 Spec generation for .NET Core APIs.</description>
<copyright>Copyright ©2018 Metadev S.L.</copyright>
<tags>openapi netcore</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="Readme.md" target="" />
<file src="LICENSE" target="" />
<file src=".\bin\Release\netcoreapp2.1\oas3.dll" target="lib" />
<file src=".\bin\Release\netcoreapp2.1\oas3.pdb" target="lib" />
</files>
</package>