cake-contrib / Cake.AndroidAppManifest

Cake Build addin for [de]serializing and updating an Android AppManifest.
MIT License
14 stars 11 forks source link

.NETStandard support #14

Closed pellet closed 6 years ago

pellet commented 6 years ago

Any plans to support .NETStandard? I managed to find a fork on here which added support.

jzeferino commented 6 years ago

@pellet we were working on it at #12.

pellet commented 6 years ago

👍

jzeferino commented 6 years ago

@pellet

Added .NET Standard support, please give it a ride and let me know.

https://www.nuget.org/packages/Cake.AndroidAppManifest/1.0.3

thank you @gentledepp

pellet commented 6 years ago

Thanks @jzeferino I ended up just using the standard c# xml parser to do the work. I ran into an issue of reading/writing to the same android manifest file. It seemed like the stream might not have finished reading before writing it out which was causing the manifest file to not write out the end tag properly. This might just be happening on mac os though?

jzeferino commented 6 years ago

@pellet that problem that you pointed out maybe due to #16. And its already solved. Could you give it a try?