Skip to content

Commit 51b4843

Browse files
committed
CSHARP-3444: Minor documentation fixes.
1 parent 319b21f commit 51b4843

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Docs/reference/content/getting_started/installation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ title = "Installation"
1111

1212
## System Requirements
1313

14-
The Nuget packages target two versions of the .NET frameworks: net45 and netstandard1.5. The net45 target allows the driver to be used with the full .NET Framework
15-
version 4.5 and later, and the netstandard1.5 target allows the driver to be used with any framework that supports netstandard1.5, which includes .NET Core 1.0.
14+
The NuGet packages include support for four target framework monikers (TFMs): net452, netstandard1.5, netstandard2.0, and netstandard2.1. The net452 target allows the driver to be used with the full .NET Framework version 4.5.2 and later. The netstandardX.Y TFMs allow the driver to be used with any .NET implementation supporting that TFM. This includes support for various versions of .NET Core as well as .NET 5.0 and above.
1615

17-
## Nuget Installation
16+
## NuGet Installation
1817

19-
[Nuget](http://www.nuget.org/) is the simplest way to get the driver. There are 5 packages available on nuget.
18+
[NuGet](http://www.nuget.org/) is the simplest way to get the driver. There are 5 packages available on nuget.
2019

2120
- [MongoDB.Driver](http://www.nuget.org/packages/mongodb.driver): The new driver. It is mostly free of any legacy code and should be used for all new projects. More documentation can be found in the [reference guide]({{< relref "reference\driver\index.md" >}}).
2221
- [MongoDB.Driver.Core](http://www.nuget.org/packages/mongodb.driver.core): The core of the driver and a dependency of MongoDB.Driver. You will probably not use this package directly. More documentation can be found in the [reference guide]({{< relref "reference\driver_core\index.md" >}}).

Docs/reference/content/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ title = "Upgrading"
1111

1212
## Breaking Changes
1313

14-
### Backwards compatibility with driver version 2.7.0–2.10.x
14+
### Backwards compatibility with driver version 2.7.0–2.11.x
1515

16-
No known backward compatibility issues.
16+
No known backward compatibility issues.

0 commit comments

Comments
 (0)