modelsbuilder / ModelsBuilder.Original

The Community Models Builder for Umbraco
MIT License
114 stars 49 forks source link

v4: Add possibility of set custom assembly name #239

Closed bielu closed 4 years ago

bielu commented 4 years ago

Hi Stephan, As I was playing little with v4 models builder, I noticed it would be helpfull in few cases to setup custom asssembly name, as namespace not always fit the assembly name. I tried to make changes in manner of supporting both approaches and by default falling back to namespace.

zpqrtbnk commented 4 years ago

For my own memory: prior to this PR the models assembly name was aligned with the models namespace. For some reasons, some ppl may want a different assembly name. This PR does not change any default behavior but add the possibility to customize the assembly name.

Sounds good.