-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathENet-CSharp.nuspec
More file actions
18 lines (18 loc) · 778 Bytes
/
ENet-CSharp.nuspec
File metadata and controls
18 lines (18 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ENet-CSharp</id>
<version>2.4.5</version>
<title>ENet-CSharp</title>
<authors>Matt Coburn</authors>
<owners>coburn64</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">license\license.txt</license>
<projectUrl>https://github.com/SoftwareGuy/ENet-CSharp</projectUrl>
<description>Reliable UDP networking library extended for the .NET environment</description>
<summary></summary>
<releaseNotes></releaseNotes>
<copyright>(c) 2019-2020 Matt Coburn</copyright>
<tags>networking udp protocol ipv4 ipv6 gamedev</tags>
</metadata>
</package>