1
1
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
2
2
<metadata >
3
3
<id >Plugin.Badge</id >
4
- <version >1.2.0-beta2 </version >
4
+ <version >1.2.0-beta3 </version >
5
5
<title >Tab Badge for Xamarin.Forms</title >
6
6
<authors >Adrian Seceleanu</authors >
7
7
<owners >Adrian Seceleanu</owners >
11
11
Xamarin.Forms plugin to add cross-platform bindable tab (tabbar) badge functionality.
12
12
Read the full documentation on the project page.
13
13
</description >
14
- <tags >xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS</tags >
14
+ <tags >xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios </tags >
15
15
<iconUrl >https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl >
16
16
<releaseNotes >
17
- [1.2.0-beta]
17
+ [1.2.0-beta3]
18
+ - UAP ensure missing *.xr.xml is also copied.
19
+ [1.2.0-beta2]
20
+ - UAP XF dependency updated
21
+ [1.2.0-beta]
18
22
- #26 UWP support
19
23
[1.1.3]
20
- - #25 enusre registered event handlers are cleaned up before new ones are registered
24
+ - #25 enusure registered event handlers are cleaned up before new ones are registered
21
25
[1.1.2]
22
26
- #23 Use ViewCompat.SetBackground to prevent missing method crash on Android API 15
23
27
[1.1.1]
35
39
- stable release
36
40
</releaseNotes >
37
41
<dependencies >
38
- <group targetFramework =" MonoAndroid " >
42
+ <group targetFramework =" MonoAndroid10 " >
39
43
<dependency id =" Xamarin.Forms" version =" 2.3.4.247" />
40
44
</group >
41
- <group targetFramework =" Xamarin.iOS " >
45
+ <group targetFramework =" Xamarin.iOS10 " >
42
46
<dependency id =" Xamarin.Forms" version =" 2.3.4.247" />
43
47
</group >
44
48
<group targetFramework =" portable-net45+win+wpa81+wp80" >
53
57
<!-- PCL -->
54
58
<file src =" pcl\Plugin.Badge.*" target =" lib\portable-net45+win8+wpa81+wp8" />
55
59
<!-- droid -->
56
- <file src =" android\Plugin.Badge.*" target =" lib\MonoAndroid " />
60
+ <file src =" android\Plugin.Badge.*" target =" lib\MonoAndroid10 " />
57
61
<!-- iOS -->
58
62
<file src =" ios\Plugin.Badge.*" target =" lib\Xamarin.iOS10" />
59
63
<!-- uap -->
60
64
<file src =" uwp\Plugin.Badge.*" target =" lib\uap10.0" />
61
- <!-- < file src="uwp\Plugin.Badge.*.xml" target="lib\uap10.0\Plugin.Badge.UWP" /> -- >
65
+ <file src =" uwp\Plugin.Badge.*.xml" target =" lib\uap10.0\Plugin.Badge.UWP" />
62
66
</files >
63
67
</package >
0 commit comments