@@ -19,14 +19,14 @@ application when you upgrade your driver to a new version.
1919
2020Before you upgrade, perform the following actions:
2121
22- - Ensure the new version is compatible with the MongoDB Server versions
22+ - Ensure the new version is compatible with the {+mdb-server+} versions
2323 your application connects to and the {+framework+} version your
2424 application runs on. See the :ref:`.NET/C# Driver Compatibility <csharp-compatibility-tables>`
2525 page for this information.
2626- Address any breaking changes between the current version of the driver
2727 your application is using and your planned upgrade version in the
2828 :ref:`Breaking Changes <csharp-breaking-changes>` section. To learn
29- more about the MongoDB Server release compatibility changes, see the
29+ more about the {+mdb-server+} release compatibility changes, see the
3030 :ref:`<csharp-server-release-changes>` section.
3131
3232.. tip::
@@ -117,22 +117,22 @@ A server release compatibility change is a modification
117117to the {+driver-long+} that discontinues support for a set of
118118MongoDB Server versions.
119119
120- The driver discontinues support for a MongoDB Server version after it
120+ The driver discontinues support for a {+mdb-server+} version after it
121121reaches end-of-life (EOL).
122122
123123To learn more about the MongoDB support for EOL products see the `Legacy
124124Support Policy <https://www.mongodb.com/support-policy/legacy>`__.
125125
126126To learn more about the compatibility between .NET/C# driver versions
127- and MongoDB Server versions, visit the
127+ and {+mdb-server+} versions, visit the
128128:ref:`Compatibility <csharp-compatibility-tables>` page.
129129
130130Version 2.14 Release Support Changes
131131~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132132
133- The v2.14 driver drops support for MongoDB Server v3.4 and earlier. To
134- use any driver from v2.14 and later, your MongoDB Server must be v3.6 or
133+ The v2.14 driver drops support for {+mdb-server+} v3.4 and earlier. To
134+ use any driver from v2.14 and later, your {+mdb-server+} must be v3.6 or
135135later.
136136
137- To learn how to upgrade your MongoDB Server deployment, see
138- :manual:`Release Notes </release-notes/>` in the MongoDB Server manual.
137+ To learn how to upgrade your {+mdb-server+} deployment, see
138+ :manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.
0 commit comments