diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0849169e5..9b459c6a7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +## 2.12.0 (18 October, 2015) + - Update dependencies to be compatible with FSharp.Compiler.Service >=1.4.3 + ## 2.11.1-alpha1 (14 October, 2015) - Adds methods for cross-type links #330 (https://github.com/tpetricek/FSharp.Formatting/pull/330) diff --git a/packages/FSharp.Formatting/FSharp.Formatting.fsx b/packages/FSharp.Formatting/FSharp.Formatting.fsx index f582eed43..1f1429a61 100644 --- a/packages/FSharp.Formatting/FSharp.Formatting.fsx +++ b/packages/FSharp.Formatting/FSharp.Formatting.fsx @@ -9,8 +9,8 @@ if (typeof.Assembly.GetName().Version.Major <= 2 // Standard NuGet locations -#I "../FSharp.Compiler.Service.0.0.90/lib/net45" -#I "../FSharpVSPowerTools.Core.1.9.0/lib/net45" +#I "../FSharp.Compiler.Service.1.4.0.6/lib/net45" +#I "../FSharpVSPowerTools.Core.2.1.0/lib/net45" // Standard Paket locations #I "../FSharp.Compiler.Service/lib/net45" diff --git a/paket.dependencies b/paket.dependencies index 726908396..a308fc6e1 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -16,4 +16,4 @@ nuget FSharp.Compiler.Service nuget FSharpVSPowerTools.Core !>= 0 nuget ILRepack -github matthid/Yaaf.FSharp.Scripting src/source/Yaaf.FSharp.Scripting/YaafFSharpScripting.fs \ No newline at end of file +github matthid/Yaaf.FSharp.Scripting src/source/Yaaf.FSharp.Scripting/YaafFSharpScripting.fs diff --git a/paket.lock b/paket.lock index 9bbcbee33..05ecb4da5 100644 --- a/paket.lock +++ b/paket.lock @@ -2,18 +2,18 @@ NUGET remote: http://nuget.org/api/v2 specs: CommandLineParser (1.9.71) - FAKE (4.4.4) - FSharp.Compiler.Service (0.0.90) - FSharpVSPowerTools.Core (1.9.0) - FSharp.Compiler.Service (>= 0.0.90) - ILRepack (2.0.5) + FAKE (4.7.1) + FSharp.Compiler.Service (1.4.0.6) + FSharpVSPowerTools.Core (2.1.0) + FSharp.Compiler.Service (>= 1.4.0.6) + ILRepack (2.0.8) Microsoft.AspNet.Razor (3.2.3) NuGet.CommandLine (2.8.6) NUnit (2.6.4) NUnit.Runners (2.6.4) - RazorEngine (3.7.2) + RazorEngine (3.7.3) Microsoft.AspNet.Razor (>= 3.0.0) - framework: >= net45 - Microsoft.AspNet.Razor (2.0.30506.0) - framework: >= net40 < net45 + Microsoft.AspNet.Razor (2.0.30506.0) - framework: net40 GITHUB remote: matthid/Yaaf.FSharp.Scripting specs: