Skip to content

Commit

Permalink
update FsPickler version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jan 27, 2016
1 parent 1b7f8d3 commit 71e43f3
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 36 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.0.18
* Update FsPickler version.

#### 1.0.17
* Fix packaging issue.

Expand Down
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
10 changes: 8 additions & 2 deletions samples/MBrace.Thespian.StandaloneClient/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
<runtime><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="8.0.0.0" />
</dependentAssembly>
</assemblyBinding></runtime></configuration>
6 changes: 3 additions & 3 deletions src/MBrace.CSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
6 changes: 3 additions & 3 deletions src/MBrace.Core/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ open System.Reflection
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.17"
let [<Literal>] Version = "1.0.18"
6 changes: 3 additions & 3 deletions src/MBrace.Flow/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ open System.Reflection
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.17"
let [<Literal>] Version = "1.0.18"
6 changes: 3 additions & 3 deletions src/MBrace.Runtime/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ open System.Reflection
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.17"
let [<Literal>] Version = "1.0.18"
6 changes: 3 additions & 3 deletions src/MBrace.Thespian/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ open System.Reflection
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.17"
let [<Literal>] Version = "1.0.18"
6 changes: 3 additions & 3 deletions tests/MBrace.CSharp.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
6 changes: 3 additions & 3 deletions tests/MBrace.Core.Tests/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ open System.Reflection
[<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")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.17"
let [<Literal>] Version = "1.0.18"

0 comments on commit 71e43f3

Please sign in to comment.