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)
22=================================================================
33
4- This is a minor release.. .
4+ This is a major release support mongodb 3.2 .
55
66It also fixes some issues reported since 1.10.1 was released.
77
88An online version of these release notes is available at:
99
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
1111
1212Documentation on the C# driver can be found at:
1313
@@ -19,8 +19,6 @@ General Changes
1919
2020The 1.x releases will be the last non-bug fix release supporting .NET 3.5.
2121
22- The issues fixed in 1.10.1 are:
23-
2422
2523Compatibility Changes
2624---------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ open Fake
44open Fake.AssemblyInfoFile
55
66let config = getBuildParamOrDefault " config" " Release"
7- let baseVersion = getBuildParamOrDefault " baseVersion" " 1.10.2 "
7+ let baseVersion = getBuildParamOrDefault " baseVersion" " 1.11.0 "
88let preRelease = getBuildParamOrDefault " preRelease" " local"
99let getComputedBuildNumber () =
1010 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