Skip to content

Commit c8b28a4

Browse files
Merge pull request #30 from TimeWarpEngineering/Cramer/2025-07-31/filename-rule
Enhance file name rule analyzer documentation and update version
2 parents 16664ae + a934957 commit c8b28a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- Default package metadata (can be overridden in individual projects) -->
66
<PropertyGroup Label="Package Metadata">
7-
<Version>1.0.0-beta.7</Version>
7+
<Version>1.0.0-beta.8</Version>
88
<Authors>Steven T. Cramer</Authors>
99
<Product>TimeWarp.SourceGenerators</Product>
1010
<PackageId>TimeWarp.SourceGenerators</PackageId>

source/timewarp-source-generators/interface-delegation-generator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ private static string GenerateSourceFile(
420420
builder.AppendLine();
421421
}
422422

423-
builder.AppendLine($"// Interface delegation for {className} - YO YO YO MAMA v2 with inherited interfaces!");
423+
builder.AppendLine($"// Interface delegation for {className}");
424424
builder.AppendLine($"public partial class {className}");
425425
builder.AppendLine("{");
426426

0 commit comments

Comments
 (0)