Skip to content

Commit abaa1bb

Browse files
committed
bumping version post release.
1 parent f2e7620 commit abaa1bb

File tree

2 files changed

+31
-1
lines changed

2 files changed

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

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ open Fake
44
open Fake.AssemblyInfoFile
55

66
let config = getBuildParamOrDefault "config" "Release"
7-
let baseVersion = getBuildParamOrDefault "baseVersion" "1.10.1"
7+
let baseVersion = getBuildParamOrDefault "baseVersion" "1.10.2"
88
let preRelease = getBuildParamOrDefault "preRelease" "local"
99
let getComputedBuildNumber() =
1010
let result = Git.CommandHelper.runSimpleGitCommand currentDirectory "describe HEAD^1 --tags --long --match \"v[0-9].[0-9].[0-9]*\""

0 commit comments

Comments
 (0)