We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf2d6f commit 035325dCopy full SHA for 035325d
1 file changed
README.md
@@ -49,7 +49,7 @@ For command line use, choose your preferred installation:
49
```
50
Usage: dotnet xscgen [OPTIONS]+ xsdFile...
51
Generate C# classes from XML Schema files.
52
-Version 2.0.252.0
+Version 2.0.522.0
53
xsdFiles may contain globs, e.g. "content\{schema,xsd}\**\*.xsd", and URLs.
54
Append - to option to disable it, e.g. --interface-.
55
@@ -146,6 +146,8 @@ Options:
146
--gc, --generatedCodeAttribute
147
add version information to GeneratedCodeAttribute
148
(default is true)
149
+ --nc, --netCore generate .NET Core specific code that might not
150
+ work with .NET Framework (default is false)
151
152
153
For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):
0 commit comments