forked from RevenantX/LiteNetLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LiteNetLib.nuspec
34 lines (34 loc) · 1.33 KB
/
LiteNetLib.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package>
<metadata>
<id>LiteNetLib</id>
<title>LiteNetLib</title>
<version>0.9.3.2</version>
<authors>Ruslan Pyrch</authors>
<owners>RevenantX</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/RevenantX/LiteNetLib</projectUrl>
<repository type="git" url="https://github.com/RevenantX/LiteNetLib" branch="master" commit="f01cca3eb9bc3c135787ea2ec2443b45c35d4d2e"/>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Lite reliable UDP library for .NET, Mono, and .NET Core.</description>
<copyright>Copyright 2020 Ruslan Pyrch</copyright>
<tags>udp reliable-udp network</tags>
<releaseNotes>https://github.com/RevenantX/LiteNetLib/releases/tag/v0.9.3.2</releaseNotes>
<dependencies>
<group targetFramework="net35">
</group>
<group targetFramework="netcoreapp2.1">
</group>
<group targetFramework="netcoreapp3.0">
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Net.NetworkInformation" version="4.3.0" />
<dependency id="System.Net.NameResolution" version="4.3.0" />
<dependency id="System.Threading.Thread" version="4.3.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="LiteNetLib\bin\$configuration$\**" target="lib"/>
</files>
</package>