File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ C#/.NET Driver Version 1.10.2 Release Notes (PRE_RELEASE)
2
+ =================================================================
3
+
4
+ This is a minor release...
5
+
6
+ It also fixes some issues reported since 1.10.1 was released.
7
+
8
+ An online version of these release notes is available at:
9
+
10
+ https://github.com/mongodb/mongo-csharp-driver/blob/v1.x/Release%20Notes/Release%20Notes%20v1.10.1.md
11
+
12
+ Documentation on the C# driver can be found at:
13
+
14
+ http://www.mongodb.org/display/DOCS/CSharp+Language+Center
15
+ http://api.mongodb.org/csharp/current/
16
+
17
+ General Changes
18
+ ===============
19
+
20
+ The 1.x releases will be the last non-bug fix release supporting .NET 3.5.
21
+
22
+ The issues fixed in 1.10.1 are:
23
+
24
+
25
+ Compatibility Changes
26
+ ---------------------
27
+
28
+ There were no intentional backwards breaking changes. If you come across any,
29
+ please inform us as soon as possible by email
[email protected] or by reporting
30
+ an issue at jira.mongodb.com.
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.1 "
7
+ let baseVersion = getBuildParamOrDefault " baseVersion" " 1.10.2 "
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