From 6c8f584dcd4ed419aff6677e9900244516578886 Mon Sep 17 00:00:00 2001 From: CodySchrank Date: Sun, 15 Aug 2021 11:41:04 -0700 Subject: [PATCH] 0.7.2 Added PropertyStyle option --- Example/Example.csproj | 6 +++--- README.md | 4 ++-- Source/MTT/MTT.csproj | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/Example.csproj b/Example/Example.csproj index a5a4013..5ba2dc5 100755 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -5,12 +5,12 @@ - - + + - + diff --git a/README.md b/README.md index 97ae2dd..6b32425 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _WorkingDirectory_ is the input directory of the c# dtos (seperate multiple dire _ConvertDirectory_ is the output directory of the ts interfaces -_AutoGeneratedTag_ (default true) show "/\* Auto Generated \*/" at the top of every file +_AutoGeneratedTag_ (default true) show "/\* Auto Generated \*/" at the top of every file. If set to _false_ then no tags are generated _EnumValues_ (default int enums) if set to _Strings_, generates typescript [string enums](https://www.typescriptlang.org/docs/handbook/enums.html#string-enums) @@ -38,7 +38,7 @@ _PropertyStyle_ (default is CamelCase) if set to _PascalCase_, changes the prope - + diff --git a/Source/MTT/MTT.csproj b/Source/MTT/MTT.csproj index 7c51954..d1fbbed 100755 --- a/Source/MTT/MTT.csproj +++ b/Source/MTT/MTT.csproj @@ -8,7 +8,7 @@ tasks - 0.7.1 + 0.7.2