Skip to content

Commit c8cccd4

Browse files
authored
CSHARP-3256: Updated authors list to MongoDB Inc. rather than constantly adding/removing individual contributors. Updated maintainers list in README.md. Updated project URL to point to new landing page. (#461)
1 parent 7af2c5e commit c8cccd4

File tree

6 files changed

+27
-25
lines changed

6 files changed

+27
-25
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Contributing
8080
Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.
8181

8282
### Maintainers:
83-
* Vincent Kam vincent.kam@mongodb.com
83+
* Boris Dogadov boris.dogadov@mongodb.com
8484
* 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
8687
* Robert Stam robert@mongodb.com
87-
* Craig Wilson craig.wilson@mongodb.com
8888

8989
### Contributors:
9090
* Alexander Aramov https://github.com/alex687
@@ -156,5 +156,7 @@ Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.
156156
* TimTim https://github.com/wegylexy
157157
* Zhmayev Yaroslav https://github.com/salaros
158158
* Aristarkh Zagorodnikov https://github.com/onyxmaster
159+
* Vincent Kam https://github.com/vincentkam
160+
* Craig Wilson https://github.com/craiggwilson
159161

160162
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).

src/MongoDB.Bson/MongoDB.Bson.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsWindows Condition="$([MSBuild]::IsOSPlatform('Windows'))">true</IsWindows>
44
</PropertyGroup>
5-
5+
66
<PropertyGroup>
77
<TargetFrameworks>netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks>
88
<TargetFrameworks Condition="'$(IsWindows)'!='true'">netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -17,12 +17,12 @@
1717
<Product>MongoDB.Bson</Product>
1818
<Company>MongoDB Inc.</Company>
1919
<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>
2222
<PackageIcon>packageIcon.png</PackageIcon>
2323
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2424
<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>
2626
<PackageLicenseFile>License.txt</PackageLicenseFile>
2727
<PackageTags>mongodb;mongo;nosql;bson</PackageTags>
2828
<PackageLanguage>en-US</PackageLanguage>
@@ -40,7 +40,7 @@
4040
<ItemGroup>
4141
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
4242
</ItemGroup>
43-
43+
4444
<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.5'">
4545
<NetStandardImplicitPackageVersion>1.6.1</NetStandardImplicitPackageVersion>
4646
</PropertyGroup>

src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<IsOSX Condition="$([MSBuild]::IsOSPlatform('OSX'))">true</IsOSX>
55
<IsLinux Condition="$([MSBuild]::IsOSPlatform('Linux'))">true</IsLinux>
66
</PropertyGroup>
7-
7+
88
<PropertyGroup>
99
<TargetFrameworks>netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks>
1010
<TargetFrameworks Condition="'$(IsWindows)'!='true'">netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -19,18 +19,18 @@
1919
<Product>MongoDB.Driver.Core</Product>
2020
<Company>MongoDB Inc.</Company>
2121
<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>
2424
<PackageIcon>packageIcon.png</PackageIcon>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<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>
2828
<PackageLicenseFile>License.txt</PackageLicenseFile>
2929
<PackageTags>mongodb;mongo;nosql</PackageTags>
3030
<PackageLanguage>en-US</PackageLanguage>
3131
<IncludeSymbols>true</IncludeSymbols>
3232
</PropertyGroup>
33-
33+
3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
3636
</ItemGroup>

src/MongoDB.Driver.GridFS/MongoDB.Driver.GridFS.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsWindows Condition="$([MSBuild]::IsOSPlatform('Windows'))">true</IsWindows>
44
</PropertyGroup>
5-
5+
66
<PropertyGroup>
77
<TargetFrameworks>netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks>
88
<TargetFrameworks Condition="'$(IsWindows)'!='true'">netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -17,12 +17,12 @@
1717
<Product>MongoDB.Driver.GridFS</Product>
1818
<Company>MongoDB Inc.</Company>
1919
<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>
2222
<PackageIcon>packageIcon.png</PackageIcon>
2323
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2424
<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>
2626
<PackageLicenseFile>License.txt</PackageLicenseFile>
2727
<PackageTags>mongodb;mongo;nosql;gridfs</PackageTags>
2828
<PackageLanguage>en-US</PackageLanguage>

src/MongoDB.Driver.Legacy/MongoDB.Driver.Legacy.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsWindows Condition="$([MSBuild]::IsOSPlatform('Windows'))">true</IsWindows>
44
</PropertyGroup>
5-
5+
66
<PropertyGroup>
77
<TargetFrameworks>netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks>
88
<TargetFrameworks Condition="'$(IsWindows)'!='true'">netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -17,13 +17,13 @@
1717
<Product>MongoDB.Driver.Legacy</Product>
1818
<Company>MongoDB Inc.</Company>
1919
<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>
2222
<PackageId>mongocsharpdriver</PackageId>
2323
<PackageIcon>packageIcon.png</PackageIcon>
2424
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2525
<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>
2727
<PackageLicenseFile>License.txt</PackageLicenseFile>
2828
<PackageTags></PackageTags>
2929
<PackageLanguage>en-US</PackageLanguage>

src/MongoDB.Driver/MongoDB.Driver.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<IsWindows Condition="$([MSBuild]::IsOSPlatform('Windows'))">true</IsWindows>
44
</PropertyGroup>
5-
5+
66
<PropertyGroup>
77
<TargetFrameworks>netstandard1.5;netstandard2.0;netstandard2.1;net452</TargetFrameworks>
88
<TargetFrameworks Condition="'$(IsWindows)'!='true'">netstandard1.5;netstandard2.0;netstandard2.1</TargetFrameworks>
@@ -17,12 +17,12 @@
1717
<Product>MongoDB.Driver</Product>
1818
<Company>MongoDB Inc.</Company>
1919
<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>
2222
<PackageIcon>packageIcon.png</PackageIcon>
2323
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2424
<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>
2626
<PackageLicenseFile>License.txt</PackageLicenseFile>
2727
<PackageTags>mongodb;mongo;nosql</PackageTags>
2828
<PackageLanguage>en-US</PackageLanguage>

0 commit comments

Comments
 (0)