-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathStoreRating.Forms.Plugin.nuspec
55 lines (50 loc) · 5.12 KB
/
StoreRating.Forms.Plugin.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>VoxDev.StoreRating.Forms.Plugin</id>
<version>1.0.0.1</version>
<title>StoreRating Plugin for Xamarin.Forms</title>
<authors>Russell Collingham</authors>
<owners>VoxDev Ltd</owners>
<licenseUrl>https://github.com/voxdev/Xamarin.Plugins/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/voxdev/Xamarin.Plugins</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Display a store rating dialog after a certain number of uses, or a certain number of days after installation
or on demand (eg on button tap). The user can leave a rating, delay giving a rating or decline to give a rating.
The rating dialog brings up the relevant store page. If the rating request is declined then a feedback dialog is
shown which sends an email to the developer.
</description>
<summary>Display a store rating dialog.</summary>
<tags>xamarin, pcl, xam.pcl, store rating, rating, review, windows phone, winphone, wp8, android, xamarin.forms, ios</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="1.2.3.6257" />
<dependency id="Xam.Plugins.Settings" version="1.4.0.1" />
</dependencies>
</metadata>
<files>
<!--Core-->
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.dll" target="lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10\StoreRating.Forms.Plugin.Abstractions.dll" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.xml" target="lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\StoreRating.Forms.Plugin.Abstractions.xml" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.pdb" target="lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\StoreRating.Forms.Plugin.Abstractions.pdb" />
<!--Win Phone Silverlight-->
<file src="StoreRating\StoreRating.Forms.Plugin.WindowsPhone\bin\Release\StoreRating.Forms.Plugin.WindowsPhone.dll" target="lib\wp8\StoreRating.Forms.Plugin.WindowsPhone.dll" />
<file src="StoreRating\StoreRating.Forms.Plugin.WindowsPhone\bin\Release\StoreRating.Forms.Plugin.WindowsPhone.xml" target="lib\wp8\StoreRating.Forms.Plugin.WindowsPhone.xml" />
<file src="StoreRating\StoreRating.Forms.Plugin.WindowsPhone\bin\Release\StoreRating.Forms.Plugin.WindowsPhone.pdb" target="lib\wp8\StoreRating.Forms.Plugin.WindowsPhone.pdb" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.dll" target="lib\wp8\StoreRating.Forms.Plugin.Abstractions.dll" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.xml" target="lib\wp8\StoreRating.Forms.Plugin.Abstractions.xml" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.pdb" target="lib\wp8\StoreRating.Forms.Plugin.Abstractions.pdb" />
<!--Xamarin.Android-->
<file src="StoreRating\StoreRating.Forms.Plugin.Android\bin\Release\StoreRating.Forms.Plugin.Android.dll" target="lib\MonoAndroid10\StoreRating.Forms.Plugin.Android.dll" />
<file src="StoreRating\StoreRating.Forms.Plugin.Android\bin\Release\StoreRating.Forms.Plugin.Android.xml" target="lib\MonoAndroid10\StoreRating.Forms.Plugin.Android.xml" />
<file src="StoreRating\StoreRating.Forms.Plugin.Android\bin\Release\StoreRating.Forms.Plugin.Android.pdb" target="lib\MonoAndroid10\StoreRating.Forms.Plugin.Android.pdb" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.dll" target="lib\MonoAndroid10\StoreRating.Forms.Plugin.Abstractions.dll" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.xml" target="lib\MonoAndroid10\StoreRating.Forms.Plugin.Abstractions.xml" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.pdb" target="lib\MonoAndroid10\StoreRating.Forms.Plugin.Abstractions.pdb" />
<!--Xamarin.iOS-->
<file src="StoreRating\StoreRating.Forms.Plugin.iOS\bin\iPhone\Release\StoreRating.Forms.Plugin.iOS.dll" target="lib\MonoTouch10\StoreRating.Forms.Plugin.iOS.dll" />
<file src="StoreRating\StoreRating.Forms.Plugin.iOS\bin\iPhone\Release\StoreRating.Forms.Plugin.iOS.xml" target="lib\MonoTouch10\StoreRating.Forms.Plugin.iOS.xml" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.dll" target="lib\MonoTouch10\StoreRating.Forms.Plugin.Abstractions.dll" />
<file src="StoreRating\StoreRating.Forms.Plugin.Abstractions\bin\Release\StoreRating.Forms.Plugin.Abstractions.xml" target="lib\MonoTouch10\StoreRating.Forms.Plugin.Abstractions.xml" />
</files>
</package>