Skip to content

Commit

Permalink
Change version number in project.json files to 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstam committed Oct 3, 2016
1 parent e7a7e39 commit 3cf551f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions Release Notes/Release Notes v2.4.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# .NET Driver Version 2.4.0
# .NET Driver Version 2.4.0-beta1 (PRE-RELEASE)

This is a beta release of the upcoming 2.4.0 version of the driver.

The main new feature of 2.4.0 is support for the new features of the 3.4.0 version of the server.

This is a placeholder file for the 2.4.0 release notes.

2 changes: 1 addition & 1 deletion src/MongoDB.Bson.Dotnet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0-*",
"version": "2.4.0-*",
"buildOptions": {
"compile": {
"include": [ "../MongoDB.Bson/**/*.cs", "../MongoDB.Shared/Hasher.cs" ]
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB.Driver.Core.Dotnet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0-*",
"version": "2.4.0-*",
"dependencies": {
"MongoDB.Bson.Dotnet": { "target": "project" }
},
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB.Driver.Dotnet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0-*",
"version": "2.4.0-*",
"dependencies": {
"MongoDB.Bson.Dotnet": { "target": "project" },
"MongoDB.Driver.Core.Dotnet": { "target": "project" }
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB.Driver.GridFS.Dotnet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0-*",
"version": "2.4.0-*",

"dependencies": {
"MongoDB.Bson.Dotnet": { "target": "project" },
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB.Driver.Legacy.Dotnet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0-*",
"version": "2.4.0-*",

"dependencies": {
"MongoDB.Bson.Dotnet": { "target": "project" },
Expand Down

0 comments on commit 3cf551f

Please sign in to comment.