-
Notifications
You must be signed in to change notification settings - Fork 5
/
native-package.nuspec
22 lines (22 loc) · 1.08 KB
/
native-package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" ?>
<package>
<metadata>
<id>OpenZiti.NET.native</id>
<version>0.0.1</version>
<title>Native OpenZiti Libraries for use with .NET</title>
<authors>openziti.org</authors>
<owners>OpenZiti Maintainers</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/openziti/ziti-sdk-csharp</projectUrl>
<icon>ziti-v2.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A nuget package which wraps the native ziti C SDK into a package easily consumable from .NET</summary>
<copyright>Copyright NetFoundry Inc. All rights reserved.</copyright>
<tags>native dll</tags>
<description>This nuget package contains native libraries compiled for the targeted platforms. Expected targets are Windows x86 and x64, linux x64, MacOS x64</description>
</metadata>
<files>
<file src="ziti-v2.png" target="" />
<file src="runtimes\**\*" target="\runtimes" />
</files>
</package>