Skip to content

Commit

Permalink
0.6.1 Fixed bugs with enums. Added Unit Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed Aug 8, 2019
1 parent aded608 commit bbcb5b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

0 comments on commit bbcb5b2

Please sign in to comment.