From f0f050285d7370ca4983236c0366d99fff259f6a Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Thu, 23 Apr 2020 15:56:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f67de90..0f195924 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ from schema restrictions * Optional support for [`INotifyPropertyChanged`](http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged) * Optional support for Entity Framework Code First (automatically generate key properties) * Optionally generate interfaces for groups and attribute groups +* Optionally generate one file per class Unsupported: @@ -114,6 +115,8 @@ Options: true) -s, --useShouldSerialize use ShouldSerialize pattern instead of Specified pattern (default is false) + --sf, --separateFiles generate a separate file for each class (default + is false) ``` For use from code use the [library NuGet package](https://www.nuget.org/packages/XmlSchemaClassGenerator-beta/):