31 lines
1.8 KiB
Plaintext
Raw Normal View History

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-14 19:41:13 +02:00
<id>capnpc-csharp</id>
<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>
<owners>Christian Köllner</owners>
2019-07-11 21:44:42 +02:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<license type="expression">MIT</license>-->
<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>
<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>
2019-07-11 21:44:42 +02:00
<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>
2019-07-11 21:44:42 +02:00
<tags>capnp capnpc RPC serialization cerealization</tags>
<!--<repository type="Git" />-->
<releaseNotes>https://github.com/c80k/capnproto-dotnetcore/releases/tag/v$version$</releaseNotes>
2020-01-02 20:49:30 +01:00
<dependencies>
<dependency id="capnproto" version="0.7.0" />
</dependencies>
2019-07-11 21:44:42 +02:00
</metadata>
<files/>
2019-07-11 21:44:42 +02:00
</package>