Skip to content

Commit 371d673

Browse files
committed
Updated version to 1.2.0-beta3
1 parent 469b468 commit 371d673

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
22
<metadata>
33
<id>Plugin.Badge</id>
4-
<version>1.2.0-beta2</version>
4+
<version>1.2.0-beta3</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -11,13 +11,17 @@
1111
Xamarin.Forms plugin to add cross-platform bindable tab (tabbar) badge functionality.
1212
Read the full documentation on the project page.
1313
</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>
1515
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl>
1616
<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]
1822
- #26 UWP support
1923
[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
2125
[1.1.2]
2226
- #23 Use ViewCompat.SetBackground to prevent missing method crash on Android API 15
2327
[1.1.1]
@@ -35,10 +39,10 @@
3539
- stable release
3640
</releaseNotes>
3741
<dependencies>
38-
<group targetFramework="MonoAndroid">
42+
<group targetFramework="MonoAndroid10">
3943
<dependency id="Xamarin.Forms" version="2.3.4.247" />
4044
</group>
41-
<group targetFramework="Xamarin.iOS">
45+
<group targetFramework="Xamarin.iOS10">
4246
<dependency id="Xamarin.Forms" version="2.3.4.247" />
4347
</group>
4448
<group targetFramework="portable-net45+win+wpa81+wp80">
@@ -53,11 +57,11 @@
5357
<!-- PCL -->
5458
<file src="pcl\Plugin.Badge.*" target="lib\portable-net45+win8+wpa81+wp8" />
5559
<!-- droid -->
56-
<file src="android\Plugin.Badge.*" target="lib\MonoAndroid" />
60+
<file src="android\Plugin.Badge.*" target="lib\MonoAndroid10" />
5761
<!-- iOS -->
5862
<file src="ios\Plugin.Badge.*" target="lib\Xamarin.iOS10" />
5963
<!-- uap -->
6064
<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" />
6266
</files>
6367
</package>

0 commit comments

Comments
 (0)