<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>capnpc-csharp</id>
    <version>$version$</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>[Deprecated] capnpc-csharp (Install)</title>
    <description>Cap'n Proto C# code generator backend, portable .NET Core 2.1
    This package is deprecated now. It was converted to a .NET Core CLI tool which is now hosted here: https://www.nuget.org/packages/capnpc-csharp
    To install, type: dotnet tool install -g capnpc-csharp
    </description>
    <summary>Cap'n Proto C# code generator backend. This is the portable variant which depends on .NET Core 2.1 (as opposed to capnpc-csharp-win-x86)</summary>
    <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>
    <!--<repository type="Git" />-->
    <releaseNotes>https://github.com/c80k/capnproto-dotnetcore/releases/tag/v$version$</releaseNotes>
    <dependencies>
        <dependency id="capnproto" version="0.7.0" />
    </dependencies>
  </metadata>
<files/>
</package>