File tree Expand file tree Collapse file tree 6 files changed +27
-25
lines changed Expand file tree Collapse file tree 6 files changed +27
-25
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ Contributing
80
80
Please see our [ guidelines] ( CONTRIBUTING.md ) for contributing to the driver.
81
81
82
82
### Maintainers:
83
- * Vincent Kam vincent.kam @mongodb.com
83
+ * Boris Dogadov boris.dogadov @mongodb.com
84
84
* Dmitry Lukyanov dmitry.lukyanov@mongodb.com
85
- * Mikalai Maruzenka mikalai.mazurenka@mongodb.com
85
+ * James Kovacs james.kovacs@mongodb.com
86
+ * Mikalai Mazurenka mikalai.mazurenka@mongodb.com
86
87
* Robert Stam robert@mongodb.com
87
- * Craig Wilson craig.wilson@mongodb.com
88
88
89
89
### Contributors:
90
90
* Alexander Aramov https://github.com/alex687
@@ -156,5 +156,7 @@ Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.
156
156
* TimTim https://github.com/wegylexy
157
157
* Zhmayev Yaroslav https://github.com/salaros
158
158
* Aristarkh Zagorodnikov https://github.com/onyxmaster
159
+ * Vincent Kam https://github.com/vincentkam
160
+ * Craig Wilson https://github.com/craiggwilson
159
161
160
162
If you have contributed and we have neglected to add you to this list please contact one of the maintainers to be added to the list (with apologies).
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsWindows Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >true</IsWindows >
4
4
</PropertyGroup >
5
-
5
+
6
6
<PropertyGroup >
7
7
<TargetFrameworks >netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks >
8
8
<TargetFrameworks Condition =" '$(IsWindows)'!='true'" >netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks >
17
17
<Product >MongoDB.Bson</Product >
18
18
<Company >MongoDB Inc.</Company >
19
19
<Copyright >Copyright © 2010-present MongoDB Inc.</Copyright >
20
- <Description >Official MongoDB supported BSON library. See http ://www .mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description >
21
- <Authors >vincentkam;dmitry_lukyanov;rstam;craiggwilson </Authors >
20
+ <Description >Official MongoDB supported BSON library. See https ://docs .mongodb.com/drivers/csharp/ for more details.</Description >
21
+ <Authors >MongoDB Inc. </Authors >
22
22
<PackageIcon >packageIcon.png</PackageIcon >
23
23
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
24
24
<PackageDescription >MongoDB's Official Bson Library.</PackageDescription >
25
- <PackageProjectUrl >http ://www .mongodb.org/display/DOCS/CSharp+Language+Center </PackageProjectUrl >
25
+ <PackageProjectUrl >https ://docs .mongodb.com/drivers/csharp/ </PackageProjectUrl >
26
26
<PackageLicenseFile >License.txt</PackageLicenseFile >
27
27
<PackageTags >mongodb;mongo;nosql;bson</PackageTags >
28
28
<PackageLanguage >en-US</PackageLanguage >
40
40
<ItemGroup >
41
41
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" All" Version =" 1.0.0" />
42
42
</ItemGroup >
43
-
43
+
44
44
<PropertyGroup Condition =" '$(TargetFramework)'=='netstandard1.5'" >
45
45
<NetStandardImplicitPackageVersion >1.6.1</NetStandardImplicitPackageVersion >
46
46
</PropertyGroup >
Original file line number Diff line number Diff line change 4
4
<IsOSX Condition =" $([MSBuild]::IsOSPlatform('OSX'))" >true</IsOSX >
5
5
<IsLinux Condition =" $([MSBuild]::IsOSPlatform('Linux'))" >true</IsLinux >
6
6
</PropertyGroup >
7
-
7
+
8
8
<PropertyGroup >
9
9
<TargetFrameworks >netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks >
10
10
<TargetFrameworks Condition =" '$(IsWindows)'!='true'" >netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks >
19
19
<Product >MongoDB.Driver.Core</Product >
20
20
<Company >MongoDB Inc.</Company >
21
21
<Copyright >Copyright © 2010-present MongoDB Inc.</Copyright >
22
- <Description >Official MongoDB supported Driver Core library. See http ://www .mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description >
23
- <Authors >vincentkam;dmitry_lukyanov;rstam;craiggwilson </Authors >
22
+ <Description >Official MongoDB supported Driver Core library. See https ://docs .mongodb.com/drivers/csharp/ for more details.</Description >
23
+ <Authors >MongoDB Inc. </Authors >
24
24
<PackageIcon >packageIcon.png</PackageIcon >
25
25
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
26
26
<PackageDescription >Core Component of the Official MongoDB .NET Driver.</PackageDescription >
27
- <PackageProjectUrl >http ://www .mongodb.org/display/DOCS/CSharp+Language+Center </PackageProjectUrl >
27
+ <PackageProjectUrl >https ://docs .mongodb.com/drivers/csharp/ </PackageProjectUrl >
28
28
<PackageLicenseFile >License.txt</PackageLicenseFile >
29
29
<PackageTags >mongodb;mongo;nosql</PackageTags >
30
30
<PackageLanguage >en-US</PackageLanguage >
31
31
<IncludeSymbols >true</IncludeSymbols >
32
32
</PropertyGroup >
33
-
33
+
34
34
<ItemGroup >
35
35
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets =" All" Version =" 1.0.0" />
36
36
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsWindows Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >true</IsWindows >
4
4
</PropertyGroup >
5
-
5
+
6
6
<PropertyGroup >
7
7
<TargetFrameworks >netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks >
8
8
<TargetFrameworks Condition =" '$(IsWindows)'!='true'" >netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks >
17
17
<Product >MongoDB.Driver.GridFS</Product >
18
18
<Company >MongoDB Inc.</Company >
19
19
<Copyright >Copyright © 2010-present MongoDB Inc.</Copyright >
20
- <Description >Official MongoDB supported driver for MongoDB GridFS implementation. See http ://www .mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description >
21
- <Authors >vincentkam;dmitry_lukyanov;rstam;craiggwilson </Authors >
20
+ <Description >Official MongoDB supported driver for MongoDB GridFS implementation. See https ://docs .mongodb.com/drivers/csharp/ for more details.</Description >
21
+ <Authors >MongoDB Inc. </Authors >
22
22
<PackageIcon >packageIcon.png</PackageIcon >
23
23
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
24
24
<PackageDescription >GridFS Component of the Official MongoDB .NET Driver.</PackageDescription >
25
- <PackageProjectUrl >http ://www .mongodb.org/display/DOCS/CSharp+Language+Center </PackageProjectUrl >
25
+ <PackageProjectUrl >https ://docs .mongodb.com/drivers/csharp/ </PackageProjectUrl >
26
26
<PackageLicenseFile >License.txt</PackageLicenseFile >
27
27
<PackageTags >mongodb;mongo;nosql;gridfs</PackageTags >
28
28
<PackageLanguage >en-US</PackageLanguage >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsWindows Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >true</IsWindows >
4
4
</PropertyGroup >
5
-
5
+
6
6
<PropertyGroup >
7
7
<TargetFrameworks >netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks >
8
8
<TargetFrameworks Condition =" '$(IsWindows)'!='true'" >netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks >
17
17
<Product >MongoDB.Driver.Legacy</Product >
18
18
<Company >MongoDB Inc.</Company >
19
19
<Copyright >Copyright © 2010-present MongoDB Inc.</Copyright >
20
- <Description >Legacy MongoDB supported driver for MongoDB. See http ://www .mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description >
21
- <Authors >vincentkam;dmitry_lukyanov;rstam;craiggwilson </Authors >
20
+ <Description >Legacy MongoDB supported driver for MongoDB. See https ://docs .mongodb.com/drivers/csharp/ for more details.</Description >
21
+ <Authors >MongoDB Inc. </Authors >
22
22
<PackageId >mongocsharpdriver</PackageId >
23
23
<PackageIcon >packageIcon.png</PackageIcon >
24
24
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
25
25
<PackageDescription >This package contains the legacy driver. The new driver's package name is MongoDB.Driver</PackageDescription >
26
- <PackageProjectUrl >http ://www .mongodb.org/display/DOCS/CSharp+Language+Center </PackageProjectUrl >
26
+ <PackageProjectUrl >https ://docs .mongodb.com/drivers/csharp/ </PackageProjectUrl >
27
27
<PackageLicenseFile >License.txt</PackageLicenseFile >
28
28
<PackageTags ></PackageTags >
29
29
<PackageLanguage >en-US</PackageLanguage >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<IsWindows Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >true</IsWindows >
4
4
</PropertyGroup >
5
-
5
+
6
6
<PropertyGroup >
7
7
<TargetFrameworks >netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks >
8
8
<TargetFrameworks Condition =" '$(IsWindows)'!='true'" >netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks >
17
17
<Product >MongoDB.Driver</Product >
18
18
<Company >MongoDB Inc.</Company >
19
19
<Copyright >Copyright © 2010-present MongoDB Inc.</Copyright >
20
- <Description >Official MongoDB supported driver for MongoDB. See http ://www .mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description >
21
- <Authors >vincentkam;dmitry_lukyanov;rstam;craiggwilson </Authors >
20
+ <Description >Official MongoDB supported driver for MongoDB. See https ://docs .mongodb.com/drivers/csharp/ for more details.</Description >
21
+ <Authors >MongoDB Inc. </Authors >
22
22
<PackageIcon >packageIcon.png</PackageIcon >
23
23
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
24
24
<PackageDescription >Official .NET driver for MongoDB.</PackageDescription >
25
- <PackageProjectUrl >http ://www .mongodb.org/display/DOCS/CSharp+Language+Center </PackageProjectUrl >
25
+ <PackageProjectUrl >https ://docs .mongodb.com/drivers/csharp/ </PackageProjectUrl >
26
26
<PackageLicenseFile >License.txt</PackageLicenseFile >
27
27
<PackageTags >mongodb;mongo;nosql</PackageTags >
28
28
<PackageLanguage >en-US</PackageLanguage >
You can’t perform that action at this time.
0 commit comments