Update package script and release notes
This commit is contained in:
@@ -12,7 +12,7 @@ New-Item ($PackagesDir+"\Chocolatey") -type directory | Out-Null
|
||||
New-Item ($PackagesDir+"\NuGet") -type directory | Out-Null
|
||||
|
||||
Set-Location $ChocolateyDir
|
||||
invoke-expression cpack
|
||||
invoke-expression "chocolatey pack Redis.nuspec"
|
||||
Copy-Item *.nupkg ..\packages\Chocolatey
|
||||
|
||||
Set-Location $NugetDir
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<licenseUrl>https://github.com/MSOpenTech/redis/blob/2.8.4_msopen/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>http://redis.io/images/redis.png</iconUrl>
|
||||
<releaseNotes></releaseNotes>
|
||||
<releaseNotes>Includes changes from redis 2.8.9. Please see the release notes for the UNIX 2.8 branch to understand how this impacts Redis functionality. This release adds support for running redis as a Windows Service. Please see RedisService.docx file for documentation.</releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\signed_binaries\*.*" target=".\" />
|
||||
|
||||
Reference in New Issue
Block a user