-
Notifications
You must be signed in to change notification settings - Fork 33
/
FloatingActionButton.Forms.nuspec
53 lines (49 loc) · 3.64 KB
/
FloatingActionButton.Forms.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>FAB.Forms</id>
<version>2.1.1</version>
<title>Floating Action Button For Xamarin.Forms</title>
<authors>Drew Frisk</authors>
<owners>Drew Frisk</owners>
<licenseUrl>https://raw.githubusercontent.com/keannan5390/Xamarin.Plugin.FAB/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/keannan5390/Xamarin.Plugin.FAB</projectUrl>
<iconUrl>https://github.com/keannan5390/Xamarin.Plugin.FAB/blob/master/Library/assets/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Custom control for your Xamarin.Forms project to render a floating action button in projects that target Android or iOS
</description>
<summary>Creates a Floating Action Button for Xamarin.Forms</summary>
<tags>xamarin, pcl, xam.pcl, floating action button, fab, android, xamarin.forms, ios</tags>
<releaseNotes>
[2.1.1]
- Added support for profile 111
[2.1.0]
- Use FloatingActionButton from support design library
- PressedColor property is now deprecated, use RippleColor instead
[2.0.0]
- Fixed issues with iOS assembly references
- Fixed issues with click event
- Fixed issues with image display in iOS
- Added proper support for color specifications
</releaseNotes>
</metadata>
<files>
<file src="/Library/FloatingActionButton.Droid/bin/Release/FAB.Droid.dll" target="lib/MonoAndroid10/FAB.Droid.dll" />
<file src="/Library/FloatingActionButton.Droid/bin/Release/FAB.Droid.xml" target="lib/MonoAndroid10/FAB.Droid.xml" />
<file src="/Library/FloatingActionButton.Droid/bin/Release/FAB.Forms.dll" target="lib/MonoAndroid10/FAB.Forms.dll" />
<file src="/Library/FloatingActionButton.Droid/bin/Release/FAB.Forms.xml" target="lib/MonoAndroid10/FAB.Forms.xml" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.iOS.dll" target="lib/MonoTouch10/FAB.iOS.dll" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.iOS.xml" target="lib/MonoTouch10/FAB.iOS.xml" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.Forms.dll" target="lib/MonoTouch10/FAB.Forms.dll" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.Forms.xml" target="lib/MonoTouch10/FAB.Forms.xml" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.Forms.dll" target="lib/Xamarin.iOS10/FAB.Forms.dll" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.Forms.xml" target="lib/Xamarin.iOS10/FAB.Forms.xml" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.iOS.dll" target="lib/Xamarin.iOS10/FAB.iOS.dll" />
<file src="/Library/FloatingActionButton.iOS/bin/Release/FAB.iOS.xml" target="lib/Xamarin.iOS10/FAB.iOS.xml" />
<file src="/Library/FloatingActionButton.Forms/Profile78/bin/Release/FAB.Forms.dll" target="lib/portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10/FAB.Forms.dll" />
<file src="/Library/FloatingActionButton.Forms/Profile78/bin/Release/FAB.Forms.xml" target="lib/portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10/FAB.Forms.xml" />
<file src="/Library/FloatingActionButton.Forms/Profile111/bin/Release/FAB.Forms.dll" target="lib/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/FAB.Forms.dll" />
<file src="/Library/FloatingActionButton.Forms/Profile111/bin/Release/FAB.Forms.xml" target="lib/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/FAB.Forms.xml" />
</files>
</package>