Skip to content

Commit b77caa9

Browse files
author
Michael Ganss
committed
Merge branch 'master' of github.com:mganss/XmlSchemaClassGenerator
2 parents 47161f5 + 5928284 commit b77caa9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ From the command line:
4242
```
4343
Usage: XmlSchemaClassGenerator.Console [OPTIONS]+ xsdFile...
4444
Generate C# classes from XML Schema files.
45-
Version 1.0.58.0
45+
Version 2.0.95.0
4646
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs.
4747
Append - to option to disable it, e.g. --interface-.
4848
@@ -93,6 +93,10 @@ Options:
9393
--dst, --debuggerStepThrough
9494
generate DebuggerStepThroughAttribute (default is
9595
enabled)
96+
--dc, --disableComments
97+
do not include comments from xsd
98+
--nu, --noUnderscore do not generate underscore in private member name (
99+
default is false)
96100
```
97101

98102
From code:

0 commit comments

Comments
 (0)