You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GeneratorOptions.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ public record GeneratorOptions
9
9
/// Gets the type to use to apply the attribute to embed the git information in that is within the assembly it is being applied to.
10
10
/// </summary>
11
11
/// <value>The type to use to apply the attribute to embed the git information in that is within the assembly it is being applied to.</value>
12
-
publicstring?AssemblyType{get;set;init;}
12
+
publicstring?AssemblyType{get;set;}
13
13
14
14
/// <summary>
15
15
/// Gets if the type specified in AssemblyType is a generic type, by default this is set to false to indicate that the type is not a generic type.
16
16
/// </summary>
17
17
/// <value>If the type specified in AssemblyType is a generic type, by default this is set to false to indicate that the type is not a generic type.</value>
0 commit comments