Skip to content

Commit 2b4e2b4

Browse files
♻️ Renaming core files for better grouping
1 parent abab4e6 commit 2b4e2b4

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Lite3DotNet.Generators/Lite3ApiGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void Initialize(IncrementalGeneratorInitializationContext initialization)
133133
primarySource.AppendLine("}");
134134
contextSource.AppendLine("}");
135135

136-
context.AddSource($"Lite3DotNet.g.cs", primarySource.ToString());
136+
context.AddSource($"Lite3.g.cs", primarySource.ToString());
137137
context.AddSource($"Lite3ContextExtensions.g.cs", contextSource.ToString());
138138
}
139139
);

0 commit comments

Comments
 (0)