Skip to content

Commit

Permalink
Remove Description from assembly info
Browse files Browse the repository at this point in the history
Since description can have arbitrary test, typically used for longer description of what a project or package does, it can easily break generated code by requiring complex escaping rules.

Fixes #55
  • Loading branch information
kzu committed Apr 29, 2021
1 parent a2f3a5a commit 14cf235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ThisAssembly.AssemblyInfo/AssemblyInfoGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class AssemblyInfoGenerator : ISourceGenerator
nameof(AssemblyConfigurationAttribute),
nameof(AssemblyCompanyAttribute),
nameof(AssemblyCopyrightAttribute),
nameof(AssemblyDescriptionAttribute),
nameof(AssemblyTitleAttribute),
nameof(AssemblyProductAttribute),
nameof(AssemblyVersionAttribute),
Expand Down

0 comments on commit 14cf235

Please sign in to comment.