File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
fundamentals/serialization Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ the following settings:
627627 - ``DateTimeTicks`` (default): Document contains ``DateTime``
628628 (``BsonType.DateTime``) and ``Ticks`` (``BsonType.Int64``) fields
629629
630- - ``DateTimeTicks ``: Document contains ``Year``, ``Month``, and
630+ - ``YearMonthDay ``: Document contains ``Year``, ``Month``, and
631631 ``Day`` fields, which have ``BsonType.Int32`` values
632632
633633In the following code example, the ``PatientRecord`` class contains a
Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ The 3.2 driver release includes the following new features:
122122 To learn more about Atlas Vector Search with the {+driver-short+}, see the
123123 :ref:`csharp-atlas-vector-search` guide.
124124
125- - Adds the ``DocumentFormat`` property to the ``DateOnlySerializer`` to
126- allow you to customize the way that the driver stores ``DateOnly``
127- values. This release also adds the ``[BsonDateOnlyOptions()]``
128- attribute to customize serialization behavior at the property level.
129- To learn more, see the :ref:`csharp-poco-dateonly-attr` section of the
130- Serialization guide.
125+ - Adds the ``DocumentFormat`` property to the ``DateOnlySerializer``.
126+ This property allows you to customize the way that the driver stores
127+ ``DateOnly`` values. This release also adds the
128+ ``[BsonDateOnlyOptions()]`` attribute to customize serialization
129+ behavior for ``DateOnly`` values at the property level. To learn more,
130+ see the :ref:`csharp-poco-dateonly-attr` section of the POCOs guide.
131131
132132.. _csharp-version-3.1:
133133
You can’t perform that action at this time.
0 commit comments