Skip to content

Commit

Permalink
0.4.6 fixed bug that potentially broke CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed Jul 9, 2018
1 parent e75c3c0 commit d9f0fbf
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.4.5-*" PrivateAssets="All" /> -->
<PackageReference Include="MTT" Version="0.4.5"/>
<PackageReference Include="MTT" Version="0.4.6"/>
</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.4.5"/>
<PackageReference Include="MTT" Version="0.4.6"/>
</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 @@ -10,7 +10,7 @@
<!-- Change the default location where NuGet will put the build output -->
<BuildOutputTargetFolder>tasks</BuildOutputTargetFolder>
<!-- set the version automatically -->
<VersionPrefix>0.4.5</VersionPrefix>
<VersionPrefix>0.4.6</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 d9f0fbf

Please sign in to comment.