Skip to content

Commit

Permalink
updated version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed Jun 25, 2021
1 parent c5f3d5f commit 768fb34
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.6.4-*" PrivateAssets="All" /> -->
<PackageReference Include="MTT" Version="0.7.0" />
<PackageReference Include="MTT" Version="0.7.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 @@ -38,7 +38,7 @@ _PathStyle_ (default is folders stay the same and files become camelCase) if set
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MTT" Version="0.7.0"/>
<PackageReference Include="MTT" Version="0.7.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.7.0</VersionPrefix>
<VersionPrefix>0.7.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 768fb34

Please sign in to comment.