Skip to content

Commit 53908cc

Browse files
committed
feedback
1 parent f4c1b75 commit 53908cc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

source/upgrade/v3.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ Version 3.0 Breaking Changes
6868
and .NET versions, visit the
6969
:ref:`Compatibility <csharp-compatibility-tables>` page.
7070

71-
- The v1.x legacy API, which was deprecated in v2, has been removed. If the driver
72-
provides a replacement for a deprecated API, the compiler
73-
messages in v2.x will display it.
71+
- The driver removes the
72+
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__
73+
NuGet package, which implements the legacy v1.x API in driver versions 2.x.
74+
If you're using the v1.x API, you must migrate to the new API.
7475

7576
- The classes, methods, and properties in the ``MongoDB.Driver.Core`` namespace that were
7677
deprecated in v{+last-version-2-number+} are marked ``internal``. If the driver

source/whats-new.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ What's New in 3.0
4747

4848
The 3.0 driver release includes the following new features:
4949

50-
- Removes the
51-
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package,
52-
which implements the v1.x driver API in driver versions 2.x. This package will no
53-
longer receive updates.
54-
5550
- Adds the ``MongoClientSettings.TranslationOptions`` connection option, which specifies
5651
options for translating LINQ queries to the Query API. See :ref:`csharp-connection-options`
5752
for more information.

0 commit comments

Comments
 (0)