Skip to content

Commit 9b7d84d

Browse files
committed
CSHARP-2691: Update releases.toml
1 parent 9088d02 commit 9b7d84d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Docs/landing/data/releases.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,32 +60,32 @@ current = "2.9.0"
6060
package = "MongoDB.Driver"
6161
description = "The driver."
6262
dependencies = ".NET Core Driver,.NET BSON Library"
63-
versions = "2.8.0,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
63+
versions = "2.9.0,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"
6464

6565
[[drivers]]
6666
name = ".NET GridFS"
6767
package = "MongoDB.Driver.GridFS"
6868
description = "The GridFS library."
6969
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
70-
versions = "2.8.0,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
70+
versions = "2.9.0,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
7171

7272
[[drivers]]
7373
name = ".NET Core Driver"
7474
package = "MongoDB.Driver.Core"
7575
description = "The core driver."
7676
dependencies = ".NET BSON Library"
77-
versions = "2.8.0,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
77+
versions = "2.9.0,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"
7878

7979
[[drivers]]
8080
name = ".NET BSON Library"
8181
package = "MongoDB.Bson"
8282
description = "The BSON library."
8383
dependencies = ""
84-
versions = "2.8.0,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
84+
versions = "2.9.0,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"
8585

8686
[[drivers]]
8787
name = ".NET Legacy Driver"
8888
package = "mongocsharpdriver"
8989
description = "The legacy driver."
9090
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
91-
versions = "2.8.0,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"
91+
versions = "2.9.0,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)