Skip to content

Commit 9205849

Browse files
committed
Updated nuspec version to 1.3.0
1 parent e1d9c69 commit 9205849

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 9 additions & 6 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.3.0-pre</version>
4+
<version>1.3.0</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -14,6 +14,9 @@
1414
<tags>xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios windows universal mac macos osx</tags>
1515
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl>
1616
<releaseNotes>
17+
[1.3.0]
18+
- #33 Updated dependencies to Xamarin Forms 2.4.0.280 (first stable 2.4.x)
19+
- #37 #20 [Android][MacOS][UWP] Bindable badge postion and margin
1720
[1.3.0-beta]
1821
- #31 MacOS support
1922
[1.2.1]
@@ -44,19 +47,19 @@
4447
</releaseNotes>
4548
<dependencies>
4649
<group targetFramework="MonoAndroid10">
47-
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
50+
<dependency id="Xamarin.Forms" version="2.4.0.280" />
4851
</group>
4952
<group targetFramework="Xamarin.iOS10">
50-
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
53+
<dependency id="Xamarin.Forms" version="2.4.0.280" />
5154
</group>
5255
<group targetFramework="portable-net45+win+wpa81+wp80">
53-
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
56+
<dependency id="Xamarin.Forms" version="2.4.0.280" />
5457
</group>
5558
<group targetFramework="uap10.0">
56-
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
59+
<dependency id="Xamarin.Forms" version="2.4.0.280" />
5760
</group>
5861
<group targetFramework="xamarinmac20">
59-
<dependency id="Xamarin.Forms" version="2.3.5.256-pre6" />
62+
<dependency id="Xamarin.Forms" version="2.4.0.280" />
6063
</group>
6164
</dependencies>
6265
</metadata>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| Bindable Badge Text Color || ✓ (iOS >= 10.0) |||
1414
| Bindable Badge Font |\* |\*(iOS >= 10.0) |||
1515
| Bindable Badge Postion |||||
16+
| Bindable Badge Margin |||||
1617
| Dynamic tab add/removal || On overflow, 'More' / '...' menu don't have badges. |||
1718

1819
\***Caution**: For Xamarin.Forms Android make sure to use AppCompat. I.e.inherit from FormsAppCompatActivity

0 commit comments

Comments
 (0)