You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ For command line use, choose your preferred installation:
47
47
- CI Builds are available at the NuGet feed https://ci.appveyor.com/nuget/xmlschemaclassgenerator-0f1t3r6ti475
48
48
49
49
```
50
-
Usage: dotnet xscgen [OPTIONS]+ xsdFile...
50
+
Usage: xscgen [OPTIONS]+ xsdFile...
51
51
Generate C# classes from XML Schema files.
52
52
Version 2.0.522.0
53
53
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs.
@@ -185,15 +185,15 @@ var generator = new Generator
185
185
Using the optional `|` syntax of the `-n` command line option you can map individual xsd files to C# namespaces. If you have several input files using the same XML namespace you can still generate an individual C# namespace for the types defined within a single xsd file. For example, if you have two input files `a.xsd` and `b.xsd` both of which have the same `targetNamespace` of `http://example.com/namespace` you can generate the C# namespaces `Example.NamespaceA` and `Example.NamespaceB`:
0 commit comments