├── .github └── ISSUE_TEMPLATE │ └── report-issues-at--https---gitlab-com-darwinjs-chocopackages-issues.md ├── .gitignore ├── APIMonitor ├── README.md └── apimonitor-icon.png ├── PowerShell └── README.md ├── README.md ├── VirtualMachineConverter ├── README.md └── appicon.png ├── appinstallrecorder └── README.md ├── artifactory-oss ├── appicon.png └── readme.md ├── artifactory-pro ├── README.md └── appicon.png ├── aws-monitor-diskusage └── README.md ├── aws-monitoring-scripts └── README.md ├── disable-windows10-upgrade ├── README.md └── appicon.png ├── dotnetversiondetector.old └── README.md ├── dotnetversiondetector └── README.md ├── drawio ├── README.md └── appicon.png ├── ec2clitools ├── README.md └── appicon.png ├── filetypeeditor ├── README.md └── appicon.png ├── fio └── ReadMe.md ├── jsonedit ├── README.md └── appicon.png ├── libressl ├── README.md └── appicon.jpg ├── luabuglight ├── README.md └── appicon.png ├── mssql2014-express-advanced ├── MsSqlServerManagementStudio2014Express.svg └── README.md ├── mssql2016-express ├── MsSqlServerManagementStudio2014Express.svg └── README.md ├── nexus-repository-2 ├── README.md └── appicon.png ├── nexus-repository ├── appicon.png └── readme.md ├── openssh ├── appicon.png └── readme.md ├── previewconfig ├── README.md └── appicon.png ├── pwshpackages ├── README.md ├── packaging.md ├── powershell-core │ ├── README.md │ └── appicon.png ├── powershell-preview │ ├── README.md │ └── appicon.png └── pwsh │ └── README.md ├── registrymanagerhome ├── 7.75 │ ├── README.md │ └── appicon.png ├── 8.00 │ ├── README.md │ └── appicon.png └── README.md ├── sizer ├── README.md └── appicon.png ├── spystudio ├── README.md └── appicon.png ├── systemexplorer ├── README.md └── appicon.png ├── teamviewer.portable ├── README.md └── appicon.png ├── visualstudiotestagents2012 ├── README.md └── msagents.png ├── visualstudiotestagents2013 ├── README.md └── msagents.png ├── visualstudiotestagents2015 ├── README.md └── msagents.png ├── whocrashed ├── README.md └── appicon.png ├── whysoslow ├── README.md └── appicon.png ├── win32-openssh ├── appicon.png └── readme.md ├── windows-performance-toolkit ├── README.md └── appicon.png └── windows10-media-creation-tool └── README.md /.github/ISSUE_TEMPLATE/report-issues-at--https---gitlab-com-darwinjs-chocopackages-issues.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 'REPORT ISSUES AT: https://gitlab.com/DarwinJS/ChocoPackages/issues' 3 | about: 'REPORT ISSUES AT: https://gitlab.com/DarwinJS/ChocoPackages/issues' 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | REPORT ISSUES AT: https://gitlab.com/DarwinJS/ChocoPackages/issues 11 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.nupkg 2 | *.zip 3 | *.exe 4 | *.dll -------------------------------------------------------------------------------- /APIMonitor/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/APIMonitor](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/APIMonitor) -------------------------------------------------------------------------------- /APIMonitor/apimonitor-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/APIMonitor/apimonitor-icon.png -------------------------------------------------------------------------------- /PowerShell/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/openssh](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/openssh) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master](https://gitlab.com/DarwinJS/ChocoPackages/tree/master) -------------------------------------------------------------------------------- /VirtualMachineConverter/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/VirtualMachineConverter](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/VirtualMachineConverter) -------------------------------------------------------------------------------- /VirtualMachineConverter/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/VirtualMachineConverter/appicon.png -------------------------------------------------------------------------------- /appinstallrecorder/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/appinstallrecorder](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/appinstallrecorder) -------------------------------------------------------------------------------- /artifactory-oss/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/artifactory-oss/appicon.png -------------------------------------------------------------------------------- /artifactory-oss/readme.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/artifactory-oss](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/artifactory-oss) -------------------------------------------------------------------------------- /artifactory-pro/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/artifactory-pro](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/artifactory-pro) -------------------------------------------------------------------------------- /artifactory-pro/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/artifactory-pro/appicon.png -------------------------------------------------------------------------------- /aws-monitor-diskusage/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/aws-monitor-diskusage](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/aws-monitor-diskusage) -------------------------------------------------------------------------------- /aws-monitoring-scripts/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/aws-monitoring-scripts](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/aws-monitoring-scripts) -------------------------------------------------------------------------------- /disable-windows10-upgrade/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/disable-windows10-upgrade](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/disable-windows10-upgrade) -------------------------------------------------------------------------------- /disable-windows10-upgrade/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/disable-windows10-upgrade/appicon.png -------------------------------------------------------------------------------- /dotnetversiondetector.old/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/dotnetversiondetector.old](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/dotnetversiondetector.old) -------------------------------------------------------------------------------- /dotnetversiondetector/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/dotnetversiondetector](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/dotnetversiondetector) -------------------------------------------------------------------------------- /drawio/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/drawio](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/drawio) -------------------------------------------------------------------------------- /drawio/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/drawio/appicon.png -------------------------------------------------------------------------------- /ec2clitools/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/ec2clitools](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/ec2clitools) -------------------------------------------------------------------------------- /ec2clitools/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/ec2clitools/appicon.png -------------------------------------------------------------------------------- /filetypeeditor/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/ec2clitools](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/ec2clitools) -------------------------------------------------------------------------------- /filetypeeditor/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/filetypeeditor/appicon.png -------------------------------------------------------------------------------- /fio/ReadMe.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/fio](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/fio) -------------------------------------------------------------------------------- /jsonedit/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/jsonedit](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/jsonedit) -------------------------------------------------------------------------------- /jsonedit/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/jsonedit/appicon.png -------------------------------------------------------------------------------- /libressl/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/libressl](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/libressl) -------------------------------------------------------------------------------- /libressl/appicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/libressl/appicon.jpg -------------------------------------------------------------------------------- /luabuglight/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/luabuglight](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/luabuglight) -------------------------------------------------------------------------------- /luabuglight/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/luabuglight/appicon.png -------------------------------------------------------------------------------- /mssql2014-express-advanced/MsSqlServerManagementStudio2014Express.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 15 | 17 | 26 | 28 | 32 | 36 | 37 | 46 | 48 | 52 | 56 | 57 | 67 | 69 | 73 | 77 | 78 | 79 | 81 | 82 | 84 | image/svg+xml 85 | 87 | 88 | 89 | 90 | 91 | 94 | 97 | 100 | 104 | 108 | 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /mssql2014-express-advanced/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/mssql2014-express-advanced](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/mssql2014-express-advanced) -------------------------------------------------------------------------------- /mssql2016-express/MsSqlServerManagementStudio2014Express.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 15 | 17 | 26 | 28 | 32 | 36 | 37 | 46 | 48 | 52 | 56 | 57 | 67 | 69 | 73 | 77 | 78 | 79 | 81 | 82 | 84 | image/svg+xml 85 | 87 | 88 | 89 | 90 | 91 | 94 | 97 | 100 | 104 | 108 | 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /mssql2016-express/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/mssql2016-express](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/mssql2016-express) -------------------------------------------------------------------------------- /nexus-repository-2/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/nexus-repository-2](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/nexus-repository-2) -------------------------------------------------------------------------------- /nexus-repository-2/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/nexus-repository-2/appicon.png -------------------------------------------------------------------------------- /nexus-repository/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/nexus-repository/appicon.png -------------------------------------------------------------------------------- /nexus-repository/readme.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/nexus-repository](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/nexus-repository) -------------------------------------------------------------------------------- /openssh/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/openssh/appicon.png -------------------------------------------------------------------------------- /openssh/readme.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/openssh](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/openssh) -------------------------------------------------------------------------------- /previewconfig/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/previewconfig](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/previewconfig) -------------------------------------------------------------------------------- /previewconfig/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/previewconfig/appicon.png -------------------------------------------------------------------------------- /pwshpackages/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages) -------------------------------------------------------------------------------- /pwshpackages/packaging.md: -------------------------------------------------------------------------------- 1 | 2 | New Version: 3 | Previews are under seperate package ids - so a given update needs to apply to either the releases packages or preview packages. 4 | 1. ChocolateyInstall.ps1 - Update all install links and checksums from MS release page. 5 | 2. ChocolateyInstall.ps1 - Update version number. 6 | 3. ChocolateyUninstall.ps1 - Update version number. 7 | 4. powershell-core.nuspec - update version number. 8 | 5. powershell-core.nuspec - update product release notes. 9 | 6. powershell-core.nuspec - update package release notes. 10 | 11 | Testing: 12 | 1. Test that new desktop icon is installed 13 | 2. Open desktop icon and check results of $psversiontable -------------------------------------------------------------------------------- /pwshpackages/powershell-core/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages/powershell-core](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages/powershell-core) -------------------------------------------------------------------------------- /pwshpackages/powershell-core/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/pwshpackages/powershell-core/appicon.png -------------------------------------------------------------------------------- /pwshpackages/powershell-preview/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages/powershell-preview](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages/powershell-preview) -------------------------------------------------------------------------------- /pwshpackages/powershell-preview/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/pwshpackages/powershell-preview/appicon.png -------------------------------------------------------------------------------- /pwshpackages/pwsh/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages/pwsh](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/pwshpackages/pwsh) -------------------------------------------------------------------------------- /registrymanagerhome/7.75/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/registrymanagerhome](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/registrymanagerhome) -------------------------------------------------------------------------------- /registrymanagerhome/7.75/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/registrymanagerhome/7.75/appicon.png -------------------------------------------------------------------------------- /registrymanagerhome/8.00/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/registrymanagerhome](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/registrymanagerhome) -------------------------------------------------------------------------------- /registrymanagerhome/8.00/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/registrymanagerhome/8.00/appicon.png -------------------------------------------------------------------------------- /registrymanagerhome/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/registrymanagerhome](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/registrymanagerhome) -------------------------------------------------------------------------------- /sizer/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/sizer](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/sizer) -------------------------------------------------------------------------------- /sizer/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/sizer/appicon.png -------------------------------------------------------------------------------- /spystudio/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/spystudio](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/spystudio) -------------------------------------------------------------------------------- /spystudio/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/spystudio/appicon.png -------------------------------------------------------------------------------- /systemexplorer/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/systemexplorer](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/systemexplorer) -------------------------------------------------------------------------------- /systemexplorer/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/systemexplorer/appicon.png -------------------------------------------------------------------------------- /teamviewer.portable/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/teamviewer.portable](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/teamviewer.portable) -------------------------------------------------------------------------------- /teamviewer.portable/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/teamviewer.portable/appicon.png -------------------------------------------------------------------------------- /visualstudiotestagents2012/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/visualstudiotestagents2012](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/visualstudiotestagents2012) -------------------------------------------------------------------------------- /visualstudiotestagents2012/msagents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/visualstudiotestagents2012/msagents.png -------------------------------------------------------------------------------- /visualstudiotestagents2013/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/visualstudiotestagents2013](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/visualstudiotestagents2013) -------------------------------------------------------------------------------- /visualstudiotestagents2013/msagents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/visualstudiotestagents2013/msagents.png -------------------------------------------------------------------------------- /visualstudiotestagents2015/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/visualstudiotestagents2015](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/visualstudiotestagents2015) -------------------------------------------------------------------------------- /visualstudiotestagents2015/msagents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/visualstudiotestagents2015/msagents.png -------------------------------------------------------------------------------- /whocrashed/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/whocrashed](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/whocrashed) -------------------------------------------------------------------------------- /whocrashed/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/whocrashed/appicon.png -------------------------------------------------------------------------------- /whysoslow/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/whysoslow](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/whysoslow) -------------------------------------------------------------------------------- /whysoslow/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/whysoslow/appicon.png -------------------------------------------------------------------------------- /win32-openssh/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/win32-openssh/appicon.png -------------------------------------------------------------------------------- /win32-openssh/readme.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/win32-openssh](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/win32-openssh) -------------------------------------------------------------------------------- /windows-performance-toolkit/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/windows-performance-toolkit](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/windows-performance-toolkit) -------------------------------------------------------------------------------- /windows-performance-toolkit/appicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DarwinJS/ChocoPackages/579ee53db464d851d8dbf1f46225ae9325325453/windows-performance-toolkit/appicon.png -------------------------------------------------------------------------------- /windows10-media-creation-tool/README.md: -------------------------------------------------------------------------------- 1 | 2 | Moved to GitLab at [https://gitlab.com/DarwinJS/ChocoPackages/tree/master/windows10-media-creation-tool](https://gitlab.com/DarwinJS/ChocoPackages/tree/master/windows10-media-creation-tool) --------------------------------------------------------------------------------