Skip to content

Commit

Permalink
0.6.0 Fixed multiple bugs. Core Reorganization. MTTRunner for faster …
Browse files Browse the repository at this point in the history
…testing/debugging
  • Loading branch information
CodySchrank committed Aug 5, 2019
1 parent 6acd77a commit 24793e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.9"/>
<PackageReference Include="MTT" Version="0.6.0"/>
</ItemGroup>

<Target Name="ConvertMain" 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.5.9</VersionPrefix>
<VersionPrefix>0.6.0</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 24793e0

Please sign in to comment.