Skip to content

Commit

Permalink
Merge pull request #348 from tpetricek/update_dependencies
Browse files Browse the repository at this point in the history
paket update (fixes #337)
  • Loading branch information
tpetricek committed Oct 18, 2015
2 parents 18da48e + c9bae27 commit 270a5e5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions packages/FSharp.Formatting/FSharp.Formatting.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if (typeof<System.Web.Razor.ParserResults>.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"
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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
github matthid/Yaaf.FSharp.Scripting src/source/Yaaf.FSharp.Scripting/YaafFSharpScripting.fs
14 changes: 7 additions & 7 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 270a5e5

Please sign in to comment.