xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

[UAP] NuGet is missing payload files #61

Closed michaelstonis closed 5 years ago

michaelstonis commented 5 years ago

Using the version 2.1.0, the HeaderTemplate.xbr and Plugin.Badge.UWP.xr.xml files are both missing from the UAP release. The application cannot be compiled unless these files are available.

mjspk commented 5 years ago

same problem here any ideas

Jamesmallon1 commented 5 years ago

Same issue also, did you guys manage to resolve the issue?

mjspk commented 5 years ago

no update still get this error i try to look for these files into the package itself but no success

Jamesmallon1 commented 5 years ago

@mjspk are you using a BadgeTabbedPage custom renderer or are you just literally using the Nuget package?

mjspk commented 5 years ago

I'm using the Nuget package

Jamesmallon1 commented 5 years ago

@xabre Is there anyway you could get onto this?

Jamesmallon1 commented 5 years ago

@mjspk @michaelstonis

Managed to produce the 2 files required from the source. I will attach them here. Just place both files in the relevant directory referenced by the error log 😄

Plugin.Badge.UWP.zip

Jamesmallon1 commented 5 years ago

@xabre can you include the files above in the nuget package and reupload?

xabre commented 5 years ago

Nuspec was updated in v2.1.1. Files should be there, please let me know if there are any other issues with the UWP package.