mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
36 lines
2.0 KiB
XML
36 lines
2.0 KiB
XML
<?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>capnpc-csharp (Install)</title>
|
|
<description>Cap'n Proto C# code generator backend, portable .NET Core 2.1</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" />
|
|
<dependency id="dotnetcore-runtime.install" version="2.1.6" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="chocolateyinstall.ps1" target="tools" />
|
|
<file src="chocolateyuninstall.ps1" target="tools" />
|
|
<file src=".\capnpc-csharp.ps1" target="tools" />
|
|
<file src="..\..\LICENSE" target="tools\LICENSE.txt" />
|
|
<file src="..\VERIFICATION" target="tools\VERIFICATION.txt" />
|
|
<file src=".\bin\**" target="bin" />
|
|
</files>
|
|
</package> |