Skip to content

Commit

Permalink
Updated GitVersionTask
Browse files Browse the repository at this point in the history
closes #30
  • Loading branch information
dazinator committed Mar 11, 2018
1 parent 0ccf53d commit 7cbe28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////
// TOOLS
//////////////////////////////////////////////////////////////////////
#tool "nuget:https://ci.appveyor.com/nuget/gitversion-8nigugxjftrw?package=GitVersion.CommandLine&version=4.0.0-pullrequest1269-1531"
#tool "nuget:https://ci.appveyor.com/nuget/gitversion-8nigugxjftrw?package=GitVersion.CommandLine&version=4.0.0-pullrequest1269-1534"
#tool "nuget:?package=GitReleaseNotes&version=0.7.0"
#addin "nuget:?package=Cake.Git&version=0.15.0"
#addin "nuget:?package=Cake.ExtendedNuGet&version=1.0.0.24"
Expand Down
2 changes: 1 addition & 1 deletion src/DotNet.Glob/DotNet.Glob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitVersionTask" Version="4.0.0-pullrequest1269-1531">
<PackageReference Include="GitVersionTask" Version="4.0.0-pullrequest1269-1534">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 7cbe28b

Please sign in to comment.