Browse Source

Updated version number in a few more places from 2.5 to 2.6.

pull/325/head
rstam 7 years ago
parent
commit
a6d7f799e5
  1. 2
      Docs/landing/static/versions.json
  2. 2
      Docs/reference/config.toml
  3. 5
      Docs/reference/content/index.md
  4. 2
      Docs/reference/data/mongodb.toml

2
Docs/landing/static/versions.json

@ -1 +1 @@
[{"version": "2.5"},{"version": "2.4"},{"version": "2.3"},{"version": "2.2"},{"version": "2.1"},{"version": "2.0"}, {"version": "1.11"}]
[{"version": "2.6"},{"version": "2.5"},{"version": "2.4"},{"version": "2.3"},{"version": "2.2"},{"version": "2.1"},{"version": "2.0"}, {"version": "1.11"}]

2
Docs/reference/config.toml

@ -1,4 +1,4 @@
baseurl = "/mongo-csharp-driver/2.5"
baseurl = "/mongo-csharp-driver/2.6"
languageCode = "en-us"
title = "MongoDB .NET Driver"
theme = "mongodb"

5
Docs/reference/content/index.md

@ -9,12 +9,11 @@ type = "index"
The [Getting Started]({{< relref "getting_started\index.md" >}}) guide contains information about system requirements, installation, and a simple tutorial to get up and running quickly.
## What's new in 2.5
## What's new in 2.6
The [What's New]({{< relref "what_is_new.md" >}}) section contains the major new features of the driver.
The main new feature is support for version 3.6 of the server.
The 2.6.0 driver improves support for running with FIPS mode enabled in the operating system.
## Upgrading

2
Docs/reference/data/mongodb.toml

@ -1,5 +1,5 @@
githubRepo = "mongo-csharp-driver"
githubBranch = "master"
currentVersion = "2.5"
currentVersion = "2.6"
highlightTheme = "idea.css"
apiUrl = "apidocs/html"
Loading…
Cancel
Save