From 6fa150edcd56a53629b47952ab684532f45e1452 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Fri, 12 May 2017 14:00:28 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d47b522..64c932a6 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.0.0 +Version 1.0.50.0 xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd". Append - to option to disable it, e.g. --interface-. @@ -83,10 +83,16 @@ Options: --cit, --collectionImplementationType=VALUE the default collection type implementation to use ( default is null) - --ctro, --codeTypeReferenceOptions=VALUE - the default CodeTypeReferenceOptions Flags to use ( - default is unset; - can be: {GlobalReference, GenericTypeParameter}) + --ctro, --codeTypeReferenceOptions=GlobalReference, GenericTypeParameter + the default CodeTypeReferenceOptions Flags to use ( + default is unset; can be: GlobalReference, + GenericTypeParameter) + --tvpn, --textValuePropertyName=VALUE + the name of the property that holds the text value + of an element (default is Value) + --dst, --debuggerStepThrough + generate DebuggerStepThroughAttribute (default is + enabled) ``` From code: