.NETStandard support
Closed this issue · 5 comments
pellet commented
Any plans to support .NETStandard? I managed to find a fork on here which added support.
pellet commented
👍
jzeferino commented
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
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?