Skip to content

Commit 31b7651

Browse files
author
Chris Cho
authored
DOCS-13936: update csharp links for 2.11 driver (#683)
1 parent 983f486 commit 31b7651

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

source/csharp.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ 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.10/getting_started/>`_
23+
- `Getting Started <https://mongodb.github.io/mongo-csharp-driver/2.11/getting_started/>`__
2424

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

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

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

3131
Take the free online course taught by MongoDB
3232
---------------------------------------------
@@ -43,11 +43,10 @@ Installation
4343
------------
4444

4545
``NuGet`` is the simplest way to get the driver. Use
46-
`MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`_ for
46+
`MongoDB.Driver <http://www.nuget.org/packages/mongodb.driver>`__ for
4747
all new projects.
4848

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

5251

5352
Connect to MongoDB Atlas
@@ -66,7 +65,7 @@ Connect to MongoDB Atlas
6665
var database = client.GetDatabase("test");
6766

6867

69-
See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.10/reference/driver/connecting/>`__
68+
See `Connecting <https://mongodb.github.io/mongo-csharp-driver/2.11/reference/driver/connecting/>`__
7069
for more information.
7170

7271

@@ -88,3 +87,4 @@ Language Compatibility
8887
.. include:: /includes/about-driver-compatibility.rst
8988

9089
.. include:: /includes/help-links-csharp.rst
90+

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@
1717
- .NET Core 3.0
1818
- .NET Core 3.1
1919

20+
* - Version 2.11
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
- |checkmark|
26+
- |checkmark|
27+
- |checkmark|
28+
- |checkmark|
29+
- |checkmark|
30+
- |checkmark|
31+
- |checkmark|
32+
2033
* - Version 2.10
2134
- |checkmark|
2235
- |checkmark|

0 commit comments

Comments
 (0)