From 0921c8dbf9709e0071d0fdae0e0673a3296294b4 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 16 Jun 2016 11:14:22 +1000 Subject: [PATCH] update FAKE.Core to latest version --- SolutionInfo.cs | 1 + build.cmd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SolutionInfo.cs b/SolutionInfo.cs index f129f00c..785d8844 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -9,5 +9,6 @@ using System.Runtime.InteropServices; namespace System { internal static class AssemblyVersionInformation { internal const string Version = "0.20.0"; + internal const string InformationalVersion = "0.20.0"; } } diff --git a/build.cmd b/build.cmd index 3e500ca4..02d0835e 100644 --- a/build.cmd +++ b/build.cmd @@ -1,7 +1,7 @@ @echo off "tools\nuget\nuget.exe" "install" "xunit.runner.console" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "2.1.0" -verbosity quiet -"tools\nuget\nuget.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "4.22.2" -verbosity quiet +"tools\nuget\nuget.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "4.28.0" -verbosity quiet "tools\nuget\nuget.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "1.1.0" -verbosity quiet "tools\nuget\nuget.exe" "install" "Octokit.CodeFormatter" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "1.0.0-preview" -Pre -verbosity quiet