File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,11 +90,10 @@ Options:
9090 Lines starting with # and empty lines are
9191 ignored.
9292 -o, --output=FOLDER the FOLDER to write the resulting .cs files to
93- -d, --datetime-offset map xs:datetime and derived types to System.
93+ -d, --datetime-offset map xs:datetime, xs:date and xs:time to System.
9494 DateTimeOffset instead of System.DateTime
95- --do, --dateOnly map xs:date and xs:time and derived types to
96- System.DateOnly and System.TimeOnly instead of
97- System.DateTime
95+ --do, --dateOnly map xs:date and xs:time to System.DateOnly and
96+ System.TimeOnly instead of System.DateTime
9897 -i, --integer=TYPE map xs:integer and derived types to TYPE instead
9998 of automatic approximation
10099 TYPE can be i[nt], l[ong], or d[ecimal]
Original file line number Diff line number Diff 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 DateOnly and TimeOnly properties for xs:time and xs:date elements
164164 /// </summary>
165165 public bool UseDateOnly { get ; set ; } = false ;
166166 /// <summary>
You can’t perform that action at this time.
0 commit comments