jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
    <metadata>
        <id>Owin</id>
        <version>1.0</version>
        <title>OWIN</title>
        <authors>OWIN startup components contributors</authors>
        <owners>OWIN startup components contributors</owners>
        <licenseUrl>https://github.com/owin-contrib/owin-hosting/blob/master/LICENSE.txt</licenseUrl>
        <projectUrl>https://github.com/owin-contrib/owin-hosting/</projectUrl>
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
        <description>OWIN IAppBuilder startup interface</description>
        <tags>OWIN</tags>
    </metadata>
</package>