-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Ruffles.nuspec
27 lines (27 loc) · 1.35 KB
/
Ruffles.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Ruffles</id>
<title>Ruffles</title>
<version>0.1.0</version>
<authors>Albin Corén</authors>
<owners>TwoTen</owners>
<licenseUrl>https://github.com/MidLevel/Ruffles/blob/master/LICENCE</licenseUrl>
<projectUrl>https://github.com/MidLevel/Ruffles</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Lightweight high performance reliable UDP library</description>
<copyright>Copyright © 2019 Albin Corén</copyright>
<tags>lightweight high performance reliable udp protocol game network networking</tags>
<dependencies>
<group targetFramework="netstandard2.0" />
<group targetFramework="netstandard2.1" />
</dependencies>
</metadata>
<files>
<file src="LICENCE" target="LICENCE" />
<file src="Ruffles/bin/$configuration$/netstandard2.0/Ruffles.dll" target="lib/netstandard2.0/Ruffles.dll"/>
<file src="Ruffles/bin/$configuration$/netstandard2.1/Ruffles.dll" target="lib/netstandard2.0/Ruffles.pdb"/>
<file src="Ruffles/bin/$configuration$/netstandard2.0/Ruffles.dll" target="lib/netstandard2.1/Ruffles.dll"/>
<file src="Ruffles/bin/$configuration$/netstandard2.1/Ruffles.dll" target="lib/netstandard2.1/Ruffles.pdb"/>
</files>
</package>