We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdebfe9 commit 3ce0091Copy full SHA for 3ce0091
AutoEntityGenerator.CodeGenerator/CodeGenerator.cs
@@ -10,7 +10,7 @@ internal abstract class CodeGenerator
10
protected string Comments =>
11
$@"/*
12
Generated by {nameof(AutoEntityGenerator)} on {DateTime.Now}
13
- For more information about {nameof(AutoEntityGenerator)}, Visit https://github.com/Peled-Zohar/AutoEntityCreator
+ For more information about {nameof(AutoEntityGenerator)}, Visit https://github.com/Peled-Zohar/AutoEntityGenerator
14
*/
15
";
16
}
0 commit comments