Skip to content

Commit

Permalink
Better RC2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed May 20, 2016
1 parent b5e91e0 commit 985b654
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Builder/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ Target "Clean" (fun _ ->
DeleteFile Files.TestResultFile
CleanDirs [Folders.CompileOutput; Folders.Package]

JsonPoke "version" "0.0.0-localbuild" DriverProject.ProjectJson
JsonPoke "version" "0.0.0-localbuild" LinqProject.ProjectJson
JsonPoke "version" "0.0.0-localbuild" GridProject.ProjectJson

//reset project deps.
JsonPoke "packOptions.releaseNotes" "" DriverProject.ProjectJson
JsonPoke "packOptions.releaseNotes" "" LinqProject.ProjectJson
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v2.3.2-beta-2
* Connection now exposes ClientLocalEndpoint.
* Better .NET Standard 1.3 and .NET Core RC2 compatibility.

## v2.3.2-beta-1
* Compatibility with .NET Standard 1.3 and .NET Core RC2.
Expand Down
1 change: 1 addition & 0 deletions Source/RethinkDb.Driver/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Dynamic.Runtime": "4.0.11-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-final",
"System.Security.Cryptography.Algorithms": "4.1.0-rc2-24027",
"System.Security.Cryptography.Primitives": "4.0.0-rc2-24027",
Expand Down

0 comments on commit 985b654

Please sign in to comment.