Skip to content

Commit 8176766

Browse files
authored
Docsp 19862 (#775)
* update compatibility tables * mongodb support * mongodb support and version * fixes and tweaks * fixes and tweaks * relocate note link * nits * wording
1 parent 0e871e5 commit 8176766

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ intersphinx = [ "https://docs.mongodb.com/master/objects.inv"]
99
version = 4.0
1010
package-name-org = "docs-ecosystem"
1111
pgp-version = "{+version+}"
12-
csharp-docs-versioned = "https://mongodb.github.io/mongo-csharp-driver/2.13"
12+
csharp-docs-versioned = "https://mongodb.github.io/mongo-csharp-driver/2.14"

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

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:class: compatibility-large no-padding
66

77
* - C#/.NET Driver Version
8-
- .NET 5 [#atlas-connection]_
8+
- .NET 5/6 [#atlas-connection]_
99
- .NET Core 3.1
1010
- .NET Core 3.0
1111
- .NET Core 2.2
@@ -14,10 +14,25 @@
1414
- .NET Core 1.1
1515
- .NET Core 1.0
1616
- .NET 4.8
17-
- .NET 4.7
17+
- .NET 4.7 [#2.14-note]_
1818
- .NET 4.6
1919
- .NET 4.5 [#4.5.2]_
2020

21+
* - 2.14
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
- |checkmark|
26+
- |checkmark|
27+
- |checkmark|
28+
-
29+
-
30+
- |checkmark|
31+
- |checkmark|
32+
-
33+
-
34+
35+
2136
* - 2.13
2237
- |checkmark|
2338
- |checkmark|
@@ -205,6 +220,10 @@
205220
Versions 1.10 and 1.11 of the driver are compatible with .NET 3.5
206221
through 4.8 only.
207222

208-
.. [#atlas-connection] When using .NET 5, you can't connect to Atlas clusters running MongoDB 4.0 due to a certificate issue.
223+
.. [#atlas-connection] When using .NET 5/6, you can't connect to Atlas clusters running MongoDB 4.0 due to a certificate issue. This does not impact clusters running MongoDB 4.2+.
224+
225+
.. [#2.14-note] .NET/C# driver version 2.14 requires .NET Framework 4.7.2 or higher.
226+
and newer.
209227
210228
.. [#4.5.2] .NET/C# driver versions 2.8 to 2.13 requires .NET Framework 4.5.2 or higher.
229+

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@
1717
- MongoDB 3.0
1818
- MongoDB 2.6
1919

20+
* - 2.14
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
- |checkmark|
26+
- |checkmark|
27+
-
28+
-
29+
-
30+
-
31+
2032
* - 2.13
2133
-
2234
- |checkmark|

0 commit comments

Comments
 (0)