Skip to content

Commit

Permalink
Merge pull request #98 from Pepsi1x1/bug/uwpNuspec
Browse files Browse the repository at this point in the history
Update Plugin.Badge.UWP.xr.xml location in nuspec
  • Loading branch information
xabre authored Oct 28, 2020
2 parents dccdcb7 + 0e7a09c commit f3f0a80
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .build/Plugin.Badge.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Plugin.Badge</id>
<version>2.3.0</version>
<version>2.3.1</version>
<title>Tab Badge for Xamarin.Forms</title>
<authors>Adrian Seceleanu</authors>
<owners>Adrian Seceleanu</owners>
Expand All @@ -14,6 +14,8 @@
<tags>xamarin xamarin.forms badge tab tabbar monodroid Xamarin.iOS uwp uap android ios windows universal mac macos osx</tags>
<iconUrl>https://raw.githubusercontent.com/xabre/xamarin-forms-tab-badge/master/icon_small.png</iconUrl>
<releaseNotes>
[2.3.1]
- Update Plugin.Badge.UWP.xr.xml location in nuspec
[2.3.0-pre.2]
- #87: Update XF version in nuspec
[2.3.0-pre.1]
Expand Down Expand Up @@ -85,11 +87,11 @@
<file src="out\lib\ios\Plugin.Badge.*" target="lib\Xamarin.iOS10" />
<!-- uap -->
<file src="out\lib\uwp\Plugin.Badge.UWP\Plugin.Badge.*" target="lib\uap10.0" />
<file src="..\Source\Plugin.Badge.UWP\bin\Release\**\HeaderTemplate.*" target="lib\uap10.0\Plugin.Badge.UWP" />
<file src="..\Source\Plugin.Badge.UWP\bin\Release\**\Plugin.Badge.UWP.xr.xml" target="lib\uap10.0\Plugin.Badge.UWP" />
<file src="..\Source\Plugin.Badge.UWP\bin\Release\**\HeaderTemplate.*" target="lib\uap10.0" />
<file src="..\Source\Plugin.Badge.UWP\bin\Release\**\Plugin.Badge.UWP.xr.xml" target="lib\uap10.0" />
<!-- mac -->
<file src="out\lib\mac\Plugin.Badge.*" target="lib\xamarinmac20" />
<!-- wpf -->
<file src="out\lib\wpf\Plugin.Badge.*" target="lib\net45" />
</files>
</package>
</package>

0 comments on commit f3f0a80

Please sign in to comment.