This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/pkg/nuget/ZeroTier.Sockets/ZeroTier.Sockets.x86.nuspec
2021-02-05 15:58:48 -08:00

34 lines
1.5 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ZeroTier.Sockets.x86</id>
<version>0.0.0</version>
<authors>ZeroTier, Inc.</authors>
<owners>ZeroTier, Inc.</owners>
<projectUrl>http://github.com/zerotier/libzt</projectUrl>
<license type="file">LICENSE.txt</license>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>Initial release</releaseNotes>
<description>Encrypted P2P SD-WAN networking layer (Managed C# API) [x86]</description>
<title>Encrypted P2P SD-WAN networking layer (Managed C# API) [x86]</title>
<copyright>Copyright 2021 ZeroTier, Inc.</copyright>
<tags>p2p networking utility library sdwan socket tcp udp ip encryption vpn sdk zerotier libzt libzerotier native</tags>
<repository type="git" url="https://github.com/zerotier/libzt" />
<contentFiles>
<files include="cs/**/*.*" buildAction="None" flatten="false" copyToOutput="true"/>
</contentFiles>
</metadata>
<files>
<file src="readme.txt" target="" />
<file src="icon.png" target="" />
<file src="lib\**" target="lib" />
<file src="runtimes\**" target="runtimes" />
<file src="licenses\LICENSE.txt" target="" />
<file src="runtimes\win10-x86\lib\uap10.0\*.dll" target="ref\uap10.0" />
<file src="contentFiles\*.cs" target="contentFiles\cs\any\ZeroTier.Source.ReadOnly" />
<file src="runtimes\win10-x86\lib\uap10.0\*.dll" target="build" />
<file src="runtimes\win10-x86\native\*.dll" target="ref\native" />
</files>
</package>