chocolatey 0.9.8.17-rc1

This is a prerelease version of chocolatey.
There is a newer version of this package available.
See the version list below for details.
dotnet add package chocolatey --version 0.9.8.17-rc1
NuGet\Install-Package chocolatey -Version 0.9.8.17-rc1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="chocolatey" Version="0.9.8.17-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add chocolatey --version 0.9.8.17-rc1
#r "nuget: chocolatey, 0.9.8.17-rc1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install chocolatey as a Cake Addin
#addin nuget:?package=chocolatey&version=0.9.8.17-rc1&prerelease

// Install chocolatey as a Cake Tool
#tool nuget:?package=chocolatey&version=0.9.8.17-rc1&prerelease

Chocolatey - think executables/application packages (like apt-get for Windows), not library packages. This is what the Chocolatey NuGet goodness is for.
Chocolatey allows you to install application nuggets and run executables from anywhere.  
||Executable Nuggets| For example, say you have an executable in the tools folder of your package named bob.exe. Then you can type
'chocolatey install yourPackageName [-source source] [-version version]' OR 'cinst yourPackageName [-source source] [-version version]'
and when it finishes you can type
'bob'
and it will run your application executable.  
||Application Nuggets - Full on double rainbow|| For example, say you type
'chocolatey install 7zip [-source source] [-version version]' OR 'cinst 7zip [-source source] [-version version]'
- when it finishes you will have installed 7zip on your machine (in your add/remove programs).  
|| Check out the WIKI in the project URL for all the details of what you can do with chocolatey!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on chocolatey:

Repository Stars
danielpalme/ReportGenerator
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
zarunbal/LogExpert
Windows tail program and log file analyzer.
Version Downloads Last updated
0.9.8.28 3,058 11/4/2014
0.9.8.27 1,752 7/14/2014
0.9.8.27-beta1 94 7/13/2014
0.9.8.26 136 7/12/2014
0.9.8.25 241 7/7/2014
0.9.8.24 145 7/3/2014
0.9.8.24-rc2 87 6/30/2014
0.9.8.24-rc1 112 6/25/2014
0.9.8.24-beta2 93 6/8/2014
0.9.8.24-alpha1 101 2/11/2014
0.9.8.23 266 11/11/2013
0.9.8.22 103 11/11/2013
0.9.8.22-alpha1 90 11/9/2013
0.9.8.21 109 11/8/2013
0.9.8.21-beta2 90 11/8/2013
0.9.8.21-beta1 91 10/26/2013
0.9.8.21-alpha2 89 6/27/2013
0.9.8.21-alpha1 81 5/30/2013
0.9.8.20 439 12/11/2012
0.9.8.20-beta1 85 12/5/2012
0.9.8.20-alpha2 89 10/16/2012
0.9.8.19 165 7/2/2012
0.9.8.18 109 6/16/2012
0.9.8.17 97 6/15/2012
0.9.8.17-rc2 85 6/13/2012
0.9.8.17-rc1 89 6/13/2012
0.9.8.16 99 2/27/2012
0.9.8.15 101 2/27/2012
0.9.8.15-beta1 96 2/17/2012
0.9.8.14 105 2/6/2012
0.9.8.13 96 1/8/2012
0.9.8.12 108 11/20/2011
0.9.8.11 107 10/14/2011
0.9.8.10 109 9/17/2011
0.9.8.9 99 9/10/2011
0.9.8.8 108 9/10/2011
0.9.8.7 108 9/2/2011
0.9.8.6 127 7/27/2011
0.9.8.5 103 7/27/2011
0.9.8.4 142 7/27/2011
0.9.8.3 148 7/7/2011
0.9.8.2 163 5/21/2011
0.9.8.1 107 5/18/2011
0.9.8 116 5/4/2011
0.9.7.3 108 4/30/2011
0.9.7.2 106 4/29/2011
0.9.7.1 106 4/29/2011
0.9.7 110 4/29/2011
0.9.6.4 109 4/26/2011
0.9.6.3 107 4/25/2011
0.9.6.2 109 4/25/2011
0.9.6.1 110 4/23/2011
0.9.6 113 4/23/2011
0.9.5 110 4/21/2011
0.9.4 109 4/10/2011
0.9.3 111 4/4/2011
0.9.2 103 4/4/2011
0.9.1 108 3/30/2011
0.9.0 110 3/28/2011
0.8.0 111 3/28/2011
0.7.0 109 3/27/2011
0.6.0 124 3/23/2011

See all - https://github.com/chocolatey/chocolatey/wiki/ReleaseNotes

v0.9.8.17
* Enhancement - Support for naive uninstall - https://github.com/chocolatey/chocolatey/issues/96
* Enhancement - Sources specified through config (or nuget.config) - https://github.com/chocolatey/chocolatey/pull/101
* Enhancement - Chocolatey should support multiple sources - https://github.com/chocolatey/chocolatey/issues/82
* Enhancement - Use Cygwin as a package source - https://github.com/chocolatey/chocolatey/pull/93
* Enhancement - Use Python as a package source (uses easy_install) - https://github.com/chocolatey/chocolatey/issues/100
* Enhancement - Use Default Credentials before Get-Credentials when using proxy on web call - https://github.com/chocolatey/chocolatey/pull/83
* Enhancement - Reduce the verbosity of running chocolatey - https://github.com/chocolatey/chocolatey/issues/84
* Enhancement - Support opening links to "GUI" type applications in a different way than the console apps - https://github.com/chocolatey/chocolatey/issues/76
* Enhancement - Do not create batch redirects for certain executables in package folder - https://github.com/chocolatey/chocolatey/issues/106
* Enhancement - Add a -debug switch - https://github.com/chocolatey/chocolatey/issues/85
* Enhancement - Improve pipelining of cver by returning an object - https://github.com/chocolatey/chocolatey/pull/94
* Fix - Packages.config source now uses chocolatey/nuget sources by default instead of empty - https://github.com/chocolatey/chocolatey/issues/79
* Fix - Executable batch links not created for "prerelease" versions - https://github.com/chocolatey/chocolatey/issues/88
* Fix - Issue where latest version is not returned - https://github.com/chocolatey/chocolatey/pull/92
* Fix - Prerelease versions now broken out as separate versions - https://github.com/chocolatey/chocolatey/issues/90
* Fix - During install PowerShell session gets bad $env:ChocolateyInstall variable - https://github.com/chocolatey/chocolatey/issues/80
* Fix - Build path with spaces now works - https://github.com/chocolatey/chocolatey/pull/102