Skip to content

Commit 7db7b4c

Browse files
committed
Update refdocs for 2.10.4
1 parent 8723e65 commit 7db7b4c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Docs/landing/data/releases.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
current = "2.10.3"
1+
current = "2.11.0-beta1"
22

33
[[versions]]
44
version = "2.11.0-beta1"
5+
status = "current"
56
docs = "./2.11/"
67
api = "./2.11/apidocs"
78

89
[[versions]]
9-
version = "2.10.3"
10+
version = "2.10.4"
1011
docs = "./2.10/"
1112
api = "./2.10/apidocs"
1213

1314
[[versions]]
1415
version = "2.9.3"
15-
status = "current"
1616
docs = "./2.9/"
1717
api = "./2.9/apidocs"
1818

@@ -71,32 +71,32 @@ current = "2.10.3"
7171
package = "MongoDB.Driver"
7272
description = "The driver."
7373
dependencies = ".NET Core Driver,.NET BSON Library"
74-
versions = "2.11.0-beta1,2.10.3,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"
74+
versions = "2.11.0-beta1,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"
7575

7676
[[drivers]]
7777
name = ".NET GridFS"
7878
package = "MongoDB.Driver.GridFS"
7979
description = "The GridFS library."
8080
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
81-
versions = "2.11.0-beta1,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"
81+
versions = "2.11.0-beta1,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"
8282

8383
[[drivers]]
8484
name = ".NET Core Driver"
8585
package = "MongoDB.Driver.Core"
8686
description = "The core driver."
8787
dependencies = ".NET BSON Library"
88-
versions = "2.11.0-beta1,2.10.3,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"
88+
versions = "2.11.0-beta1,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"
8989

9090
[[drivers]]
9191
name = ".NET BSON Library"
9292
package = "MongoDB.Bson"
9393
description = "The BSON library."
9494
dependencies = ""
95-
versions = "2.11.0-beta1,2.10.3,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"
95+
versions = "2.11.0-beta1,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"
9696

9797
[[drivers]]
9898
name = ".NET Legacy Driver"
9999
package = "mongocsharpdriver"
100100
description = "The legacy driver."
101101
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
102-
versions = "2.11.0-beta1,2.10.3,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"
102+
versions = "2.11.0-beta1,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)