|
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.3.0-pre</version> |
| 4 | + <version>1.3.0</version> |
5 | 5 | <title>Tab Badge for Xamarin.Forms</title>
|
6 | 6 | <authors>Adrian Seceleanu</authors>
|
7 | 7 | <owners>Adrian Seceleanu</owners>
|
|
14 | 14 | <tags>xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios windows universal mac macos osx</tags>
|
15 | 15 | <iconUrl>https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl>
|
16 | 16 | <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 |
17 | 20 | [1.3.0-beta]
|
18 | 21 | - #31 MacOS support
|
19 | 22 | [1.2.1]
|
|
44 | 47 | </releaseNotes>
|
45 | 48 | <dependencies>
|
46 | 49 | <group targetFramework="MonoAndroid10">
|
47 |
| - <dependency id="Xamarin.Forms" version="2.3.5.256-pre6" /> |
| 50 | + <dependency id="Xamarin.Forms" version="2.4.0.280" /> |
48 | 51 | </group>
|
49 | 52 | <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" /> |
51 | 54 | </group>
|
52 | 55 | <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" /> |
54 | 57 | </group>
|
55 | 58 | <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" /> |
57 | 60 | </group>
|
58 | 61 | <group targetFramework="xamarinmac20">
|
59 |
| - <dependency id="Xamarin.Forms" version="2.3.5.256-pre6" /> |
| 62 | + <dependency id="Xamarin.Forms" version="2.4.0.280" /> |
60 | 63 | </group>
|
61 | 64 | </dependencies>
|
62 | 65 | </metadata>
|
|
0 commit comments