└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # This repository has moved! 2 | 3 | This repository has been merged into https://github.com/NuGet/NuGetGallery. All changes to the NuGet.Services.* shared package should be made to the NuGetGallery repository. 4 | 5 | As of NuGetGallery commit 6 | [`968432180cad66123c6541ba89b562e0cbb22a8d`](https://github.com/NuGet/NuGetGallery/commit/968432180cad66123c6541ba89b562e0cbb22a8d) 7 | all projects, files, and Git history of the ServerCommon repository have been merged into the NuGetGallery 8 | repository. This merge was done to reduce the amount of overhead needed to maintain the back-end of nuget.org. 9 | 10 | If you have a broken link found in documentation, please let us know by opening a bug on that documentation page. 11 | 12 | If you'd like to try to work around the broken link, try changing the "ServerCommon" part of the URL to 13 | "NuGetGallery". This is not guaranteed to work as the code changes, but it may help. For example: 14 | 15 |
16 | BEFORE: https://github.com/NuGet/ServerCommon/blob/main/build.ps1
17 |  AFTER: https://github.com/NuGet/NuGetGallery/blob/dev/build.ps1
18 | 
19 | 20 | ## Perhaps you're looking for... 21 | 22 | - [NuGet/NuGetGallery](https://github.com/NuGet/NuGetGallery) - the destination for this repository move, the code that runs the www.nuget.org website and the issue tracker for all nuget.org issues 23 | - [NuGet/Home](https://github.com/NuGet/Home) - the issue tracker for NuGet client 24 | - [NuGet/NuGet.Client](https://github.com/NuGet/NuGet.Client) - the code for NuGet client, i.e. Visual Studio 25 | integration, .NET CLI integration, MSBuild integration, nuget.exe, etc. 26 | 27 | ## Still confused? 28 | 29 | Feel free to open an issue at [NuGet/NuGetGallery](https://github.com/NuGet/NuGetGallery/issues) and someone will help 30 | you out. --------------------------------------------------------------------------------