mtrinder / Xamarin.Plugins

Cross platform xamarin and windows plugins for PCLs
MIT License
12 stars 5 forks source link

Double version information ? #5

Open stephenhauck opened 7 years ago

stephenhauck commented 7 years ago

I have code like this ... ApplicationVersion = Version.Plugin.CrossVersion.Current.Version;

ApplicationVersion gets populated with the value "1.64.1.64"

Any ideas ?

Bejasc commented 6 years ago

I also have this issue, occurring only on iOS.

@mtrinder any solutions?