You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.4 KiB
53 lines
1.4 KiB
current = "2.0.1"
|
|
[[versions]]
|
|
version = "2.1.0-rc0"
|
|
status = "rc"
|
|
docs = "http://mongodb.github.io/mongo-csharp-driver/2.1/"
|
|
api = "http://api.mongodb.org/csharp/2.1"
|
|
|
|
[[versions]]
|
|
version = "2.0.1"
|
|
status = "current"
|
|
docs = "http://mongodb.github.io/mongo-csharp-driver/2.0/"
|
|
api = "http://api.mongodb.org/csharp/2.0"
|
|
|
|
[[versions]]
|
|
version = "1.10.1"
|
|
status = "current"
|
|
docs = "http://mongodb.github.io/mongo-csharp-driver/1.10"
|
|
api = "http://api.mongodb.org/csharp/1.10"
|
|
|
|
[[drivers]]
|
|
name = ".NET Driver"
|
|
package = "MongoDB.Driver"
|
|
description = "The driver."
|
|
dependencies = ".NET Core Driver,.NET BSON Library"
|
|
versions = "2.1.0-rc0,2.0.1"
|
|
|
|
[[drivers]]
|
|
name = ".NET GridFS"
|
|
package = "MongoDB.Driver.GridFS"
|
|
description = "The GridFS library."
|
|
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
|
|
versions = "2.1.0-rc0"
|
|
|
|
[[drivers]]
|
|
name = ".NET Core Driver"
|
|
package = "MongoDB.Driver.Core"
|
|
description = "The core driver."
|
|
dependencies = ".NET BSON Library"
|
|
versions = "2.1.0-rc0,2.0.1"
|
|
|
|
[[drivers]]
|
|
name = ".NET BSON Library"
|
|
package = "MongoDB.Bson"
|
|
description = "The BSON library."
|
|
dependencies = ""
|
|
versions = "2.1.0-rc0,2.0.1"
|
|
|
|
[[drivers]]
|
|
name = ".NET Legacy Driver"
|
|
package = "mongocsharpdriver"
|
|
description = "The legacy driver."
|
|
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
|
|
versions = "2.1.0-rc0,2.0.1,1.10.1"
|