File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ C#/.NET Driver Version 1.10.1 Release Notes (RELEASE CANDIDATE)
2
+ =================================================================
3
+
4
+ NOTE: This is a release candidate and should only be used for testing. It is not recommended for production use.
5
+
6
+ This is a minor release...
7
+
8
+ It also fixes some issues reported since 1.10.0 was released.
9
+
10
+ An online version of these release notes is available at:
11
+
12
+ https://github.com/mongodb/mongo-csharp-driver/blob/v1.x/Release%20Notes/Release%20Notes%20v1.10.1.md
13
+
14
+ The full list of JIRA issues resolved in this release is available at:
15
+
16
+ { Jira Link }
17
+
18
+ Documentation on the C# driver can be found at:
19
+
20
+ http://www.mongodb.org/display/DOCS/CSharp+Language+Center
21
+ http://api.mongodb.org/csharp/current/
22
+
23
+ General Changes
24
+ ===============
25
+
26
+ The 1.x releases will be the last non-bug fix release supporting .NET 3.5.
27
+
28
+ The issues fixed in 1.10.1 are:
29
+
30
+ Compatibility Changes
31
+ ---------------------
32
+
33
+ There were no intentional backwards breaking changes. If you come across any,
34
+ please inform us as soon as possible by email
[email protected] or by reporting
35
+ an issue at jira.mongodb.com.
Original file line number Diff line number Diff line change 1
1
Properties {
2
- $base_version = " 1.10.0 "
2
+ $base_version = " 1.10.1 "
3
3
$pre_release = " local"
4
4
$build_number = Get-BuildNumber
5
5
$config = " Release"
You can’t perform that action at this time.
0 commit comments