- Updated namespace to, Lite.Migrator (from, LiteMigrator)
Breaking Changes:
- [NEW] Renamed class
LiteMigrationtoMigrator - [FIX] MigratorFixture uses
BaseAssemblyobject is used instead ofBaseAssemblyFile(string)- This fixes loading migrations on Android
- Fixes choosing alternate DLL containing migration scripts during AOT.
- [NEW] Calling Assembly is used by default if not provided in the constructor.
- [Update] MigrationFactory stores the supplied assembly
Constructor and namespace cleanup.
- [Update] Cleaned up constructors.
- All in order now, removed unused parameters.
- Flip-flopped 'BaseNamespace' and 'Assembly' order
- Removed unused constructors
- [Removed] Dropped
DatabaseTypefrom constructor
Various updates to support .NET MAUI from Xamarin.Forms