Skip to content

Commit

Permalink
fix DOTNET version number (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb authored Jul 31, 2024
1 parent c64e5d2 commit d1bf9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/sdk/dotnet/model-data/data-types/realm-value.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ that property:
Collections as Mixed
--------------------

In version 12.22.0 and later, a ``RealmValue`` data type can hold collections
In version 12.2.0 and later, a ``RealmValue`` data type can hold collections
(a list or dictionary, but *not* a set) of ``RealmValue`` elements. You can use
mixed collections to model unstructured or variable data. For more information,
refer to :ref:`<dotnet-model-unstructured-data>`.
Expand Down
5 changes: 3 additions & 2 deletions source/sdk/dotnet/model-data/define-object-model.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ but the public ``Email`` property, which provides validation, is not persisted:
Define Unstructured Data
-----------------------

.. versionadded:: 12.22.0
.. versionadded:: 12.2.0

Starting in SDK version 12.22.0, you can store :ref:`collections of mixed data <dotnet-nested-collections-realm-value>`
Starting in SDK version 12.2.0, you can store
:ref:`collections of mixed data <dotnet-nested-collections-realm-value>`
within a ``RealmValue`` property. You can use this feature to model complex data
structures, such as JSON or MongoDB documents, without having to define a
strict data model.
Expand Down

0 comments on commit d1bf9fd

Please sign in to comment.