Skip to content

Commit

Permalink
Updated to Cake v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Feb 23, 2016
1 parent 00d3b7d commit b0e1770
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if (Test-Path $PACKAGES_CONFIG)
# Install just Cake if missing config
else
{
Invoke-Expression "&`"$NUGET_EXE`" install Cake -ExcludeVersion -PreRelease -Source `"https://www.myget.org/F/cake`""
Invoke-Expression "&`"$NUGET_EXE`" install Cake -ExcludeVersion"
}
Pop-Location
if ($LASTEXITCODE -ne 0)
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Git/Cake.Git.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<DocumentationFile>bin\Release\Cake.Git.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cake.Core, Version=0.6.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Cake.Core.0.6.4\lib\net45\Cake.Core.dll</HintPath>
<Reference Include="Cake.Core, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Cake.Core.0.9.0\lib\net45\Cake.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="LibGit2Sharp, Version=0.22.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Git/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake.Core" version="0.6.4" targetFramework="net452" />
<package id="Cake.Core" version="0.9.0" targetFramework="net452" />
<package id="LibGit2Sharp" version="0.22.0-pre20151023210959" targetFramework="net452" />
<package id="LibGit2Sharp.NativeBinaries" version="1.0.106" targetFramework="net452" />
</packages>

0 comments on commit b0e1770

Please sign in to comment.