Skip to content

Commit 14cf235

Browse files
committed
Remove Description from assembly info
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
1 parent a2f3a5a commit 14cf235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ThisAssembly.AssemblyInfo/AssemblyInfoGenerator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class AssemblyInfoGenerator : ISourceGenerator
1616
nameof(AssemblyConfigurationAttribute),
1717
nameof(AssemblyCompanyAttribute),
1818
nameof(AssemblyCopyrightAttribute),
19-
nameof(AssemblyDescriptionAttribute),
2019
nameof(AssemblyTitleAttribute),
2120
nameof(AssemblyProductAttribute),
2221
nameof(AssemblyVersionAttribute),

0 commit comments

Comments
 (0)