Skip to content

1.9.1 Final

Compare
Choose a tag to compare
@303248153 303248153 released this 14 Aug 04:11
· 227 commits to master since this release

Changes

  • Improve ORM layer
    • Allow disable database auto migration for NHibernate or EFCore
      • Add "ZKWeb.DisableEFCoreDatabaseAutoMigration": true under Extra in App_Data\config.json
      • Add "ZKWeb.DisableNHibernateDatabaseAutoMigration": true under Extra in App_Data\config.json
  • Bug fixes
    • Fix auto increment primary key support for dapper
    • Make project creator write files with utf-8 bom