Skip to content

Commit

Permalink
update nuget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Dec 14, 2015
1 parent 73f733d commit 7f8bc32
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 40 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.1.14
* Update MBrace.Core.

### 1.1.13
* Fix packaging issue.

Expand Down
8 changes: 4 additions & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ source https://www.nuget.org/api/v2

nuget FAKE
nuget FSharp.Core ~> 4.0.0.0
nuget MBrace.Core ~> 1.0.6
nuget MBrace.Runtime ~> 1.0.6
nuget MBrace.Tests ~> 1.0.6
nuget MBrace.CSharp >= 0.0.5-alpha
nuget MBrace.Core ~> 1.0.7
nuget MBrace.Runtime ~> 1.0.7
nuget MBrace.Tests ~> 1.0.7
nuget MBrace.CSharp >= 0.0.6-alpha
nuget WindowsAzure.ServiceBus ~> 2.5.2
nuget WindowsAzure.Storage ~> 4.3.0
nuget Nuget.CommandLine
Expand Down
42 changes: 21 additions & 21 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ NUGET
remote: https://nuget.org/api/v2
specs:
Argu (1.1.3)
FAKE (4.10.4)
FAKE (4.10.5)
FsCheck (2.2.3)
FSharp.Core (>= 3.1.2.5)
FSharp.Compiler.Service (1.3.1.2)
FSharp.Core (4.0.0.1)
FsPickler (1.6.2)
FsPickler.Json (1.6.2)
FsPickler (1.6.2)
FsPickler (1.7.0)
FsPickler.Json (1.7.0)
FsPickler (1.7.0)
Newtonsoft.Json (>= 6.0.5)
Hyak.Common (1.0.3)
Microsoft.Bcl (>= 1.1.9) - framework: portable-net403+win+wpa81
Expand All @@ -25,25 +25,25 @@ NUGET
MathNet.Numerics (3.7.1)
MathNet.Numerics.MKL.Win-x64 (1.8.0)
MathNet.Numerics (>= 2.4.0)
MBrace.Core (1.0.6)
MBrace.CSharp (0.0.5-alpha)
MBrace.Core (1.0.7)
MBrace.CSharp (0.0.6-alpha)
FSharp.Core
MBrace.Core (1.0.6)
MBrace.Flow (1.0.6)
MBrace.Core (1.0.7)
MBrace.Flow (1.0.7)
Streams (>= 0.4.0 < 0.5.0)
MBrace.Flow (1.0.6)
MBrace.Flow (1.0.7)
FSharp.Core
MBrace.Core (1.0.6)
MBrace.Core (1.0.7)
Streams (>= 0.4.0 < 0.5.0)
MBrace.Runtime (1.0.6)
FsPickler (>= 1.6.2 < 1.7.0)
FsPickler.Json (>= 1.6.2 < 1.7.0)
MBrace.Core (1.0.6)
Vagabond (>= 0.12.3 < 0.13.0)
MBrace.Tests (1.0.6)
MBrace.Runtime (1.0.7)
FsPickler (>= 1.7.0 < 1.8.0)
FsPickler.Json (>= 1.7.0 < 1.8.0)
MBrace.Core (1.0.7)
Vagabond (>= 0.12.4 < 0.13.0)
MBrace.Tests (1.0.7)
FsCheck (>= 2.0.1)
MBrace.Core (1.0.6)
MBrace.Flow (1.0.6)
MBrace.Core (1.0.7)
MBrace.Flow (1.0.7)
NUnit (>= 2.6.0 < 3.0.0)
Microsoft.Azure.Common (2.1.0)
Hyak.Common (>= 1.0.2)
Expand Down Expand Up @@ -152,8 +152,8 @@ NUGET
System.Threading.Tasks (4.0.10) - framework: dnxcore50
System.Runtime (>= 4.0.0) - framework: dnxcore50
TaskParallelLibrary (1.0.2856) - framework: net35
Vagabond (0.12.3)
FsPickler (>= 1.6.2 < 1.7.0)
Vagabond (0.12.4)
FsPickler (>= 1.7.0 < 1.8.0)
Mono.Cecil (>= 0.9.6.1 < 0.9.7.0)
WindowsAzure.ServiceBus (2.5.4)
Microsoft.WindowsAzure.ConfigurationManager
Expand All @@ -165,5 +165,5 @@ NUGET
GITHUB
remote: fsharp/FAKE
specs:
modules/Octokit/Octokit.fsx (6cbd2da81c3da47f5fd67a47715aa9d4d3266393)
modules/Octokit/Octokit.fsx (25ca24118d3b0f7b51d5c72e6895b27329683b59)
Octokit
10 changes: 5 additions & 5 deletions src/MBrace.Azure.Management/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.1.13, Git Hash 58cb62, Build Date 14122015 15:08 +02:00")>]
[<assembly: AssemblyVersionAttribute("1.1.13")>]
[<assembly: AssemblyFileVersionAttribute("1.1.13")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.1.14, Git Hash 73f733, Build Date 14122015 22:27 +02:00")>]
[<assembly: AssemblyVersionAttribute("1.1.14")>]
[<assembly: AssemblyFileVersionAttribute("1.1.14")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.13"
let [<Literal>] Version = "1.1.14"

let [<Literal>] ReleaseTag = "1.1.13"
let [<Literal>] ReleaseTag = "1.1.14"
10 changes: 5 additions & 5 deletions src/MBrace.Azure.StandaloneWorker/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.1.13, Git Hash 58cb62, Build Date 14122015 15:08 +02:00")>]
[<assembly: AssemblyVersionAttribute("1.1.13")>]
[<assembly: AssemblyFileVersionAttribute("1.1.13")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.1.14, Git Hash 73f733, Build Date 14122015 22:27 +02:00")>]
[<assembly: AssemblyVersionAttribute("1.1.14")>]
[<assembly: AssemblyFileVersionAttribute("1.1.14")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.13"
let [<Literal>] Version = "1.1.14"

let [<Literal>] ReleaseTag = "1.1.13"
let [<Literal>] ReleaseTag = "1.1.14"
10 changes: 5 additions & 5 deletions src/MBrace.Azure/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ open System.Reflection
[<assembly: AssemblyCompanyAttribute("Nessos Information Technologies")>]
[<assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")>]
[<assembly: AssemblyTrademarkAttribute("MBrace")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.1.13, Git Hash 58cb62, Build Date 14122015 15:08 +02:00")>]
[<assembly: AssemblyVersionAttribute("1.1.13")>]
[<assembly: AssemblyFileVersionAttribute("1.1.13")>]
[<assembly: AssemblyMetadataAttribute("Release Signature","Version 1.1.14, Git Hash 73f733, Build Date 14122015 22:27 +02:00")>]
[<assembly: AssemblyVersionAttribute("1.1.14")>]
[<assembly: AssemblyFileVersionAttribute("1.1.14")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.13"
let [<Literal>] Version = "1.1.14"

let [<Literal>] ReleaseTag = "1.1.13"
let [<Literal>] ReleaseTag = "1.1.14"

0 comments on commit 7f8bc32

Please sign in to comment.