Skip to content

Commit 0c5c09e

Browse files
authored
CSHARP-4921: Improve Nuget packages hygiene (#1386)
1 parent a6a98c7 commit 0c5c09e

File tree

3 files changed

+4
-93
lines changed

3 files changed

+4
-93
lines changed

README.md

Lines changed: 1 addition & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -76,96 +76,4 @@ Contributing
7676

7777
Please see our [guidelines](CONTRIBUTING.md) for contributing to the driver.
7878

79-
### Maintainers:
80-
* Boris Dogadov boris.dogadov@mongodb.com
81-
* James Kovacs james.kovacs@mongodb.com
82-
* Oleksandr Poliakov oleksandr.poliakov@mongodb.com
83-
* Robert Stam robert@mongodb.com
84-
85-
### Contributors:
86-
* Alexander Aramov https://github.com/alex687
87-
* Bar Arnon https://github.com/I3arnon
88-
* Wan Bachtiar https://github.com/sindbach
89-
* Mark Benvenuto https://github.com/markbenvenuto
90-
* Brian Buvinghausen https://github.com/buvinghausen
91-
* Bit Diffusion Limited code@bitdiff.com
92-
* Jimmy Bogard https://github.com/jbogard
93-
* Ross Buggins https://github.com/rbugginsvia
94-
* Nima Boscarino https://github.com/NimaBoscarino
95-
* Oscar Bralo https://github.com/Oscarbralo
96-
* Alex Brown https://github.com/alexjamesbrown
97-
* Ethan Celletti https://github.com/Gekctek
98-
* Chris Cho https://github.com/ccho-mongodb
99-
* Adam Avery Cole https://github.com/adamaverycole
100-
* Nate Contino https://github.com/nathan-contino-mongo
101-
* Alex Dawes https://github.com/alexdawes
102-
* Justin Dearing zippy1981@gmail.com
103-
* Dan DeBilt dan.debilt@gmail.com
104-
* Teun Duynstee teun@duynstee.com
105-
* Einar Egilsson https://github.com/einaregilsson
106-
* Ken Egozi mail@kenegozi.com
107-
* Alexander Endris https://github.com/AlexEndris
108-
* Daniel Goldman daniel@stackwave.com
109-
* David Golub https://github.com/dgolub
110-
* Simon Green simon@captaincodeman.com
111-
* Bouke Haarsma https://github.com/Bouke
112-
* James Hadwen james.hadwen@sociustec.com
113-
* Nuri Halperin https://github.com/nurih
114-
* Daniel Hegener daniel.hegener@fisglobal.com
115-
* Nikola Irinchev https://github.com/nirinchev
116-
* Jacob Jewell jacobjewell@eflexsystems.com
117-
* Vincent Kam https://github.com/vincentkam
118-
* Danny Kendrick https://github.com/dkendrick
119-
* Ruslan Khasanbaev https://github.com/flaksirus
120-
* Konstantin Khitrykh https://github.com/KonH
121-
* Brian Knight brianknight10@gmail.com
122-
* John Knoop https://github.com/johnknoop
123-
* Andrey Kondratyev https://github.com/byTimo
124-
* Anatoly Koperin https://github.com/ExM
125-
* Nik Kolev nkolev@gmail.com
126-
* Oleg Kosmakov https://github.com/kosmakoff
127-
* Maksim Krautsou https://github.com/MaKCbIMKo
128-
* Richard Kreuter richard@10gen.com
129-
* Daniel Lee https://github.com/dlee148
130-
* Ming Yau Lee https://github.com/mingyaulee
131-
* Kevin Lewis kevin.l.lewis@gmail.com
132-
* Dow Liu redforks@gmail.com
133-
* Chuck Lu https://github.com/chucklu
134-
* Alex Lyman mail.alex.lyman@gmail.com
135-
* Tomasz Masternak https://github.com/tmasternak
136-
* Mikalai Mazurenka mikalai.mazurenka@mongodb.com
137-
* John Murphy https://github.com/jsmurphy
138-
* Alexander Nagy optimiz3@gmail.com
139-
* Sridhar Nanjundeswaran https://github.com/sridharn
140-
* Nathan https://github.com/terakilobyte
141-
* Adelin Owona https://github.com/adelinowona
142-
* Rachelle Palmer https://github.com/techbelle
143-
* Rich Quackenbush rich.quackenbush@captiveaire.com
144-
* Carl Reinke https://github.com/mindless2112
145-
* Rodrigo Reis https://github.com/rodrigoreis
146-
* Gian Maria Ricci https://github.com/alkampfergit
147-
* Andrew Rondeau github@andrewrondeau.com
148-
* Ed Rooth edward.rooth@wallstreetjapan.com
149-
* Katie Sadoff https://github.com/ksadoff
150-
* Manas Sahu https://github.com/Zangetsu112
151-
* Sam558 https://github.com/Sam558
152-
* Vladimir Setyaev setyaev_v@pgstudio.io
153-
* Sergey Shushlyapin https://github.com/sergeyshushlyapin
154-
* Alexey Skalozub pieceofsummer@gmail.com
155-
* Kevin Smith https://github.com/kevbite
156-
* Pete Smith roysvork@gmail.com
157-
* Matteo Spreafico https://github.com/MatteoSp
158-
* staywellandy https://github.com/staywellandy
159-
* Vyacheslav Stroy https://github.com/kreig
160-
* Jake Sta. Teresa https://github.com/JakeStaTeresa
161-
* Testo test1@doramail.com
162-
* TimTim https://github.com/wegylexy
163-
* Craig Wilson https://github.com/craiggwilson
164-
* Zhmayev Yaroslav https://github.com/salaros
165-
* Aristarkh Zagorodnikov https://github.com/onyxmaster
166-
* Samir Boulema https://github.com/sboulema
167-
* Dmitry Lukyanov https://github.com/DmitryLukyanov
168-
* Andrea Balducci https://github.com/andreabalducci
169-
* Sergei Lipin https://github.com/prchaoz
170-
171-
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).
79+
Thank you to [everyone](https://github.com/mongodb/mongo-csharp-driver/graphs/contributors) who has contributed to this project.

packageIcon.png

-23.9 KB
Loading

src/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
1717
<Authors>MongoDB Inc.</Authors>
1818
<PackageIcon>packageIcon.png</PackageIcon>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
20+
<PackageReleaseNotes>https://github.com/mongodb/mongo-csharp-driver/releases/tag/v$(Version)</PackageReleaseNotes>
1921
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2022
<PackageProjectUrl>https://www.mongodb.com/docs/drivers/csharp/</PackageProjectUrl>
2123
<PackageTags>mongodb;mongo;nosql</PackageTags>
@@ -50,5 +52,6 @@
5052

5153
<ItemGroup>
5254
<None Include="..\..\packageIcon.png" Pack="true" PackagePath="" />
55+
<None Include="..\..\README.md" Pack="true" PackagePath=""/>
5356
</ItemGroup>
5457
</Project>

0 commit comments

Comments
 (0)