Skip to content

Commit

Permalink
update to latest argu
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Mar 11, 2016
1 parent 66d6b97 commit e582e84
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 34 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.1
* Update to latest Argu.

#### 1.1.0
* Refactor CancellationToken API.
* Json Logger/FsPickler bugfix.
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source https://nuget.org/api/v2
nuget FSharp.Core >= 3.0
nuget FsPickler ~> 1.8.0
nuget FsPickler.Json ~> 1.8.0
nuget Argu ~> 1.0
nuget Argu ~> 2.0
nuget Vagabond ~> 0.12.7
nuget FsUnit >= 1.3.0.1
nuget NUnit ~> 2.6
Expand Down
22 changes: 11 additions & 11 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REDIRECTS: ON
NUGET
remote: https://www.nuget.org/api/v2
specs:
Argu (1.1.3)
Argu (2.1)
FAKE (4.21.4)
FsCheck (2.2.4)
FSharp.Core (>= 3.1.2.5)
Expand All @@ -22,10 +22,10 @@ NUGET
MathNet.Numerics (3.7.1)
MathNet.Numerics.MKL.Win-x64 (1.8.0)
MathNet.Numerics (>= 2.4.0)
Microsoft.Bcl (1.1.10)
Microsoft.Bcl (1.1.10) - framework: net10, net11, net20, net30, net35, net40, net40
Microsoft.Bcl.Build (>= 1.0.14)
Microsoft.Bcl.Build (1.0.21) - import_targets: false
Microsoft.Net.Http (2.2.29)
Microsoft.Bcl.Build (1.0.21) - import_targets: false, framework: net10, net11, net20, net30, net35, net40, net40
Microsoft.Net.Http (2.2.29) - framework: net10, net11, net20, net30, net35, net40, net40
Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.14)
Mono.Cecil (0.9.6.1)
Expand All @@ -34,14 +34,14 @@ NUGET
NUnit (2.6.4)
NUnit.Runners (2.6.4)
Octokit (0.18.0)
Microsoft.Net.Http
Microsoft.Net.Http - framework: net10, net11, net20, net30, net35, net40, net40
SourceLink.Fake (1.1.0)
Streams (0.4.1)
Streams.CSharp (0.4.1)
Streams (0.4.1)
System.Globalization (4.0.10) - framework: dnxcore50
System.Runtime (>= 4.0.0) - framework: dnxcore50
System.IO (4.0.10)
System.IO (4.0.10) - framework: dnxcore50
System.Globalization (>= 4.0.0) - framework: dnxcore50
System.Runtime (>= 4.0.20) - framework: dnxcore50
System.Text.Encoding (>= 4.0.0) - framework: dnxcore50
Expand All @@ -50,19 +50,19 @@ NUGET
System.Threading (>= 4.0.0) - framework: dnxcore50
System.Threading.Tasks (>= 4.0.0) - framework: dnxcore50
System.Private.Uri (4.0.0) - framework: dnxcore50
System.Reflection (4.0.10)
System.Reflection (4.0.10) - framework: dnxcore50
System.IO (>= 4.0.0) - framework: dnxcore50
System.Reflection.Primitives (>= 4.0.0) - framework: dnxcore50
System.Runtime (>= 4.0.20) - framework: dnxcore50
System.Reflection.Primitives (4.0.0) - framework: dnxcore50
System.Runtime (>= 4.0.0) - framework: dnxcore50
System.Threading (>= 4.0.0) - framework: dnxcore50
System.Runtime (4.0.20)
System.Runtime (4.0.20) - framework: dnxcore50
System.Private.Uri (>= 4.0.0) - framework: dnxcore50
System.Runtime.Loader (4.0.0-beta-23516)
System.IO (>= 4.0.0)
System.Reflection (>= 4.0.0)
System.Runtime (>= 4.0.0)
System.IO (>= 4.0.0) - framework: dnxcore50
System.Reflection (>= 4.0.0) - framework: dnxcore50
System.Runtime (>= 4.0.0) - framework: dnxcore50
System.Text.Encoding (4.0.10) - framework: dnxcore50
System.Runtime (>= 4.0.0) - framework: dnxcore50
System.Text.Encoding.Extensions (4.0.10) - framework: dnxcore50
Expand Down
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.1.0")]
[assembly: AssemblyFileVersionAttribute("1.1.0")]
[assembly: AssemblyVersionAttribute("1.1.1")]
[assembly: AssemblyFileVersionAttribute("1.1.1")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "1.1.0";
internal const string Version = "1.1.1";
}
}
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.1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.1.0")>]
[<assembly: AssemblyVersionAttribute("1.1.1")>]
[<assembly: AssemblyFileVersionAttribute("1.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.0"
let [<Literal>] Version = "1.1.1"
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.1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.1.0")>]
[<assembly: AssemblyVersionAttribute("1.1.1")>]
[<assembly: AssemblyFileVersionAttribute("1.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.0"
let [<Literal>] Version = "1.1.1"
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.1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.1.0")>]
[<assembly: AssemblyVersionAttribute("1.1.1")>]
[<assembly: AssemblyFileVersionAttribute("1.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.0"
let [<Literal>] Version = "1.1.1"
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.1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.1.0")>]
[<assembly: AssemblyVersionAttribute("1.1.1")>]
[<assembly: AssemblyFileVersionAttribute("1.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.0"
let [<Literal>] Version = "1.1.1"
2 changes: 1 addition & 1 deletion src/MBrace.Thespian/Worker/Configuration.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ open System
open System.IO
open System.Diagnostics

open Argu
open Nessos.FsPickler
open Nessos.Argu

open Nessos.Thespian
open Nessos.Thespian.Remote
Expand Down
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.1.0")]
[assembly: AssemblyFileVersionAttribute("1.1.0")]
[assembly: AssemblyVersionAttribute("1.1.1")]
[assembly: AssemblyFileVersionAttribute("1.1.1")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "1.1.0";
internal const string Version = "1.1.1";
}
}
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.1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.1.0")>]
[<assembly: AssemblyVersionAttribute("1.1.1")>]
[<assembly: AssemblyFileVersionAttribute("1.1.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.0"
let [<Literal>] Version = "1.1.1"

0 comments on commit e582e84

Please sign in to comment.