From 59282849c41ea522dd0e41a4496e5030a511ab2b Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Mon, 9 Apr 2018 12:14:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c78ad39..bd40d923 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ From the command line: ``` Usage: XmlSchemaClassGenerator.Console [OPTIONS]+ xsdFile... Generate C# classes from XML Schema files. -Version 1.0.58.0 +Version 2.0.95.0 xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs. Append - to option to disable it, e.g. --interface-. @@ -93,6 +93,10 @@ Options: --dst, --debuggerStepThrough generate DebuggerStepThroughAttribute (default is enabled) + --dc, --disableComments + do not include comments from xsd + --nu, --noUnderscore do not generate underscore in private member name ( + default is false) ``` From code: