Skip to content

Commit 919fceb

Browse files
authored
CSHARP-5583: Update README.md (#1681)
1 parent d6840c3 commit 919fceb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
MongoDB C# Driver
22
=================
33

4-
You can get the latest stable release from the [official Nuget.org feed](https://www.nuget.org/packages/MongoDB.Driver) or from our [github releases page](https://github.com/mongodb/mongo-csharp-driver/releases).
4+
[![MongoDB.Driver](https://img.shields.io/nuget/v/MongoDB.Driver.svg)](https://www.nuget.org/packages/MongoDB.Driver/)
5+
[![Documentation](https://img.shields.io/badge/docs-docfx-blue.svg)](https://mongodb.github.io/mongo-csharp-driver/3.4.0/api/index.html)
6+
[![Documentation](https://img.shields.io/badge/docs-mongo-green.svg)](https://www.mongodb.com/docs/drivers/csharp/current/)
7+
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mongodb/mongo-csharp-driver/blob/main/LICENSE.md)
8+
9+
The official MongoDB .NET/C# driver.
10+
11+
The MongoDB .NET/C# driver follows [semantic versioning](https://semver.org/) since v3.0.0 of its releases.
512

613
Getting Started
714
---------------
@@ -62,7 +69,8 @@ foreach(var person in list)
6269
Documentation
6370
-------------
6471
* [MongoDB](https://www.mongodb.com/docs)
65-
* [Documentation](https://www.mongodb.com/docs/drivers/csharp/current/)
72+
* [.NET/C# Driver](https://www.mongodb.com/docs/drivers/csharp/current/)
73+
* [API Reference](https://mongodb.github.io/mongo-csharp-driver/3.4.0/api/index.html)
6674

6775
Questions/Bug Reports
6876
---------------------

0 commit comments

Comments
 (0)