2019-07-11 21:44:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
|
|
<metadata>
|
2019-07-12 20:48:37 +02:00
|
|
|
<id>capnpc-csharp-win-x86</id>
|
2019-08-21 20:51:22 +02:00
|
|
|
<version>$version$</version>
|
2019-08-07 19:51:06 +02:00
|
|
|
<packageSourceUrl>https://github.com/c80k/capnproto-dotnetcore/tree/master/chocolatey</packageSourceUrl>
|
2019-07-11 21:44:42 +02:00
|
|
|
<authors>Christian Köllner and contributors</authors>
|
2019-07-28 18:14:11 +02:00
|
|
|
<owners>Christian Köllner</owners>
|
2019-07-11 21:44:42 +02:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<!--<license type="expression">MIT</license>-->
|
2019-07-28 18:14:11 +02:00
|
|
|
<licenseUrl>https://github.com/c80k/capnproto-dotnetcore/blob/master/LICENSE</licenseUrl>
|
2019-07-11 21:44:42 +02:00
|
|
|
<projectUrl>https://github.com/c80k/capnproto-dotnetcore</projectUrl>
|
2019-07-14 19:41:13 +02:00
|
|
|
<title>capnpc-csharp (Install)</title>
|
2019-07-12 20:48:37 +02:00
|
|
|
<description>Cap'n Proto C# code generator backend, self-contained Windows x86</description>
|
2019-07-11 21:44:42 +02:00
|
|
|
<copyright>Christian Köllner and contributors</copyright>
|
2019-07-28 18:14:11 +02:00
|
|
|
<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>
|
2019-07-11 21:44:42 +02:00
|
|
|
<tags>capnp capnpc RPC serialization cerealization</tags>
|
2019-07-28 18:14:11 +02:00
|
|
|
<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>
|
2019-07-11 21:44:42 +02:00
|
|
|
<!--<repository type="Git" />-->
|
2019-08-31 15:58:32 +02:00
|
|
|
<releaseNotes>https://github.com/c80k/capnproto-dotnetcore/releases/tag/v$version$</releaseNotes>
|
2019-07-14 19:41:13 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency id="capnproto" version="0.7.0" />
|
|
|
|
</dependencies>
|
2019-07-11 21:44:42 +02:00
|
|
|
</metadata>
|
|
|
|
<files>
|
|
|
|
<file src="chocolateyinstall.ps1" target="tools" />
|
|
|
|
<file src="chocolateyuninstall.ps1" target="tools" />
|
2019-09-01 12:51:36 +02:00
|
|
|
<file src="..\LICENSE.txt" target="tools" />
|
|
|
|
<file src="..\VERIFICATION.txt" target="tools" />
|
2019-07-28 18:14:11 +02:00
|
|
|
<file src=".\bin\**" target="bin" />
|
2019-07-11 21:44:42 +02:00
|
|
|
</files>
|
|
|
|
</package>
|