Skip to content

Commit

Permalink
fix version constraint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Oct 19, 2017
1 parent d17787c commit 2e3e02f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,6 @@
### 1.5.1
* Fix version constraint issue

### 1.5.0
* Update to FSharp.Core 4.4.1.0 (F# 4.1/VS2017 fsi.exe

Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Expand Up @@ -6,7 +6,7 @@ nuget FSharp.Core >= 4.0 lowest_matching: true
nuget FsPickler ~> 4.0
nuget FsPickler.Json
nuget Vagabond ~> 0.15
nuget Argu ~> 3.3.0
nuget Argu ~> 3.7
nuget Thespian ~> 0.1.16-alpha
nuget Streams

Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Expand Up @@ -2,7 +2,7 @@ REDIRECTS: ON
RESTRICTION: == net45
NUGET
remote: https://www.nuget.org/api/v2
Argu (3.3)
Argu (3.7)
FSharp.Compiler.Tools (4.1.27)
FSharp.Core (4.0.0.1)
FsPickler (4.0.1)
Expand Down
10 changes: 5 additions & 5 deletions tests/MBrace.Thespian.Tests/App.config
Expand Up @@ -7,11 +7,6 @@
<assemblyIdentity name="System.Net.Http.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="2.2.29.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.2.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="4.2.29.0" />
Expand All @@ -21,5 +16,10 @@
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.4.1.0" />
</dependentAssembly>
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="1.2.2.0" />
</dependentAssembly>
</assemblyBinding></runtime>
</configuration>

0 comments on commit 2e3e02f

Please sign in to comment.