File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- C#/.NET Driver Version 1.10.2 Release Notes (PRE_RELEASE)
1
+ C#/.NET Driver Version 1.11.0-rc0 Release Notes (PRE_RELEASE)
2
2
=================================================================
3
3
4
- This is a minor release.. .
4
+ This is a major release support mongodb 3.2 .
5
5
6
6
It also fixes some issues reported since 1.10.1 was released.
7
7
8
8
An online version of these release notes is available at:
9
9
10
- https://github.com/mongodb/mongo-csharp-driver/blob/v1.x/Release%20Notes/Release%20Notes%20v1.10.1 .md
10
+ https://github.com/mongodb/mongo-csharp-driver/blob/v1.x/Release%20Notes/Release%20Notes%20v1.11 .md
11
11
12
12
Documentation on the C# driver can be found at:
13
13
@@ -19,8 +19,6 @@ General Changes
19
19
20
20
The 1.x releases will be the last non-bug fix release supporting .NET 3.5.
21
21
22
- The issues fixed in 1.10.1 are:
23
-
24
22
25
23
Compatibility Changes
26
24
---------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ open Fake
4
4
open Fake.AssemblyInfoFile
5
5
6
6
let config = getBuildParamOrDefault " config" " Release"
7
- let baseVersion = getBuildParamOrDefault " baseVersion" " 1.10.2 "
7
+ let baseVersion = getBuildParamOrDefault " baseVersion" " 1.11.0 "
8
8
let preRelease = getBuildParamOrDefault " preRelease" " local"
9
9
let getComputedBuildNumber () =
10
10
let result = Git.CommandHelper.runSimpleGitCommand currentDirectory " describe HEAD^1 --tags --long --match \" v[0-9].[0-9].[0-9]*\" "
You can’t perform that action at this time.
0 commit comments