Some potential breaking changes:
- Two new libraries added:
MultiTenancyFramework.Utils
andMultiTenancyFramework.Mvc.Core
. They are lightre and support more generic uses. No multi-tenancy constraints assumed. DisplayHintAttribute
moved toMultiTenancyFramework.Mvc
namespaceValidateUsingPrivilegeForActionAttribute
moved toMultiTenancyFramework.Mvc
namespaceCompositeMappingModifyFieldNamesAttribute
'sUseAllPPropertiesWithTHeirDefaultNames
property renamed toUseAllPropertiesWithTheirDefaultNames
UsernameAndPasswordRule
moved toMultiTenancyFramework.Mvc
namespace- The extension method:
.ToMvcVersion()
and.ToEntityVersion()
helps you convert UsernameAndPasswordRule from one form to the other.