Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss authored Nov 30, 2018
1 parent 2b2faa2 commit 0998cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For command line use, choose your preferred installation:
```
Usage: XmlSchemaClassGenerator.Console [OPTIONS]+ xsdFile...
Generate C# classes from XML Schema files.
Version 2.0.95.0
Version 2.0.183.0
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs.
Append - to option to disable it, e.g. --interface-.
Expand All @@ -65,7 +65,7 @@ Options:
name is generated automatically (may fail).
-o, --output=FOLDER the FOLDER to write the resulting .cs files to
-i, --integer=TYPE map xs:integer and derived types to TYPE instead
of string
of automatic approximation
TYPE can be i[nt], l[ong], or d[ecimal].
-e, --edb, --enable-data-binding
enable INotifyPropertyChanged data binding
Expand Down

0 comments on commit 0998cd4

Please sign in to comment.