Skip to content

Commit e15a0d6

Browse files
committed
fixed up versions in the docs.
1 parent ceeab63 commit e15a0d6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Docs/landing/data/releases.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
current = "2.1.0"
1+
current = "2.2.0"
22
[[versions]]
33
version = "2.2.0"
4-
status = "beta"
4+
status = "current"
55
docs = "http://mongodb.github.io/mongo-csharp-driver/2.2/"
66
api = "http://api.mongodb.org/csharp/2.2"
77

88
[[versions]]
9-
version = "2.1.0"
10-
status = "rc"
9+
version = "2.1.1"
10+
status = "current"
1111
docs = "http://mongodb.github.io/mongo-csharp-driver/2.1/"
1212
api = "http://api.mongodb.org/csharp/2.1"
1313

1414
[[versions]]
15-
version = "2.0.1"
15+
version = "2.0.2"
1616
status = "current"
1717
docs = "http://mongodb.github.io/mongo-csharp-driver/2.0/"
1818
api = "http://api.mongodb.org/csharp/2.0"
1919

2020
[[versions]]
21-
version = "1.10.1"
21+
version = "1.11"
2222
status = "current"
23-
docs = "http://mongodb.github.io/mongo-csharp-driver/1.10"
24-
api = "http://api.mongodb.org/csharp/1.10"
23+
docs = "http://mongodb.github.io/mongo-csharp-driver/1.11"
24+
api = "http://api.mongodb.org/csharp/1.11"
2525

2626
[[drivers]]
2727
name = ".NET Driver"
2828
package = "MongoDB.Driver"
2929
description = "The driver."
3030
dependencies = ".NET Core Driver,.NET BSON Library"
31-
versions = "2.2.0-beta,2.1.0,2.0.1"
31+
versions = "2.2.0,2.1.1,2.0.2"
3232

3333
[[drivers]]
3434
name = ".NET GridFS"
3535
package = "MongoDB.Driver.GridFS"
3636
description = "The GridFS library."
3737
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
38-
versions = "2.2.0-beta,2.1.0"
38+
versions = "2.2.0,2.1.1"
3939

4040
[[drivers]]
4141
name = ".NET Core Driver"
4242
package = "MongoDB.Driver.Core"
4343
description = "The core driver."
4444
dependencies = ".NET BSON Library"
45-
versions = "2.2.0-beta,2.1.0,2.0.1"
45+
versions = "2.2.0,2.1.1,2.0.2"
4646

4747
[[drivers]]
4848
name = ".NET BSON Library"
4949
package = "MongoDB.Bson"
5050
description = "The BSON library."
5151
dependencies = ""
52-
versions = "2.2.0-beta,2.1.0,2.0.1"
52+
versions = "2.2.0,2.1.1,2.0.2"
5353

5454
[[drivers]]
5555
name = ".NET Legacy Driver"
5656
package = "mongocsharpdriver"
5757
description = "The legacy driver."
5858
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
59-
versions = "2.2.0-beta,2.1.0,2.0.1,1.10.1"
59+
versions = "2.2.0,2.1.1,2.0.2,1.11"

Docs/landing/static/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"version": "2.2"},{"version": "2.1"},{"version": "2.0"}, {"version": "1.10"}]
1+
[{"version": "2.2"},{"version": "2.1"},{"version": "2.0"}, {"version": "1.11"}]

0 commit comments

Comments
 (0)