From 71e43f3c14fe0d5cc90c65999f2fdbe21d2ff08e Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Thu, 28 Jan 2016 01:12:20 +0200 Subject: [PATCH] update FsPickler version --- RELEASE_NOTES.md | 3 +++ paket.dependencies | 6 +++--- paket.lock | 20 +++++++++---------- .../App.config | 10 ++++++++-- src/MBrace.CSharp/Properties/AssemblyInfo.cs | 6 +++--- src/MBrace.Core/AssemblyInfo.fs | 6 +++--- src/MBrace.Flow/AssemblyInfo.fs | 6 +++--- src/MBrace.Runtime/AssemblyInfo.fs | 6 +++--- src/MBrace.Thespian/AssemblyInfo.fs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- tests/MBrace.Core.Tests/AssemblyInfo.fs | 6 +++--- 11 files changed, 45 insertions(+), 36 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 64967ea6..061c416b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 1.0.18 +* Update FsPickler version. + #### 1.0.17 * Fix packaging issue. diff --git a/paket.dependencies b/paket.dependencies index 905f71a7..5ba6ca83 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -2,14 +2,14 @@ redirects: on source https://nuget.org/api/v2 nuget FSharp.Core >= 3.0 -nuget FsPickler ~> 1.7.0 -nuget FsPickler.Json ~> 1.7.0 +nuget FsPickler ~> 1.8.0 +nuget FsPickler.Json ~> 1.8.0 nuget Argu ~> 1.0 nuget Vagabond ~> 0.12.5 nuget FsUnit >= 1.3.0.1 nuget NUnit ~> 2.6 nuget NUnit.Runners ~> 2.6 -nuget Thespian ~> 0.1.8-alpha +nuget Thespian ~> 0.1.9-alpha nuget FSharp.Core nuget FsCheck >= 2.0.1 nuget Unquote >= 2.2.2 diff --git a/paket.lock b/paket.lock index e3917901..bf71a80c 100644 --- a/paket.lock +++ b/paket.lock @@ -3,14 +3,14 @@ NUGET remote: https://www.nuget.org/api/v2 specs: Argu (1.1.3) - FAKE (4.17.0) + FAKE (4.17.1) FsCheck (2.2.4) FSharp.Core (>= 3.1.2.5) FSharp.Compiler.Service (1.3.1.2) FSharp.Core (4.0.0.1) - FsPickler (1.7.2) - FsPickler.Json (1.7.2) - FsPickler (1.7.2) + FsPickler (1.8.0) + FsPickler.Json (1.8.0) + FsPickler (1.8.0) Newtonsoft.Json (>= 6.0.5) FsUnit (1.4.1) FSharp.Core (>= 3.1.2.5) @@ -74,14 +74,14 @@ NUGET System.Threading.Tasks (4.0.10) - framework: dnxcore50 System.Runtime (>= 4.0.0) - framework: dnxcore50 TaskParallelLibrary (1.0.2856) - framework: net35 - Thespian (0.1.8-alpha) - FsPickler (>= 1.7.0) + Thespian (0.1.9-alpha) + FsPickler (>= 1.8.0) Unquote (3.1.1) - Vagabond (0.12.5) - FsPickler (>= 1.7.0 < 1.8.0) - Mono.Cecil (>= 0.9.6.1 < 0.9.7.0) + Vagabond (0.12.6) + FsPickler (>= 1.8.0 < 1.9.0) + Mono.Cecil (>= 0.9.6.1 < 0.9.7) GITHUB remote: fsharp/FAKE specs: - modules/Octokit/Octokit.fsx (bc52476acfcc0151923380b3baadf1075e0f7f86) + modules/Octokit/Octokit.fsx (e537d90b050d02cc287cb64e18b72a8b7e984805) Octokit \ No newline at end of file diff --git a/samples/MBrace.Thespian.StandaloneClient/App.config b/samples/MBrace.Thespian.StandaloneClient/App.config index 88fa4027..d23693a0 100644 --- a/samples/MBrace.Thespian.StandaloneClient/App.config +++ b/samples/MBrace.Thespian.StandaloneClient/App.config @@ -1,6 +1,12 @@ - + - \ No newline at end of file + + + True + + + + \ No newline at end of file diff --git a/src/MBrace.CSharp/Properties/AssemblyInfo.cs b/src/MBrace.CSharp/Properties/AssemblyInfo.cs index ab633cd6..2e243659 100644 --- a/src/MBrace.CSharp/Properties/AssemblyInfo.cs +++ b/src/MBrace.CSharp/Properties/AssemblyInfo.cs @@ -5,10 +5,10 @@ [assembly: AssemblyCompanyAttribute("Nessos Information Technologies")] [assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")] [assembly: AssemblyTrademarkAttribute("MBrace")] -[assembly: AssemblyVersionAttribute("1.0.17")] -[assembly: AssemblyFileVersionAttribute("1.0.17")] +[assembly: AssemblyVersionAttribute("1.0.18")] +[assembly: AssemblyFileVersionAttribute("1.0.18")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "1.0.17"; + internal const string Version = "1.0.18"; } } diff --git a/src/MBrace.Core/AssemblyInfo.fs b/src/MBrace.Core/AssemblyInfo.fs index eaf51044..c5134a58 100644 --- a/src/MBrace.Core/AssemblyInfo.fs +++ b/src/MBrace.Core/AssemblyInfo.fs @@ -5,9 +5,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0.17" + let [] Version = "1.0.18" diff --git a/src/MBrace.Flow/AssemblyInfo.fs b/src/MBrace.Flow/AssemblyInfo.fs index eaf51044..c5134a58 100644 --- a/src/MBrace.Flow/AssemblyInfo.fs +++ b/src/MBrace.Flow/AssemblyInfo.fs @@ -5,9 +5,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0.17" + let [] Version = "1.0.18" diff --git a/src/MBrace.Runtime/AssemblyInfo.fs b/src/MBrace.Runtime/AssemblyInfo.fs index eaf51044..c5134a58 100644 --- a/src/MBrace.Runtime/AssemblyInfo.fs +++ b/src/MBrace.Runtime/AssemblyInfo.fs @@ -5,9 +5,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0.17" + let [] Version = "1.0.18" diff --git a/src/MBrace.Thespian/AssemblyInfo.fs b/src/MBrace.Thespian/AssemblyInfo.fs index eaf51044..c5134a58 100644 --- a/src/MBrace.Thespian/AssemblyInfo.fs +++ b/src/MBrace.Thespian/AssemblyInfo.fs @@ -5,9 +5,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0.17" + let [] Version = "1.0.18" diff --git a/tests/MBrace.CSharp.Tests/Properties/AssemblyInfo.cs b/tests/MBrace.CSharp.Tests/Properties/AssemblyInfo.cs index ab633cd6..2e243659 100644 --- a/tests/MBrace.CSharp.Tests/Properties/AssemblyInfo.cs +++ b/tests/MBrace.CSharp.Tests/Properties/AssemblyInfo.cs @@ -5,10 +5,10 @@ [assembly: AssemblyCompanyAttribute("Nessos Information Technologies")] [assembly: AssemblyCopyrightAttribute("© Nessos Information Technologies.")] [assembly: AssemblyTrademarkAttribute("MBrace")] -[assembly: AssemblyVersionAttribute("1.0.17")] -[assembly: AssemblyFileVersionAttribute("1.0.17")] +[assembly: AssemblyVersionAttribute("1.0.18")] +[assembly: AssemblyFileVersionAttribute("1.0.18")] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "1.0.17"; + internal const string Version = "1.0.18"; } } diff --git a/tests/MBrace.Core.Tests/AssemblyInfo.fs b/tests/MBrace.Core.Tests/AssemblyInfo.fs index eaf51044..c5134a58 100644 --- a/tests/MBrace.Core.Tests/AssemblyInfo.fs +++ b/tests/MBrace.Core.Tests/AssemblyInfo.fs @@ -5,9 +5,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0.17" + let [] Version = "1.0.18"