Skip to content

Commit 3fea168

Browse files
authored
Added auto generated attribute (#23)
1 parent 1d5b9e0 commit 3fea168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Generator/Templates/Defaults/CSharp.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace {{namespace}}
1313
[{{name}}]
1414
{{/hasProperties}}
1515
{{/attribute}}
16+
[System.CodeDom.Compiler.GeneratedCodeAttribute("thor-generator", "1.0.0")]
1617
public sealed class {{name}}
1718
: EventSourceBase
1819
, {{interfaceName}}

0 commit comments

Comments
 (0)