From 4c1cf3f416b25aec978da26dafc661b1beba6890 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Wed, 16 Oct 2019 12:47:10 +0200 Subject: [PATCH] Add -s command line option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 54477bb6..4c3439cc 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ Options: --cc, --complexTypesForCollections generate complex types for collections (default is true) + -s, --useShouldSerialize use ShouldSerialize pattern instead of Specified + pattern (default is false) ``` For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):