Skip to content

Commit 4d4c2c1

Browse files
authored
DOCSP-44505 - v2.30 (mongodb#255)
1 parent c8e2063 commit 4d4c2c1

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

config/redirects

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/csharp
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 v2.29 master
3+
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 v2.29 v2.30 master
44

55
symlink: current -> master
66

snooty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mdb-server = "MongoDB Server"
2929
mongo-community = "MongoDB Community Edition"
3030
mongo-enterprise = "MongoDB Enterprise Edition"
3131
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
32-
version-number = "2.29"
32+
version-number = "2.30"
3333
version = "v{+version-number+}"
3434
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
3535
stable-api = "Stable API"

source/includes/language-compatibility-table-csharp.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- .NET Core 3.X
1515
- .NET Core 2.X
1616

17-
* - 2.3 to 2.29
17+
* - 2.3 to 2.30
1818
- ✓
1919
- ✓
2020
- ✓
@@ -37,7 +37,7 @@
3737
- .NET 4.7 [#2.14-note]_
3838
- .NET 4.6
3939

40-
* - 2.13 to 2.29
40+
* - 2.13 to 2.30
4141
- ✓
4242
- ✓
4343
-

source/includes/mongodb-compatibility-table-csharp.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- MongoDB 3.0
1818
- MongoDB 2.6
1919

20-
* - 2.29
20+
* - 2.29 to 2.30
2121
- ✓
2222
- ✓
2323
- ✓

source/whats-new.txt

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ What's New
1919

2020
Learn what's new in:
2121

22+
* :ref:`Version 2.30 <csharp-version-2.30>`
2223
* :ref:`Version 2.29 <csharp-version-2.29>`
2324
* :ref:`Version 2.28 <csharp-version-2.28>`
2425
* :ref:`Version 2.27 <csharp-version-2.27>`
@@ -33,6 +34,15 @@ Learn what's new in:
3334

3435
.. _upcoming-breaking-changes:
3536

37+
.. _csharp-version-2.30:
38+
39+
What's New in 2.30
40+
------------------
41+
42+
The 2.30 driver doesn't introduce new features or bug fixes. Its purpose is to ease
43+
migration to v3.x of the {+driver-short+} by marking the public APIs that were removed in
44+
v3.0 as obsolete.
45+
3646
.. _csharp-version-2.29:
3747

3848
What's New in 2.29

0 commit comments

Comments
 (0)