Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
v0.9.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jun 16, 2012
1 parent 19e8a34 commit 9530331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion nuget/chocolatey.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>chocolatey</id>
<title>Chocolatey</title>
<version>0.9.8.17</version>
<version>0.9.8.18</version>
<authors>Rob Reynolds</authors>
<owners>Rob Reynolds</owners>
<summary>Chocolatey is your machine level NuGet repository. Think apt-get for Windows (executables/application packages), not library packages.</summary>
Expand All @@ -24,6 +24,8 @@ Check out the WIKI in the project URL for all the details of what you can do wit
</description>
<releaseNotes>
See all - https://github.com/chocolatey/chocolatey/wiki/ReleaseNotes
v0.9.8.18
* Fix - 0.9.8.17 installer doesn't create chocolatey folder if it doesn't exist - https://github.com/chocolatey/chocolatey/issues/112

v0.9.8.17
* Enhancement - Support for naive uninstall - https://github.com/chocolatey/chocolatey/issues/96
Expand Down
2 changes: 1 addition & 1 deletion src/chocolatey.ps1
Expand Up @@ -25,7 +25,7 @@ $currentThread.CurrentCulture = $culture;
$currentThread.CurrentUICulture = $culture;

#Let's get Chocolatey!
$chocVer = '0.9.8.17'
$chocVer = '0.9.8.18'
$nugetChocolateyPath = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$nugetPath = (Split-Path -Parent $nugetChocolateyPath)
$nugetExePath = Join-Path $nuGetPath 'bin'
Expand Down

0 comments on commit 9530331

Please sign in to comment.