diff --git a/CREDITS.md b/CREDITS.md index 928fe6196..baf0f5dd5 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -21,10 +21,8 @@ These are the committers to Chocolatey/Chocolatey GUI repository: Chocolatey GUI is built, with the following fantastic frameworks and services: -* [AppVeyor](http://www.appveyor.com/) * [Cake](http://cakebuild.net/) * [Cake.Recipe](https://github.com/cake-contrib/Cake.Recipe) -* [MyGet](http://www.myget.org/) * [NuGet.exe](https://www.nuget.org/) Chocolatey GUI is tested and analyzed with the following rockstar frameworks: diff --git a/README.md b/README.md index b7007ade7..068df2411 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,6 @@ You can install Chocolatey GUI via Chocolatey itself by executing: ```choco install ChocolateyGUI``` -If you are interested in trying out the latest pre-release version of Chocolatey GUI then you can use the following installation command: - -```choco install chocolateygui --source https://www.myget.org/F/chocolateygui/ --pre``` - -This uses the public Chocolatey GUI feed which is hosted on [MyGet.org](https://www.myget.org) as the source. - ## Build Status | GitHub Action | diff --git a/Source/ChocolateyGui.sln b/Source/ChocolateyGui.sln index 9b1f488b0..dfa4e91cf 100644 --- a/Source/ChocolateyGui.sln +++ b/Source/ChocolateyGui.sln @@ -10,7 +10,6 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{C6760D8F-E01B-4F26-9B0C-4E2D825509D2}" ProjectSection(SolutionItems) = preProject ..\.editorconfig = ..\.editorconfig - ..\appveyor.yml = ..\appveyor.yml ..\nuspec\chocolatey\ChocolateyGUI.nuspec = ..\nuspec\chocolatey\ChocolateyGUI.nuspec ..\nuspec\chocolatey\chocolateyInstall.ps1 = ..\nuspec\chocolatey\chocolateyInstall.ps1 ..\nuspec\chocolatey\chocolateyUninstall.ps1 = ..\nuspec\chocolatey\chocolateyUninstall.ps1