Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-05[NuGet] Add extra information to project.assets.jsonMatt Ward
The generated project.assets.json file now includes the following if they exist: fallbackFolders configFilePaths sources warningProperties The above are added by .NET Core 2.0 into the project.assets.json file when dotnet restore is run. So now the NuGet addin does the same.
2017-07-05[NuGet] Update to NuGet 4.3.0.4199Matt Ward
2016-05-31[NuGet] Remove more obsolete code.Matt Ward
Removed the AvailablePackagesViewModel and associated classes that are no longer used.
2016-05-31[NuGet] Add unit tests for all packages view model.Matt Ward
This is a migration of existing tests for the old available packages view model which has been replaced by the new AllPackagesAvailableViewModel.