2019-09-01 12:51:36 +02:00

35 lines
1.9 KiB
XML

<?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>$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>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" />-->
<releaseNotes>https://github.com/c80k/capnproto-dotnetcore/releases/tag/v$version$</releaseNotes>
<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.txt" target="tools" />
<file src="..\VERIFICATION.txt" target="tools" />
<file src=".\bin\**" target="bin" />
</files>
</package>