File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ MongoDB C# Driver
6
6
7
7
.. toctree::
8
8
9
+ /previous-versions
9
10
/quick-start
10
11
/quick-reference
11
12
/usage-examples
@@ -19,11 +20,16 @@ MongoDB C# Driver
19
20
Introduction
20
21
------------
21
22
22
- Welcome to the documentation site for the official {+driver-long+}.
23
- You can add the driver to your application to work with MongoDB in {+language+}.
23
+ Welcome to the documentation site for the official {+driver-long+}.
24
+ You can add the driver to your application to work with MongoDB in {+language+}.
24
25
Download the driver using `NuGet <https://www.nuget.org/packages/MongoDB.Driver>`__, or set up a runnable
25
26
project by following our :ref:`Quick Start guide <csharp-quickstart>`.
26
27
28
+ Previous Versions
29
+ -----------------
30
+
31
+ For documentation on versions of the driver v2.18 and earlier, see the :ref:`csharp-previous-versions` section.
32
+
27
33
Quick Start
28
34
-----------
29
35
@@ -77,7 +83,7 @@ for each MongoDB Server version, see :ref:`csharp-compatibility-tables`.
77
83
What's New
78
84
----------
79
85
80
- For a list of new features and changes in each version, see the :doc:`What's New </whats-new>`
86
+ For a list of new features and changes in each version, see the :doc:`What's New </whats-new>`
81
87
section.
82
88
83
89
Issues & Help
Original file line number Diff line number Diff line change
1
+ .. _csharp-previous-versions:
2
+
3
+ =================
4
+ Previous Versions
5
+ =================
6
+
7
+ The following links direct you to documentation for previous versions of the
8
+ driver.
9
+
10
+ - `Version 2.18 <https://mongodb.github.io/mongo-csharp-driver/2.18/>`__
11
+ - `Version 2.17 <https://mongodb.github.io/mongo-csharp-driver/2.17/>`__
12
+ - `Version 2.16 <https://mongodb.github.io/mongo-csharp-driver/2.16/>`__
13
+ - `Version 2.15 <https://mongodb.github.io/mongo-csharp-driver/2.15/>`__
14
+ - `Version 2.14 <https://mongodb.github.io/mongo-csharp-driver/2.14/>`__
15
+ - `Version 2.13 <https://mongodb.github.io/mongo-csharp-driver/2.13/>`__
16
+ - `Version 2.12 <https://mongodb.github.io/mongo-csharp-driver/2.12/>`__
17
+ - `Version 2.11 <https://mongodb.github.io/mongo-csharp-driver/2.11/>`__
18
+ - `Version 2.10 <https://mongodb.github.io/mongo-csharp-driver/2.10/>`__
19
+ - `Version 2.9 <https://mongodb.github.io/mongo-csharp-driver/2.9/>`__
20
+ - `Version 2.8 <https://mongodb.github.io/mongo-csharp-driver/2.8/>`__
21
+ - `Version 2.7 <https://mongodb.github.io/mongo-csharp-driver/2.7/>`__
22
+ - `Version 2.6 <https://mongodb.github.io/mongo-csharp-driver/2.6/>`__
23
+ - `Version 2.5 <https://mongodb.github.io/mongo-csharp-driver/2.5/>`__
24
+ - `Version 2.4 <https://mongodb.github.io/mongo-csharp-driver/2.4/>`__
25
+ - `Version 2.3 <https://mongodb.github.io/mongo-csharp-driver/2.3/>`__
26
+ - `Version 2.2 <https://mongodb.github.io/mongo-csharp-driver/2.2/>`__
27
+ - `Version 2.1 <https://mongodb.github.io/mongo-csharp-driver/2.1/>`__
28
+ - `Version 2.0 <https://mongodb.github.io/mongo-csharp-driver/2.0/>`__
29
+ - `Version 1.11 <https://mongodb.github.io/mongo-csharp-driver/1.11/>`__
You can’t perform that action at this time.
0 commit comments