Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 8f6f61d

Browse files
committed
0.5.7 converts hex enums to int thanks to BlueBasher
1 parent 7ad3815 commit 8f6f61d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Example/Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="MTT" Version="0.5.7-*" PrivateAssets="All" />
9-
<!-- <PackageReference Include="MTT" Version="0.5.6"/> -->
8+
<!-- <PackageReference Include="MTT" Version="0.5.7-*" PrivateAssets="All" /> -->
9+
<PackageReference Include="MTT" Version="0.5.7"/>
1010
</ItemGroup>
1111

1212
<Target Name="ConvertMain" BeforeTargets="PrepareForBuild">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _AutoGeneratedTag_ (default true) show "/\* Auto Generated \*/" at the top of ev
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="MTT" Version="0.5.6"/>
35+
<PackageReference Include="MTT" Version="0.5.7"/>
3636
</ItemGroup>
3737

3838
<Target Name="Convert" BeforeTargets="PrepareForBuild">

Source/MTT/MTT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
The suffix is required because nuget will only update if the package is newer, this tricks it.
1414
note: 0.1.5 has precedence over 0.1.5-build123412341
1515
-->
16-
<VersionSuffix>build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix>
16+
<!-- <VersionSuffix>build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix> -->
1717
<Title>C# DTOs To Typescript Interfaces</Title>
1818
<Authors>Cody Schrank</Authors>
1919
<PackageLicenseFile>LICENSE</PackageLicenseFile>

0 commit comments

Comments
 (0)