Skip to content

Commit bdda854

Browse files
committed
Added release notes for 2.2.1.
1 parent 7e18b2e commit bdda854

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Release Notes/Release Notes v2.2.1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .NET Driver Version 2.2.1 Release Notes
2+
3+
This is a patch release which fixes a few bugs reported since 2.2.0 was released.
4+
5+
An online version of these release notes is available at:
6+
7+
https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.2.1.md
8+
9+
The full list of JIRA issues resolved in this release is available at:
10+
11+
https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.2.1
12+
13+
Documentation on the .NET driver can be found at:
14+
15+
http://mongodb.github.io/mongo-csharp-driver/
16+
17+
Upgrading
18+
19+
There are no known backwards breaking changes in this release.

Release Notes/Release Notes v2.3.0.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/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" "2.3.0"
7+
let baseVersion = getBuildParamOrDefault "baseVersion" "2.2.1"
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)