Version 1.4 Updated Xamarin.Forms to version 2.3.3.193 and MvvmCross to version 4.4.0
Version 1.3 Added support for SQLite localdatabse using the MvvmCross Sqlite PCL plugin. In order to use the SQLite database for UWP apps, you need to install the SQLite for Universal Windows Platform extension, that you can find here.
Version 1.2 Fixed iOS plist compile error. Added BaseViewModel class. Update Nuget references.
Version 1.1 Fixed issues with the LocalizationService for unknow languages in .NET (eg. en-EN) Fixed issues when Xamarin.Forms did not detect Windows 10 correctly as an Windows platform and DependencyService would fail to find the implementation for LocalizationService in the UWP project.
Known issues: 1. After creating the solution from the template and enabling Nuget Package restore, you need to close and reopen the solution in order to refresh the nuget references. 2. Building the project might throw some errors regarding InitializeComponent function call. This is not an actual issue, and the project will be build even with this error. Solution template containing the needed Core, iOS, Android and UWP projects. For easier testing purposes, the solution also includes a UnitTest project and a UITest project. This projects are dependent on Xamarin.Forms 2.1+ and MvvmCross 4.0.1+.
For more information, you can visit the following link on Github |