Skip to content

Commit

Permalink
0.5.7 converts hex enums to int thanks to BlueBasher
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed May 31, 2019
1 parent 7ad3815 commit 8f6f61d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MTT" Version="0.5.7-*" PrivateAssets="All" />
<!-- <PackageReference Include="MTT" Version="0.5.6"/> -->
<!-- <PackageReference Include="MTT" Version="0.5.7-*" PrivateAssets="All" /> -->
<PackageReference Include="MTT" Version="0.5.7"/>
</ItemGroup>

<Target Name="ConvertMain" BeforeTargets="PrepareForBuild">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _AutoGeneratedTag_ (default true) show "/\* Auto Generated \*/" at the top of ev
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MTT" Version="0.5.6"/>
<PackageReference Include="MTT" Version="0.5.7"/>
</ItemGroup>

<Target Name="Convert" BeforeTargets="PrepareForBuild">
Expand Down
2 changes: 1 addition & 1 deletion Source/MTT/MTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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
-->
<VersionSuffix>build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix>
<!-- <VersionSuffix>build$([System.DateTime]::Now.ToString('yyyyMMddHHmmss'))</VersionSuffix> -->
<Title>C# DTOs To Typescript Interfaces</Title>
<Authors>Cody Schrank</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit 8f6f61d

Please sign in to comment.