Skip to content

Commit be5115e

Browse files
committed
Updated landing page to v2.12.1.
1 parent 59cb655 commit be5115e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Docs/landing/data/releases.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
current = "2.12.0"
1+
current = "2.12.1"
22

33
[[versions]]
4-
version = "2.12.0"
4+
version = "2.12.1"
55
status = "current"
66
docs = "./2.12/"
77
api = "./2.12/apidocs"
@@ -76,32 +76,32 @@ current = "2.12.0"
7676
package = "MongoDB.Driver"
7777
description = "The driver."
7878
dependencies = ".NET Core Driver,.NET BSON Library"
79-
versions = "2.12.0,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
79+
versions = "2.12.1,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
8080

8181
[[drivers]]
8282
name = ".NET GridFS"
8383
package = "MongoDB.Driver.GridFS"
8484
description = "The GridFS library."
8585
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
86-
versions = "2.12.0,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
86+
versions = "2.12.1,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
8787

8888
[[drivers]]
8989
name = ".NET Core Driver"
9090
package = "MongoDB.Driver.Core"
9191
description = "The core driver."
9292
dependencies = ".NET BSON Library"
93-
versions = "2.12.0,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
93+
versions = "2.12.1,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
9494

9595
[[drivers]]
9696
name = ".NET BSON Library"
9797
package = "MongoDB.Bson"
9898
description = "The BSON library."
9999
dependencies = ""
100-
versions = "2.12.0,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
100+
versions = "2.12.1,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
101101

102102
[[drivers]]
103103
name = ".NET Legacy Driver"
104104
package = "mongocsharpdriver"
105105
description = "The legacy driver."
106106
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
107-
versions = "2.12.0,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"
107+
versions = "2.12.1,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"

0 commit comments

Comments
 (0)