Skip to content

Commit 8942ce6

Browse files
committed
#87 Force version dependency in nuspec
1 parent 7d2107a commit 8942ce6

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 11 additions & 9 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>2.3.0-pre.1</version>
4+
<version>2.3.0-pre.2</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -14,8 +14,10 @@
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+
[2.3.0-pre.2]
18+
- #87: Update XF version in nuspec
1719
[2.3.0-pre.1]
18-
- #87: Updated to XF 4.5 and AndroidX. Target Android 10
20+
- #87: Updated to XF 4.5.0.356 and AndroidX. Target Android 10
1921
[2.2.1]
2022
- #74: Fix NRE in UpdateBadgeProperties
2123
[2.2.0]
@@ -50,25 +52,25 @@
5052
</releaseNotes>
5153
<dependencies>
5254
<group targetFramework="netstandard1.4">
53-
<dependency id="Xamarin.Forms" version="4.0.0.425677" />
55+
<dependency id="Xamarin.Forms" version="4.5.0.356" />
5456
</group>
5557
<group targetFramework="portable-net45+win+wpa81+wp80">
56-
<dependency id="Xamarin.Forms" version="4.0.0.425677" />
58+
<dependency id="Xamarin.Forms" version="4.5.0.356" />
5759
</group>
5860
<group targetFramework="MonoAndroid10">
59-
<dependency id="Xamarin.Forms" version="4.0.0.425677" />
61+
<dependency id="Xamarin.Forms" version="4.5.0.356" />
6062
</group>
6163
<group targetFramework="Xamarin.iOS10">
62-
<dependency id="Xamarin.Forms" version="4.0.0.425677" />
64+
<dependency id="Xamarin.Forms" version="4.5.0.356" />
6365
</group>
6466
<group targetFramework="uap10.0">
65-
<dependency id="Xamarin.Forms" version="4.0.0.425677" />
67+
<dependency id="Xamarin.Forms" version="4.5.0.356" />
6668
</group>
6769
<group targetFramework="xamarinmac20">
68-
<dependency id="Xamarin.Forms" version="4.0.0.425677" />
70+
<dependency id="Xamarin.Forms" version="4.5.0.356" />
6971
</group>
7072
<group targetFramework="net45">
71-
<dependency id="Xamarin.Forms" version="4.0.0.425677" />
73+
<dependency id="Xamarin.Forms" version="4.5.0.356" />
7274
</group>
7375
</dependencies>
7476
</metadata>

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
### [2.3.0-pre.1]
2+
### [2.3.0-pre.1/pre.2]
33
- #87: Updated to XF 4.5 and AndroidX. Target Android 10
44
## [2.2.1]
55
- #74: Fix NRE in UpdateBadgeProperties

0 commit comments

Comments
 (0)