forked from martijn00/Xamarin-CrossDownloadManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXam.Plugins.DownloadManager.nuspec
116 lines (107 loc) · 11.3 KB
/
Xam.Plugins.DownloadManager.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.3">
<id>Xam.Plugins.DownloadManager</id>
<version>0.10.2</version>
<title>Cross-platform downloadmanager</title>
<authors>Simon Schick</authors>
<owners>Simon Schick</owners>
<licenseUrl>https://github.com/SimonSimCity/Xamarin-CrossDownloadManager/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/SimonSimCity/Xamarin-CrossDownloadManager</projectUrl>
<!--Default Icon, a template can be found: https://raw.githubusercontent.com/jamesmontemagno/Xamarin-Templates/master/Plugins-Templates/icons/plugin_icon.png-->
<iconUrl>https://raw.githubusercontent.com/jamesmontemagno/Xamarin-Templates/master/Plugins-Templates/icons/plugin_icon_nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
CrossDownloadManager is a cross-platform library for downloading files in the background.
</description>
<summary>CrossDownloadManager is a cross-platform library for downloading files in the background.</summary>
<tags>xamarin, pcl, xam.pcl, windows phone, winphone, wp8, winrt, android, xamarin.forms, ios, download, manager, files, background</tags>
<dependencies>
<group targetFramework="net">
</group>
<group targetFramework="win">
</group>
<group targetFramework="wp">
</group>
<group targetFramework="wpa">
</group>
<group targetFramework="MonoAndroid">
</group>
<group targetFramework="Xamarin.iOS10">
</group>
<group targetFramework="Xamarin.Mac20">
</group>
<group targetFramework="portable-net45+win+wpa81+wp80">
</group>
<group targetFramework="uap">
</group>
<group targetFramework="dotnet">
</group>
</dependencies>
</metadata>
<files>
<!--Core-->
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.dll" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.dll.mdb" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.dll.mdb" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.pdb" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.pdb" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.XML" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.XML" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.Abstractions.dll.mdb" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.Abstractions.dll.mdb" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.Abstractions.pdb" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.Abstractions.pdb" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Plugin.DownloadManager.Abstractions.xml" />
<!--dotnet-->
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.dll" target="lib\dotnet\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.pdb" target="lib\dotnet\Plugin.DownloadManager.pdb" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.XML" target="lib\dotnet\Plugin.DownloadManager.XML" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\dotnet\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.Abstractions.pdb" target="lib\dotnet\Plugin.DownloadManager.Abstractions.pdb" />
<file src="DownloadManager/Plugin.DownloadManager/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\dotnet\Plugin.DownloadManager.Abstractions.xml" />
<!--Win Phone Silverlight-->
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone8/bin/Release/Plugin.DownloadManager.dll" target="lib\wp8\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone8/bin/Release/Plugin.DownloadManager.pdb" target="lib\wp8\Plugin.DownloadManager.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone8/bin/Release/Plugin.DownloadManager.xml" target="lib\wp8\Plugin.DownloadManager.xml" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone8/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\wp8\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone8/bin/Release/Plugin.DownloadManager.Abstractions.pdb" target="lib\wp8\Plugin.DownloadManager.Abstractions.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone8/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\wp8\Plugin.DownloadManager.Abstractions.xml" />
<!--Win Phone 81-->
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone81/bin/Release/Plugin.DownloadManager.dll" target="lib\wpa81\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone81/bin/Release/Plugin.DownloadManager.pdb" target="lib\wpa81\Plugin.DownloadManager.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone81/bin/Release/Plugin.DownloadManager.xml" target="lib\wpa81\Plugin.DownloadManager.xml" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone81/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\wpa81\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone81/bin/Release/Plugin.DownloadManager.Abstractions.pdb" target="lib\wpa81\Plugin.DownloadManager.Abstractions.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsPhone81/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\wpa81\Plugin.DownloadManager.Abstractions.xml" />
<!--WinStore-->
<file src="DownloadManager/Plugin.DownloadManager.WindowsStore/bin/Release/Plugin.DownloadManager.dll" target="lib\win8\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsStore/bin/Release/Plugin.DownloadManager.pdb" target="lib\win8\Plugin.DownloadManager.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsStore/bin/Release/Plugin.DownloadManager.xml" target="lib\win8\Plugin.DownloadManager.xml" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsStore/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\win8\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsStore/bin/Release/Plugin.DownloadManager.Abstractions.pdb" target="lib\win8\Plugin.DownloadManager.Abstractions.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.WindowsStore/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\win8\Plugin.DownloadManager.Abstractions.xml" />
<!--Xamarin.Android-->
<file src="DownloadManager/Plugin.DownloadManager.Android/bin/Release/Plugin.DownloadManager.dll" target="lib\MonoAndroid10\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager.Android/bin/Release/Plugin.DownloadManager.dll.mdb" target="lib\MonoAndroid10\Plugin.DownloadManager.dll.mdb" />
<file src="DownloadManager/Plugin.DownloadManager.Android/bin/Release/Plugin.DownloadManager.xml" target="lib\MonoAndroid10\Plugin.DownloadManager.xml" />
<file src="DownloadManager/Plugin.DownloadManager.Android/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\MonoAndroid10\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager.Android/bin/Release/Plugin.DownloadManager.Abstractions.dll.mdb" target="lib\MonoAndroid10\Plugin.DownloadManager.Abstractions.dll.mdb" />
<file src="DownloadManager/Plugin.DownloadManager.Android/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\MonoAndroid10\Plugin.DownloadManager.Abstractions.xml" />
<!--Xamarin.iOS-->
<file src="DownloadManager/Plugin.DownloadManager.iOS/bin/iPhone/Release/Plugin.DownloadManager.dll" target="lib\Xamarin.iOS10\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager.iOS/bin/iPhone/Release/Plugin.DownloadManager.xml" target="lib\Xamarin.iOS10\Plugin.DownloadManager.xml" />
<file src="DownloadManager/Plugin.DownloadManager.iOS/bin/iPhone/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\Xamarin.iOS10\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager.iOS/bin/iPhone/Release/Plugin.DownloadManager.Abstractions.dll.mdb" target="lib\Xamarin.iOS10\Plugin.DownloadManager.Abstractions.dll.mdb" />
<file src="DownloadManager/Plugin.DownloadManager.iOS/bin/iPhone/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\Xamarin.iOS10\Plugin.DownloadManager.Abstractions.xml" />
<!--uap-->
<file src="DownloadManager/Plugin.DownloadManager.UWP/bin/Release/Plugin.DownloadManager.dll" target="lib\UAP10\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager.UWP/bin/Release/Plugin.DownloadManager.pdb" target="lib\UAP10\Plugin.DownloadManager.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.UWP/bin/Release/Plugin.DownloadManager.xml" target="lib\UAP10\Plugin.DownloadManager.xml" />
<file src="DownloadManager/Plugin.DownloadManager.UWP/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\UAP10\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager.UWP/bin/Release/Plugin.DownloadManager.Abstractions.pdb" target="lib\UAP10\Plugin.DownloadManager.Abstractions.pdb" />
<file src="DownloadManager/Plugin.DownloadManager.UWP/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\UAP10\Plugin.DownloadManager.Abstractions.xml" />
<!--Xamarin.Mac-->
<file src="DownloadManager/Plugin.DownloadManager.Mac/bin/Release/Plugin.DownloadManager.dll" target="lib\Xamarin.Mac20\Plugin.DownloadManager.dll" />
<file src="DownloadManager/Plugin.DownloadManager.Mac/bin/Release/Plugin.DownloadManager.xml" target="lib\Xamarin.Mac20\Plugin.DownloadManager.xml" />
<file src="DownloadManager/Plugin.DownloadManager.Mac/bin/Release/Plugin.DownloadManager.Abstractions.dll" target="lib\Xamarin.Mac20\Plugin.DownloadManager.Abstractions.dll" />
<file src="DownloadManager/Plugin.DownloadManager.Mac/bin/Release/Plugin.DownloadManager.Abstractions.dll.mdb" target="lib\Xamarin.Mac20\Plugin.DownloadManager.Abstractions.dll.mdb" />
<file src="DownloadManager/Plugin.DownloadManager.Mac/bin/Release/Plugin.DownloadManager.Abstractions.xml" target="lib\Xamarin.Mac20\Plugin.DownloadManager.Abstractions.xml" />
</files>
</package>