Skip to content

Commit 518d449

Browse files
committed
Update nuspec, fix missing UWP dlls #49
1 parent 03c3e00 commit 518d449

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.build/Plugin.Badge.nuspec

Lines changed: 4 additions & 2 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.1.0-pre.1</version>
4+
<version>2.1.0-pre.2</version>
55
<title>Tab Badge for Xamarin.Forms</title>
66
<authors>Adrian Seceleanu</authors>
77
<owners>Adrian Seceleanu</owners>
@@ -14,6 +14,8 @@
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.1.0-pre.2]
18+
- #49 Fix missing UWP dlls from nuget package
1719
[2.1.0-pre.1]
1820
- Update to Xamarin Forms 3.1
1921
- #48 Android Bottom Placement Support
@@ -56,7 +58,7 @@
5658
<!-- iOS -->
5759
<file src="out\lib\ios\Plugin.Badge.*" target="lib\Xamarin.iOS10" />
5860
<!-- uap -->
59-
<file src="out\lib\uwp\Plugin.Badge.*" target="lib\uap10.0" />
61+
<file src="out\lib\uwp\Plugin.Badge.UWP\Plugin.Badge.*" target="lib\uap10.0" />
6062
<file src="out\lib\uwp\Plugin.Badge.*.xml" target="lib\uap10.0\Plugin.Badge.UWP" />
6163
<!-- mac -->
6264
<file src="out\lib\mac\Plugin.Badge.*" target="lib\xamarinmac20" />

0 commit comments

Comments
 (0)