Skip to content

Commit 2786424

Browse files
authored
DOCSP-41828 - Remove legacy package (mongodb#230)
1 parent b1c4b4b commit 2786424

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/copy-compat-to-docs-shared.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- "source/includes/mongodb-compatibility-table-csharp.rst"
99
- "source/includes/language-compatibility-table-csharp.rst"
10+
workflow_dispatch:
1011

1112
jobs:
1213
copy-file:

source/whats-new.txt

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ What's New in 3.0
4343
The v3.0 driver contains breaking changes. See :ref:`<csharp-breaking-changes-3.0>`
4444
for more information.
4545

46+
The 3.0 driver release includes the following new features:
47+
48+
- Removes the
49+
`mongocsharpdriver <https://www.nuget.org/packages/mongocsharpdriver/#readme-body-tab>`__ NuGet package,
50+
which implements the v1.x driver API in driver versions 2.x. This package will no
51+
longer receive updates.
52+
4653
.. _csharp-version-2.28:
4754

4855
What's New in 2.28

0 commit comments

Comments
 (0)