Skip to content

Commit 1c2fa7b

Browse files
authored
DOCSP-15007: update csharp driver to 2.12 (#725)
* DOCSP-15007: update csharp driver to 2.12 * update missed links
1 parent e2c197c commit 1c2fa7b

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

source/csharp.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Introduction
2020
The official MongoDB C#/.NET Driver provides asynchronous interaction
2121
with MongoDB.
2222

23-
- `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.11/getting_started/>`__
23+
- `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.12/getting_started/>`__
2424

25-
- `API Reference <https://mongodb.github.io/mongo-csharp-driver/2.11/apidocs/html/R_Project_CSharpDriverDocs.htm>`__
25+
- `API Reference <https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/R_Project_CSharpDriverDocs.htm>`__
2626

27-
- `Changelog <https://mongodb.github.io/mongo-csharp-driver/2.11/what_is_new/>`__
27+
- `Changelog <https://mongodb.github.io/mongo-csharp-driver/2.12/what_is_new/>`__
2828

2929
- `Source Code <https://github.com/mongodb/mongo-csharp-driver>`__
3030

@@ -44,10 +44,10 @@ Installation
4444
------------
4545

4646
``NuGet`` is the simplest way to get the driver. Use
47-
`MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`__ for
47+
`MongoDB.Driver <https://www.nuget.org/packages/mongodb.driver>`__ for
4848
all new projects.
4949

50-
For more information, see `Installation <https://mongodb.github.io/mongo-csharp-driver/2.11/getting_started/installation/>`__.
50+
For more information, see `Installation <https://mongodb.github.io/mongo-csharp-driver/2.12/getting_started/installation/>`__.
5151

5252

5353
Connect to MongoDB Atlas
@@ -66,7 +66,7 @@ Connect to MongoDB Atlas
6666
var database = client.GetDatabase("test");
6767

6868

69-
See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.11/reference/driver/connecting/>`__
69+
See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.12/reference/driver/connecting/>`__
7070
for more information.
7171

7272

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
- .NET 4.6
1919
- .NET 4.5
2020

21+
* - Version 2.12
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
- |checkmark|
26+
- |checkmark|
27+
- |checkmark|
28+
- |checkmark|
29+
- |checkmark|
30+
- |checkmark|
31+
- |checkmark|
32+
- |checkmark|
33+
- |checkmark|
34+
2135
* - Version 2.11
2236
- |checkmark|
2337
- |checkmark|
@@ -161,7 +175,7 @@
161175
- |checkmark|
162176

163177
* - Version 2.0
164-
-
178+
-
165179
-
166180
-
167181
-

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
1515
- MongoDB 3.0
1616
- MongoDB 2.6
1717

18+
* - Version 2.12
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
- |checkmark|
26+
- |checkmark|
27+
28+
1829
* - Version 2.11
1930
- |checkmark|
2031
- |checkmark|

0 commit comments

Comments
 (0)