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

+1-93
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 [email protected]
81-
* James Kovacs [email protected]
82-
* Oleksandr Poliakov [email protected]
83-
* Robert Stam [email protected]
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 [email protected]
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 [email protected]
103-
* Dan DeBilt [email protected]
104-
* Teun Duynstee [email protected]
105-
* Einar Egilsson https://github.com/einaregilsson
106-
* Ken Egozi [email protected]
107-
* Alexander Endris https://github.com/AlexEndris
108-
* Daniel Goldman [email protected]
109-
* David Golub https://github.com/dgolub
110-
* Simon Green [email protected]
111-
* Bouke Haarsma https://github.com/Bouke
112-
* James Hadwen [email protected]
113-
* Nuri Halperin https://github.com/nurih
114-
* Daniel Hegener [email protected]
115-
* Nikola Irinchev https://github.com/nirinchev
116-
* Jacob Jewell [email protected]
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 [email protected]
122-
* John Knoop https://github.com/johnknoop
123-
* Andrey Kondratyev https://github.com/byTimo
124-
* Anatoly Koperin https://github.com/ExM
125-
* Nik Kolev [email protected]
126-
* Oleg Kosmakov https://github.com/kosmakoff
127-
* Maksim Krautsou https://github.com/MaKCbIMKo
128-
* Richard Kreuter [email protected]
129-
* Daniel Lee https://github.com/dlee148
130-
* Ming Yau Lee https://github.com/mingyaulee
131-
* Kevin Lewis [email protected]
132-
133-
* Chuck Lu https://github.com/chucklu
134-
* Alex Lyman [email protected]
135-
* Tomasz Masternak https://github.com/tmasternak
136-
* Mikalai Mazurenka [email protected]
137-
* John Murphy https://github.com/jsmurphy
138-
* Alexander Nagy [email protected]
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 [email protected]
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 [email protected]
148-
149-
* Katie Sadoff https://github.com/ksadoff
150-
* Manas Sahu https://github.com/Zangetsu112
151-
* Sam558 https://github.com/Sam558
152-
* Vladimir Setyaev [email protected]
153-
* Sergey Shushlyapin https://github.com/sergeyshushlyapin
154-
* Alexey Skalozub [email protected]
155-
* Kevin Smith https://github.com/kevbite
156-
* Pete Smith [email protected]
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-
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

+3
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)