-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.nuspec
36 lines (33 loc) · 1.85 KB
/
Package.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
35
36
<?xml version="1.0"?>
<package >
<metadata>
<id>Upp.Net</id>
<version>0.0.0</version>
<authors>UPP</authors>
<owners>UPP</owners>
<licenseUrl>https://github.com/ThomasZeman/Upp.Net/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Experimental UDP library</description>
<releaseNotes>not available</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags></tags>
</metadata>
<files>
<file src="bin/Android/AnyCPU/Release/Upp.Net.Platform.dll" target="lib/MonoAndroid60" />
<file src="bin/Android/AnyCPU/Release/Upp.Net.Platform.pdb" target="lib/MonoAndroid60" />
<file src="bin/Android/AnyCPU/Release/Upp.Net.dll" target="lib/MonoAndroid60" />
<file src="bin/Android/AnyCPU/Release/Upp.Net.pdb" target="lib/MonoAndroid60" />
<file src="bin/iOS/AnyCPU/Release/Upp.Net.Platform.dll" target="lib/Xamarin.iOS90" />
<file src="bin/iOS/AnyCPU/Release/Upp.Net.Platform.pdb" target="lib/Xamarin.iOS90" />
<file src="bin/iOS/AnyCPU/Release/Upp.Net.dll" target="lib/Xamarin.iOS90" />
<file src="bin/iOS/AnyCPU/Release/Upp.Net.pdb" target="lib/Xamarin.iOS90" />
<file src="bin/Windows/x86/Release/Upp.Net.Platform.dll" target="lib/net452" />
<file src="bin/Windows/x86/Release/Upp.Net.Platform.pdb" target="lib/net452" />
<file src="bin/Windows/x86/Release/Upp.Net.dll" target="lib/net452" />
<file src="bin/Windows/x86/Release/Upp.Net.pdb" target="lib/net452" />
<file src="bin/Pcl/Release/Upp.Net.dll" target="lib/portable-net451+netcore451" />
<file src="bin/Pcl/Release/Upp.Net.pdb" target="lib/portable-net451+netcore451" />
<file src="bin/Pcl/Release/Upp.Net.Platform.dll" target="lib/portable-net451+netcore451" />
<file src="bin/Pcl/Release/Upp.Net.Platform.pdb" target="lib/portable-net451+netcore451" />
</files>
</package>