Skip to content

Commit 349e6d7

Browse files
committed
bumping version post release.
1 parent 35444ab commit 349e6d7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Properties {
2-
$base_version = "1.10.0"
2+
$base_version = "1.10.1"
33
$pre_release = "local"
44
$build_number = Get-BuildNumber
55
$config = "Release"

0 commit comments

Comments
 (0)