Skip to content

5.0.2

Compare
Choose a tag to compare
@bandii bandii released this 01 Mar 20:33
· 4 commits to main since this release
  • Breaking: Original package got moved into the AJProds.EFDataSeeder.MsSql namespace! This project is responsible for the MsSQL migration. The current packages are:
    • AJProds.EFDataSeeder.Core contains the main logic, without migrations
    • AJProds.EFDataSeeder.PostgreSQL contains the migration for PostgreSQL, and a reference to the Core
    • AJProds.EFDataSeeder.MSSQL contains the migration for MsSQL, and a reference to the Core.
  • The Core project can be used as a base with additional/custom migrations. Migrations are needed to create for example the SeederHistory table
  • Adding Postgres support
  • Adding CTS to BaseSeederManager
  • Adding the ability to change the schema to be used by the SeederDbContext.cs
  • Adding ActivitySource for spans of ISeeder runs

Version .2 is because of a minor fix in CI/CD configuration. See the details of the latest version above!