From bd423f2ae81159d65f07dc86b6a9e29edf2245ac Mon Sep 17 00:00:00 2001 From: BorisDog Date: Fri, 2 May 2025 15:31:10 -0700 Subject: [PATCH 1/6] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2495368ff1..4b61e891f1c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ MongoDB C# Driver ================= -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). +[![MongoDB.Driver](https://img.shields.io/nuget/v/MongoDB.Driver.svg)](https://www.nuget.org/packages/MongoDB.Driver/) +[![Documentation](https://img.shields.io/badge/docs-docfx-blue.svg)](https://mongodb.github.io/mongo-csharp-driver/3.3.0/api/index.html) +[![Documentation](https://img.shields.io/badge/docs-mongo-green.svg)](https://www.mongodb.com/docs/drivers/csharp/current/) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mongodb/mongo-csharp-driver/blob/main/LICENSE.md) + +The official MongoDB .NET/C# driver. Getting Started --------------- @@ -62,7 +67,8 @@ foreach(var person in list) Documentation ------------- * [MongoDB](https://www.mongodb.com/docs) -* [Documentation](https://www.mongodb.com/docs/drivers/csharp/current/) +* [C#/.NET Driver](https://www.mongodb.com/docs/drivers/csharp/current/) +* [API Reference](https://mongodb.github.io/mongo-csharp-driver/3.3.0/api/index.html) Questions/Bug Reports --------------------- From 90d5a1ba1e0aea5f1adc5a885b59e180d80722d1 Mon Sep 17 00:00:00 2001 From: BorisDog Date: Fri, 2 May 2025 15:33:33 -0700 Subject: [PATCH 2/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b61e891f1c..b817bdea4a7 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ foreach(var person in list) Documentation ------------- * [MongoDB](https://www.mongodb.com/docs) -* [C#/.NET Driver](https://www.mongodb.com/docs/drivers/csharp/current/) -* [API Reference](https://mongodb.github.io/mongo-csharp-driver/3.3.0/api/index.html) +* [.NET/C# Driver](https://www.mongodb.com/docs/drivers/csharp/current/) +* [API Reference](https://mongodb.github.io/mongo-csharp-driver/3.4.0/api/index.html) Questions/Bug Reports --------------------- From fa6fffa0f457eee82776eb2af3e72dfcdb4fc59a Mon Sep 17 00:00:00 2001 From: BorisDog Date: Fri, 2 May 2025 15:35:07 -0700 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b817bdea4a7..6badc81c894 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ================= [![MongoDB.Driver](https://img.shields.io/nuget/v/MongoDB.Driver.svg)](https://www.nuget.org/packages/MongoDB.Driver/) -[![Documentation](https://img.shields.io/badge/docs-docfx-blue.svg)](https://mongodb.github.io/mongo-csharp-driver/3.3.0/api/index.html) +[![Documentation](https://img.shields.io/badge/docs-docfx-blue.svg)](https://mongodb.github.io/mongo-csharp-driver/3.4.0/api/index.html) [![Documentation](https://img.shields.io/badge/docs-mongo-green.svg)](https://www.mongodb.com/docs/drivers/csharp/current/) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/mongodb/mongo-csharp-driver/blob/main/LICENSE.md) From d79b63963bcdfa017c5a8b0fd188dfa5ed780c21 Mon Sep 17 00:00:00 2001 From: BorisDog Date: Mon, 5 May 2025 15:54:21 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6badc81c894..77d3503076c 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,5 @@ Contributing Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver. Thank you to [everyone](https://github.com/mongodb/mongo-csharp-driver/graphs/contributors) who has contributed to this project. + +The MongoDB .NET/C# driver follows semantic versioning since v3.0.0 of its releases. From 5e5993682f3faa8df5f34a33d1f477ca9cd79bed Mon Sep 17 00:00:00 2001 From: BorisDog Date: Wed, 7 May 2025 11:50:37 -0700 Subject: [PATCH 5/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77d3503076c..9b282175d90 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The official MongoDB .NET/C# driver. +The MongoDB .NET/C# driver follows semantic versioning since v3.0.0 of its releases. + Getting Started --------------- @@ -83,5 +85,3 @@ Contributing Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver. Thank you to [everyone](https://github.com/mongodb/mongo-csharp-driver/graphs/contributors) who has contributed to this project. - -The MongoDB .NET/C# driver follows semantic versioning since v3.0.0 of its releases. From 29226240a7ae62e3bc044df227549e3e43cc2d6a Mon Sep 17 00:00:00 2001 From: BorisDog Date: Wed, 7 May 2025 11:55:13 -0700 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b282175d90..a4b7f919ddc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The official MongoDB .NET/C# driver. -The MongoDB .NET/C# driver follows semantic versioning since v3.0.0 of its releases. +The MongoDB .NET/C# driver follows [semantic versioning](https://semver.org/) since v3.0.0 of its releases. Getting Started ---------------