Skip to content

Commit

Permalink
Update refdocs to reflect 2.12.4 is the current version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstam committed Jun 4, 2021
1 parent a2f3800 commit f7e91ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Docs/landing/data/releases.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
current = "2.12.2"
current = "2.12.4"

[[versions]]
version = "2.13.0-beta1"
docs = "./2.13/"
api = "./2.13/apidocs"

[[versions]]
version = "2.12.2"
version = "2.12.4"
status = "current"
docs = "./2.12/"
api = "./2.12/apidocs"
Expand Down Expand Up @@ -81,32 +81,32 @@ current = "2.12.2"
package = "MongoDB.Driver"
description = "The driver."
dependencies = ".NET Core Driver,.NET BSON Library"
versions = "2.13.0-beta1,2.12.2,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"
versions = "2.13.0-beta1,2.12.4,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"

[[drivers]]
name = ".NET GridFS"
package = "MongoDB.Driver.GridFS"
description = "The GridFS library."
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
versions = "2.13.0-beta1,2.12.2,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"
versions = "2.13.0-beta1,2.12.4,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"

[[drivers]]
name = ".NET Core Driver"
package = "MongoDB.Driver.Core"
description = "The core driver."
dependencies = ".NET BSON Library"
versions = "2.13.0-beta1,2.12.2,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"
versions = "2.13.0-beta1,2.12.4,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"

[[drivers]]
name = ".NET BSON Library"
package = "MongoDB.Bson"
description = "The BSON library."
dependencies = ""
versions = "2.13.0-beta1,2.12.2,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"
versions = "2.13.0-beta1,2.12.4,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"

[[drivers]]
name = ".NET Legacy Driver"
package = "mongocsharpdriver"
description = "The legacy driver."
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
versions = "2.13.0-beta1,2.12.2,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"
versions = "2.13.0-beta1,2.12.4,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 comments on commit f7e91ab

Please sign in to comment.