Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/mongo-csharp-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.6
Choose a base ref
...
head repository: mongodb/mongo-csharp-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.0
Choose a head ref
Loading
Showing 4,595 changed files with 395,652 additions and 100,409 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -65,4 +65,5 @@ src/packages
# Other
artifacts
packages
/Tools
/tools
/evergreen/krb5.conf.empty
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@

- Before starting to write code, look for existing [tickets](https://jira.mongodb.org/browse/CSHARP#selectedTab=com.atlassian.jira.plugin.system.project%3Asummary-panel) or create one for your specific issue. That way you avoid working on something that might not be of interest or that has been addressed already in a different branch.
- Fork the [repo](https://github.com/mongodb/mongo-csharp-driver).
- Ensure your core.autocrlf settings are set to true. [see here](http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial#CSharpDriverTutorial-Downloading)
- Ensure your core.autocrlf settings are set to true.
- Follow the general coding style of the rest of the project.
- Write tests and make sure they pass. [see here](http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial#CSharpDriverTutorial-Runningunittests)
- Write tests and make sure they pass.
- Your final commit should have the JIRA issue number as the first part of the commit message. [see here](https://github.com/mongodb/mongo-csharp-driver/commit/40e69fe1cf45b0ed9d68a551b0222a140fa26ba2)
- Submit a pull request from github.
- Submit a pull request from github.
10 changes: 10 additions & 0 deletions CSharpDriver.Bson.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"solution": {
"path": "CSharpDriver.sln",
"projects": [
"src\\MongoDB.Bson\\MongoDB.Bson.csproj",
"tests\\MongoDB.Bson.TestHelpers\\MongoDB.Bson.TestHelpers.csproj",
"tests\\MongoDB.Bson.Tests\\MongoDB.Bson.Tests.csproj"
]
}
}
12 changes: 12 additions & 0 deletions CSharpDriver.Driver.Core.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"solution": {
"path": "CSharpDriver.sln",
"projects": [
"src\\MongoDB.Bson\\MongoDB.Bson.csproj",
"src\\MongoDB.Driver.Core\\MongoDB.Driver.Core.csproj",
"tests\\MongoDB.Bson.TestHelpers\\MongoDB.Bson.TestHelpers.csproj",
"tests\\MongoDB.Driver.Core.TestHelpers\\MongoDB.Driver.Core.TestHelpers.csproj",
"tests\\MongoDB.Driver.Core.Tests\\MongoDB.Driver.Core.Tests.csproj"
]
}
}
15 changes: 15 additions & 0 deletions CSharpDriver.Driver.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"solution": {
"path": "CSharpDriver.sln",
"projects": [
"src\\MongoDB.Bson\\MongoDB.Bson.csproj",
"src\\MongoDB.Driver.Core\\MongoDB.Driver.Core.csproj",
"src\\MongoDB.Driver.GridFS\\MongoDB.Driver.GridFS.csproj",
"src\\MongoDB.Driver\\MongoDB.Driver.csproj",
"tests\\MongoDB.Bson.TestHelpers\\MongoDB.Bson.TestHelpers.csproj",
"tests\\MongoDB.Driver.Core.TestHelpers\\MongoDB.Driver.Core.TestHelpers.csproj",
"tests\\MongoDB.Driver.TestHelpers\\MongoDB.Driver.TestHelpers.csproj",
"tests\\MongoDB.Driver.Tests\\MongoDB.Driver.Tests.csproj"
]
}
}
48 changes: 32 additions & 16 deletions CSharpDriver.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D2012971-32BB-4C5F-BFC4-30A9994AB152}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E472BDF5-61F1-461D-872B-9F53BB3ACA80}"
ProjectSection(SolutionItems) = preProject
tests\BuildProps\Tests.Build.props = tests\BuildProps\Tests.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDB.Bson", "src\MongoDB.Bson\MongoDB.Bson.csproj", "{9FCB42A5-3BC6-492B-8EA0-53EF32E9F8CD}"
EndProject
@@ -39,8 +45,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDB.Driver.Legacy.TestH
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDB.Driver.Legacy.Tests", "tests\MongoDB.Driver.Legacy.Tests\MongoDB.Driver.Legacy.Tests.csproj", "{7A015030-6329-4FAD-B6E3-CED5ED53019C}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MongoDB.Driver.Legacy.VB.Tests", "tests\MongoDB.Driver.Legacy.VB.Tests\MongoDB.Driver.Legacy.VB.Tests.vbproj", "{D197D685-5509-491E-A456-BA36C662CBB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B071AF36-EED4-4CFF-A006-ECDAD0A87F99}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
@@ -50,9 +54,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
MongoDBTest.ruleset = MongoDBTest.ruleset
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkippableTests", "tests\SkippableTests\SkippableTests.csproj", "{D198833A-6AC3-4327-8B02-5095455192D0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDB.Driver.TestConsoleApplication", "tests\MongoDB.Driver.TestConsoleApplication\MongoDB.Driver.TestConsoleApplication.csproj", "{2E5780D2-29A5-483C-9CA2-844F45A66D0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AstrolabeWorkloadExecutor", "tests\AstrolabeWorkloadExecutor\AstrolabeWorkloadExecutor.csproj", "{B90F025F-89D3-436A-AD78-6AA304A6E240}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDB.Driver.SmokeTests.Sdk", "tests\SmokeTests\MongoDB.Driver.SmokeTests.Sdk\MongoDB.Driver.SmokeTests.Sdk.csproj", "{B711A69F-A337-452C-95E1-A6B15C727CBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SmokeTests", "SmokeTests", "{F64BF86A-1EF1-4596-84A6-6B4AB766CD77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB.Driver.TestConsoleApplication", "tests\MongoDB.Driver.TestConsoleApplication\MongoDB.Driver.TestConsoleApplication.csproj", "{2E5780D2-29A5-483C-9CA2-844F45A66D0C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MongoDB.TestHelpers", "tests\MongoDB.TestHelpers\MongoDB.TestHelpers.csproj", "{DF888021-744F-4A8B-9324-831DEFC48AB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -124,18 +134,22 @@ Global
{7A015030-6329-4FAD-B6E3-CED5ED53019C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A015030-6329-4FAD-B6E3-CED5ED53019C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A015030-6329-4FAD-B6E3-CED5ED53019C}.Release|Any CPU.Build.0 = Release|Any CPU
{D197D685-5509-491E-A456-BA36C662CBB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D197D685-5509-491E-A456-BA36C662CBB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D197D685-5509-491E-A456-BA36C662CBB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D197D685-5509-491E-A456-BA36C662CBB4}.Release|Any CPU.Build.0 = Release|Any CPU
{D198833A-6AC3-4327-8B02-5095455192D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D198833A-6AC3-4327-8B02-5095455192D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D198833A-6AC3-4327-8B02-5095455192D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D198833A-6AC3-4327-8B02-5095455192D0}.Release|Any CPU.Build.0 = Release|Any CPU
{2E5780D2-29A5-483C-9CA2-844F45A66D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E5780D2-29A5-483C-9CA2-844F45A66D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E5780D2-29A5-483C-9CA2-844F45A66D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E5780D2-29A5-483C-9CA2-844F45A66D0C}.Release|Any CPU.Build.0 = Release|Any CPU
{B90F025F-89D3-436A-AD78-6AA304A6E240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B90F025F-89D3-436A-AD78-6AA304A6E240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B90F025F-89D3-436A-AD78-6AA304A6E240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B90F025F-89D3-436A-AD78-6AA304A6E240}.Release|Any CPU.Build.0 = Release|Any CPU
{B711A69F-A337-452C-95E1-A6B15C727CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B711A69F-A337-452C-95E1-A6B15C727CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B711A69F-A337-452C-95E1-A6B15C727CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B711A69F-A337-452C-95E1-A6B15C727CBA}.Release|Any CPU.Build.0 = Release|Any CPU
{DF888021-744F-4A8B-9324-831DEFC48AB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF888021-744F-4A8B-9324-831DEFC48AB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF888021-744F-4A8B-9324-831DEFC48AB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF888021-744F-4A8B-9324-831DEFC48AB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -157,9 +171,11 @@ Global
{C50D554C-2771-4CC1-9B2C-BB17FB27F935} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{DAB8DFFD-0020-43B3-9C08-7723F5D68E90} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{7A015030-6329-4FAD-B6E3-CED5ED53019C} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{D197D685-5509-491E-A456-BA36C662CBB4} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{D198833A-6AC3-4327-8B02-5095455192D0} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{2E5780D2-29A5-483C-9CA2-844F45A66D0C} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{B90F025F-89D3-436A-AD78-6AA304A6E240} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{B711A69F-A337-452C-95E1-A6B15C727CBA} = {F64BF86A-1EF1-4596-84A6-6B4AB766CD77}
{F64BF86A-1EF1-4596-84A6-6B4AB766CD77} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
{DF888021-744F-4A8B-9324-831DEFC48AB8} = {E472BDF5-61F1-461D-872B-9F53BB3ACA80}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24BEC44B-92B0-43AA-9B15-163459D0C098}
28 changes: 15 additions & 13 deletions Docs/Api/CSharpDriverDocs.shfbproj
Original file line number Diff line number Diff line change
@@ -20,16 +20,16 @@
<HtmlHelpName>CSharpDriverDocs</HtmlHelpName>
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Bson.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Bson.xml" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.Core.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.Core.XML" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.xml" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.GridFS.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.GridFS.xml" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.Legacy.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Driver.Legacy.xml" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Bson.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Bson.xml" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.Core.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.Core.XML" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.xml" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.GridFS.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.GridFS.xml" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.Legacy.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Driver.Legacy.xml" />
</DocumentationSources>
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
<HelpTitle>MongoDB .NET Driver API Documentation</HelpTitle>
@@ -52,7 +52,9 @@
<NamespaceSummaryItem name="MongoDB.Driver.Linq" isDocumented="True">The MongoDB.Driver.Linq namespace contains the LINQ related classes.</NamespaceSummaryItem>
<NamespaceSummaryItem name="MongoDB.Driver.GeoJsonObjectModel" isDocumented="True">Classes used to build GeoJson objects in a type-safe manner.</NamespaceSummaryItem>
<NamespaceSummaryItem name="MongoDB.Driver.GeoJsonObjectModel.Serializers" isDocumented="True">GeoJson object model serializers.</NamespaceSummaryItem>
<NamespaceSummaryItem name="MongoDB.Driver.Core" isDocumented="True">The MongoDB.Driver.Core namespace contains classes from Core.</NamespaceSummaryItem>
<NamespaceSummaryItem name="MongoDB.Driver.Core.Authentication" isDocumented="True">The MongoDB.Driver.Core.Authentication namespace contains classes related to authentication.</NamespaceSummaryItem>
<NamespaceSummaryItem name="MongoDB.Driver.Core.Authentication.Libgssapi" isDocumented="False" />
<NamespaceSummaryItem name="MongoDB.Driver.Core.Authentication.Sspi" isDocumented="False" />
<NamespaceSummaryItem name="MongoDB.Driver.Core.Authentication.Vendored" isDocumented="True">The MongoDB.Driver.Core.Authentication.Vendored namespace contains types and classes vendored in to support authentication.</NamespaceSummaryItem>
<NamespaceSummaryItem name="MongoDB.Driver.Core.Bindings" isDocumented="True">The MongoDB.Driver.Core.Bindings namespace contains classes related to bindings.</NamespaceSummaryItem>
@@ -77,7 +79,7 @@
<CopyrightText>Copyright &amp;#169%3b 2010&amp;ndash%3bpresent MongoDB Inc.</CopyrightText>
<FeedbackEMailAddress>dotnet-driver%40mongodb.com</FeedbackEMailAddress>
<FeedbackEMailLinkText>MongoDB</FeedbackEMailLinkText>
<FrameworkVersion>.NET Framework 4.5</FrameworkVersion>
<FrameworkVersion>.NET Framework 4.7.2</FrameworkVersion>
<HelpFileVersion>0.0.0.0</HelpFileVersion>
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter, AutoDocumentDispose</MissingTags>
<SyntaxFilters>C#, Visual Basic, F#</SyntaxFilters>
@@ -95,7 +97,7 @@
Include namespaces (false by default)
Namespaces comments filename ("Namespaces" if not specified or empty)
Output folder (current folder if not specified or empty) -->
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}\..\bin\net452" />
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}\..\bin\net472" />
</component>
</ComponentConfig>
</ComponentConfigurations>
@@ -138,4 +140,4 @@
</PropertyGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion Docs/Api/LibMongocryptDocs.shfbproj
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
<HtmlHelpName>LibMongocryptDocs</HtmlHelpName>
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="..\..\artifacts\bin\net452\MongoDB.Libmongocrypt.dll" />
<DocumentationSource sourceFile="..\..\artifacts\bin\net472\MongoDB.Libmongocrypt.dll" />
</DocumentationSources>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
2 changes: 1 addition & 1 deletion Docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MongoDB .NET Driver Documentation

1. landing - the front page of all the java docs
1. landing - the front page of all the XML docs
2. reference - the reference site for the current version of the docs
2 changes: 1 addition & 1 deletion Docs/landing/README.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ To run the server call the hugo command:
| Options explained ||
| --------------------------- |--------------------------------------------------------------------------|
| server | Hugo runs its own webserver to render the files |
| --baseUrl=http://localhost/ | Normally the base url will be /mongo-java-driver for gh-pages |
| --baseUrl=http://localhost/ | Normally the base url will be /mongo-csharp-driver for gh-pages |
| --buildDrafts | Include draft posts in the output - these won't be published to gh-pages |
| -- watch | Automatically reloads on file change |

10 changes: 0 additions & 10 deletions Docs/landing/config.toml
Original file line number Diff line number Diff line change
@@ -4,13 +4,3 @@ title = "MongoDB .NET Driver"
canonifyurls = false
githubRepo = "mongo-csharp-driver"

[params.authors]
[params.authors.Derek]
"firstName" = "Derek"
"lastName" = "Perkins"
[params.authors.Joe]
"firstName" = "Joe"
"lastName" = "Bergevin"
[params.authors.Tanner]
"firstName" = "Tanner"
"lastName" = "Linsley"
57 changes: 46 additions & 11 deletions Docs/landing/data/releases.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,43 @@
current = "2.11.0"
current = "2.18.0"

[[versions]]
version = "2.11.0"
version = "2.18.0"
status = "current"
docs = "./2.18/"
api = "./2.18/apidocs"

[[versions]]
version = "2.17.1"
docs = "./2.17/"
api = "./2.17/apidocs"

[[versions]]
version = "2.16.1"
docs = "./2.16/"
api = "./2.16/apidocs"

[[versions]]
version = "2.15.1"
docs = "./2.15/"
api = "./2.15/apidocs"

[[versions]]
version = "2.14.1"
docs = "./2.14/"
api = "./2.14/apidocs"

[[versions]]
version = "2.13.3"
docs = "./2.13/"
api = "./2.13/apidocs"

[[versions]]
version = "2.12.5"
docs = "./2.12/"
api = "./2.12/apidocs"

[[versions]]
version = "2.11.6"
docs = "./2.11/"
api = "./2.11/apidocs"

@@ -49,54 +84,54 @@ current = "2.11.0"
[[versions]]
version = "2.2.4"
docs = "./2.2/"
api = "http://api.mongodb.org/csharp/2.2"
api = "./2.2/apidocs"

[[versions]]
version = "2.1.1"
docs = "./2.1/"
api = "http://api.mongodb.org/csharp/2.1"
api = "./2.1/apidocs"

[[versions]]
version = "2.0.2"
docs = "./2.0/"
api = "http://api.mongodb.org/csharp/2.0"
api = "./2.0/apidocs"

[[versions]]
version = "1.11"
docs = "./1.11"
api = "http://api.mongodb.org/csharp/1.11"
api = "./1.11/apidocs"

[[drivers]]
name = ".NET Driver"
package = "MongoDB.Driver"
description = "The driver."
dependencies = ".NET Core Driver,.NET BSON Library"
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"

[[drivers]]
name = ".NET GridFS"
package = "MongoDB.Driver.GridFS"
description = "The GridFS library."
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"

[[drivers]]
name = ".NET Core Driver"
package = "MongoDB.Driver.Core"
description = "The core driver."
dependencies = ".NET BSON Library"
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"

[[drivers]]
name = ".NET BSON Library"
package = "MongoDB.Bson"
description = "The BSON library."
dependencies = ""
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"

[[drivers]]
name = ".NET Legacy Driver"
package = "mongocsharpdriver"
description = "The legacy driver."
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
versions = "2.11.0,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"
versions = "2.18.0,2.17.1,2.16.1,2.15.1,2.14.1,2.13.3,2.12.5,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"
4 changes: 2 additions & 2 deletions Docs/landing/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="footer">
<div class="copyright">
<p>Copyright © 2010–<script type="text/javascript">document.write(new Date().getFullYear());</script> <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
<p>Copyright © 2010–<script type="text/javascript">document.write(new Date().getFullYear());</script> <a class="smalltext" href="https://www.mongodb.com">MongoDB, Inc</a>.
Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/ ">Creative Commons</a>.
MongoDB, Mongo, and the leaf logo are registered trademarks of <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
MongoDB, Mongo, and the leaf logo are registered trademarks of <a class="smalltext" href="https://www.mongodb.com">MongoDB, Inc</a>.
</p>
</div>
</div>
Loading