jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

Fix nuspec for UWP #49

Closed kvpt closed 6 years ago

kvpt commented 6 years ago

When building an UWP app with this package, this error occurs :

ImageCircle.Forms.Plugin.UWP.rd.xml doesn't exist.

The nuspec file does not contain the rule to copy this file, this PR add it.

Changes Proposed in this pull request:

jamesmontemagno commented 6 years ago

I have made it an embedded resource, which is much nicer