Skip to content

Commit fcd60df

Browse files
committed
minor change to docs for 2.1 release.
1 parent 69995b8 commit fcd60df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Docs/landing/data/releases.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
current = "2.0.1"
22
[[versions]]
3-
version = "2.1.0-rc1"
3+
version = "2.1.0"
44
status = "rc"
55
docs = "http://mongodb.github.io/mongo-csharp-driver/2.1/"
66
api = "http://api.mongodb.org/csharp/2.1"
@@ -22,32 +22,32 @@ current = "2.0.1"
2222
package = "MongoDB.Driver"
2323
description = "The driver."
2424
dependencies = ".NET Core Driver,.NET BSON Library"
25-
versions = "2.1.0-rc1,2.0.1"
25+
versions = "2.1.0,2.0.1"
2626

2727
[[drivers]]
2828
name = ".NET GridFS"
2929
package = "MongoDB.Driver.GridFS"
3030
description = "The GridFS library."
3131
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
32-
versions = "2.1.0-rc1"
32+
versions = "2.1.0"
3333

3434
[[drivers]]
3535
name = ".NET Core Driver"
3636
package = "MongoDB.Driver.Core"
3737
description = "The core driver."
3838
dependencies = ".NET BSON Library"
39-
versions = "2.1.0-rc1,2.0.1"
39+
versions = "2.1.0,2.0.1"
4040

4141
[[drivers]]
4242
name = ".NET BSON Library"
4343
package = "MongoDB.Bson"
4444
description = "The BSON library."
4545
dependencies = ""
46-
versions = "2.1.0-rc1,2.0.1"
46+
versions = "2.1.0,2.0.1"
4747

4848
[[drivers]]
4949
name = ".NET Legacy Driver"
5050
package = "mongocsharpdriver"
5151
description = "The legacy driver."
5252
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
53-
versions = "2.1.0-rc1,2.0.1,1.10.1"
53+
versions = "2.1.0,2.0.1,1.10.1"

0 commit comments

Comments
 (0)