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

Commit bbcb5b2

Browse files
committed
0.6.1 Fixed bugs with enums. Added Unit Testing
1 parent aded608 commit bbcb5b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Example/Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<!-- <PackageReference Include="MTT" Version="0.5.9-*" PrivateAssets="All" /> -->
9-
<PackageReference Include="MTT" Version="0.6.0"/>
9+
<PackageReference Include="MTT" Version="0.6.1"/>
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.6.0"/>
35+
<PackageReference Include="MTT" Version="0.6.1"/>
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
@@ -8,7 +8,7 @@
88
<!-- Change the default location where NuGet will put the build output -->
99
<BuildOutputTargetFolder>tasks</BuildOutputTargetFolder>
1010
<!-- set the version automatically -->
11-
<VersionPrefix>0.6.0</VersionPrefix>
11+
<VersionPrefix>0.6.1</VersionPrefix>
1212
<!--
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

0 commit comments

Comments
 (0)