File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Version 3.0 Breaking Changes
9797 To configure logging in your application, see the :ref:`csharp-logging` guide.
9898
9999- The LINQ2 provider has been removed from this version of the driver.
100- You must use LINQ3 for all LINQ queries. This change has the following effects on the
100+ You must use LINQ3 for all LINQ queries. This change has the following effect on the
101101 driver:
102102
103103 - Queries that use client-side projections will throw an ``ExpressionNotSupportedException``
@@ -110,7 +110,7 @@ Version 3.0 Breaking Changes
110110
111111- Previous versions of the {+driver-short+} supported two GUID representation modes.
112112 In version 3.0, ``GuidRepresentationMode.V3`` is the only supported mode. This change
113- has the following effect on the driver:
113+ has the following effects on the driver:
114114
115115 - The ``BsonBinaryData(Guid)`` constructor has been removed. To construct a ``BsonBinaryData``
116116 object from a GUID, use the ``BsonBinaryData.Create(Guid, GuidRepresentation)`` constructor.
You can’t perform that action at this time.
0 commit comments