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 @@ </PropertyGroup> <ItemGroup> - <!-- <PackageReference Include="MTT" Version="0.6.4-*" PrivateAssets="All" /> --> - <PackageReference Include="MTT" Version="0.7.1" /> + <!-- <PackageReference Include="MTT" Version="0.7.2-*" PrivateAssets="All" /> --> + <PackageReference Include="MTT" Version="0.7.2" /> </ItemGroup> <Target Name="ConvertMain" BeforeTargets="PrepareForBuild"> - <ConvertMain WorkingDirectory="Resources/" ConvertDirectory="models/" /> + <ConvertMain WorkingDirectory="Resources/" ConvertDirectory="models/"/> </Target> </Project> 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 </PropertyGroup> <ItemGroup> - <PackageReference Include="MTT" Version="0.7.1"/> + <PackageReference Include="MTT" Version="0.7.2"/> </ItemGroup> <Target Name="Convert" BeforeTargets="PrepareForBuild"> 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 @@ <!-- Change the default location where NuGet will put the build output --> <BuildOutputTargetFolder>tasks</BuildOutputTargetFolder> <!-- set the version automatically --> - <VersionPrefix>0.7.1</VersionPrefix> + <VersionPrefix>0.7.2</VersionPrefix> <!-- The suffix is required because nuget will only update if the package is newer, this tricks it. note: 0.1.5 has precedence over 0.1.5-build123412341