MRCollective / ChameleonForms

Shape-shifting your forms experience in ASP.NET Core MVC
MIT License
254 stars 56 forks source link

Change dependency to Humanizer.Core #168

Closed zabulus closed 4 years ago

zabulus commented 4 years ago

Humanizer package is a meta-package that includes all supported cultures and Humanizer.Core assembly with core logic. For our project we want to define only needed cultures, but we are unable to get rid of Humanizer package dependency. Could you change dependency to Humanizer.Core instead meta-package?

zabulus commented 4 years ago

Found my other issue for the same issue :). Closing as duplicate