Skip to content

Commit a6d7f79

Browse files
committed
Updated version number in a few more places from 2.5 to 2.6.
1 parent 107b9e6 commit a6d7f79

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

Docs/landing/static/versions.json

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

Docs/reference/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "/mongo-csharp-driver/2.5"
1+
baseurl = "/mongo-csharp-driver/2.6"
22
languageCode = "en-us"
33
title = "MongoDB .NET Driver"
44
theme = "mongodb"

Docs/reference/content/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ type = "index"
99

1010
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.
1111

12-
13-
## What's new in 2.5
12+
## What's new in 2.6
1413

1514
The [What's New]({{< relref "what_is_new.md" >}}) section contains the major new features of the driver.
1615

17-
The main new feature is support for version 3.6 of the server.
16+
The 2.6.0 driver improves support for running with FIPS mode enabled in the operating system.
1817

1918

2019
## Upgrading

Docs/reference/data/mongodb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
githubRepo = "mongo-csharp-driver"
22
githubBranch = "master"
3-
currentVersion = "2.5"
3+
currentVersion = "2.6"
44
highlightTheme = "idea.css"
55
apiUrl = "apidocs/html"

0 commit comments

Comments
 (0)