From 93833bb70bafdc97eaf01abc4d7ea1d5b78bbc5f Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Mon, 15 Mar 2021 14:22:46 +0100 Subject: [PATCH] Add --gc option --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e66bbab..abb94496 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,9 @@ Options: --un, --uniqueTypeNames generate type names that are unique across namespaces (default is false) + --gc, --generatedCodeAttribute + Adds version information to GeneratedCodeAttribute + (default is true) ``` For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):