<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>capnpc-csharp-win-x86</id>
    <version>1.0.0</version>
    <packageSourceUrl>https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey</packageSourceUrl>
    <authors>Christian Köllner and contributors</authors>
    <owners>Christian Köllner</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <!--<license type="expression">MIT</license>-->
    <licenseUrl>https://github.com/c80k/capnproto-dotnetcore/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/c80k/capnproto-dotnetcore</projectUrl>
    <title>capnpc-csharp (Install)</title>
    <description>Cap'n Proto C# code generator backend, self-contained Windows x86</description>
    <copyright>Christian Köllner and contributors</copyright>
    <projectSourceUrl>https://github.com/c80k/capnproto-dotnetcore</projectSourceUrl>
    <docsUrl>https://github.com/c80k/capnproto-dotnetcore/wiki</docsUrl>
    <bugTrackerUrl>https://github.com/c80k/capnproto-dotnetcore/issues</bugTrackerUrl>
    <tags>capnp capnpc RPC serialization cerealization</tags>
    <summary>Cap'n Proto C# code generator backend. This is the self-contained variant. It requires Windows x86/x64 
    (as opposed to the capnpc-csharp package, which is CPU-independent but requires a .NET Core runtime)</summary>
    <!--<repository type="Git" />-->
    <dependencies>
        <dependency id="capnproto" version="0.7.0" />
    </dependencies>
  </metadata>
<files>
    <file src="chocolateyinstall.ps1" target="tools" />
    <file src="chocolateyuninstall.ps1" target="tools" />
    <file src="..\..\LICENSE" target="tools\LICENSE" />
    <file src="..\VERIFICATION" target="tools\VERIFICATION" />
    <file src=".\bin\**" target="bin" />
  </files>
</package>