Skip to content

v0.9.4.0

Compare
Choose a tag to compare
@hikalkan hikalkan released this 18 Jun 11:55
· 5354 commits to master since this release
  • #1095 #1096: Created and published PREVIEW packages: Abp.AspNetCore and Abp.EntityFrameworkCore. This packages are "work in progress" but basic functionality is working. We are creating a startup template: https://github.com/aspnetboilerplate/aspnet-core-template
  • #1119: Introduced DefaultDbContextAttribute to set a default dbcontext.
  • #1118: Added new timezones
  • #1100: Added LV translation and updated LT ones.
  • #1081: Add error code 403(forbidden) in respones (on unauthorized requests).
  • #1061: Allow test case to manually Initialize modules.
  • #521: Create an extension method to convert MVC's ModelState to MvcAjaxResponse.