Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@smbadiwe smbadiwe released this 17 Apr 00:35

Some potential breaking changes:

  • Two new libraries added: MultiTenancyFramework.Utils and MultiTenancyFramework.Mvc.Core. They are lightre and support more generic uses. No multi-tenancy constraints assumed.
  • DisplayHintAttribute moved to MultiTenancyFramework.Mvc namespace
  • ValidateUsingPrivilegeForActionAttribute moved to MultiTenancyFramework.Mvc namespace
  • CompositeMappingModifyFieldNamesAttribute's UseAllPPropertiesWithTHeirDefaultNames property renamed to UseAllPropertiesWithTheirDefaultNames
  • UsernameAndPasswordRule moved to MultiTenancyFramework.Mvc namespace
  • The extension method: .ToMvcVersion() and .ToEntityVersion() helps you convert UsernameAndPasswordRule from one form to the other.