Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shorter way of switching of GenerateAssemblyInfo #29

Closed
kmorcinek opened this issue Nov 17, 2017 · 1 comment
Closed

Use shorter way of switching of GenerateAssemblyInfo #29

kmorcinek opened this issue Nov 17, 2017 · 1 comment
Assignees

Comments

@kmorcinek
Copy link

Right now after conversion is have:

<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute> <GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute> <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute> <GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

and if can be simplified to just:
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

Should I create PR with this change?

@hvanbakel
Copy link
Owner

This shouldn't be to hard, if you want you can create a PR. If not I'll address it sometime in the near future.

@hvanbakel hvanbakel self-assigned this Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants