Skip to content

Commit a98f55d

Browse files
mganssCopilot
andauthored
Update XmlSchemaClassGenerator/GeneratorConfiguration.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fb3ef61 commit a98f55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XmlSchemaClassGenerator/GeneratorConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public NamingScheme NamingScheme
160160
/// </summary>
161161
public bool DateTimeWithTimeZone { get; set; } = false;
162162
/// <summary>
163-
/// Generate Net 6.0 DateOnly and TimeOnly properties for xs:time and xs:date elements
163+
/// Generate .NET 6.0 DateOnly and TimeOnly properties for xs:time and xs:date elements
164164
/// </summary>
165165
public bool UseDateOnly { get; set; } = false;
166166
/// <summary>

0 commit comments

Comments
 (0)