From 9e191b4b585d3850987a98de17465c9d36bdc58e Mon Sep 17 00:00:00 2001 From: jonathan pickett Date: Tue, 22 Jul 2014 17:07:42 -0700 Subject: [PATCH] setup changes in preparation for official Windows 2.8.12 release --- msvs/setups/PullBinaries.ps1 | 2 +- msvs/setups/chocolatey/Redis.nuspec | 4 ++-- msvs/setups/nuget/Redis.nuspec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/msvs/setups/PullBinaries.ps1 b/msvs/setups/PullBinaries.ps1 index 6dd21fad..40e99639 100644 --- a/msvs/setups/PullBinaries.ps1 +++ b/msvs/setups/PullBinaries.ps1 @@ -2,7 +2,7 @@ $CurDir = split-path -parent $MyInvocation.MyCommand.Definition -$SourceZip = [System.IO.Path]::Combine($CurDir, "..\..\bin\Release\redis-2.8.9.zip" ) +$SourceZip = [System.IO.Path]::Combine($CurDir, "..\..\bin\Release\redis-2.8.12.zip" ) $Destination = [System.IO.Path]::Combine($CurDir, "signed_binaries" ) [System.IO.Directory]::CreateDirectory($Destination) | Out-Null diff --git a/msvs/setups/chocolatey/Redis.nuspec b/msvs/setups/chocolatey/Redis.nuspec index 8015ac50..5da0ec87 100644 --- a/msvs/setups/chocolatey/Redis.nuspec +++ b/msvs/setups/chocolatey/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 redis-64 - 2.8.9 + 2.8.12 Jonathan Pickett Microsoft Open Technologies, Inc. Redis is a very popular open-source, networked, in-memory, key-value data store known for high performance, flexibility, a rich set of data structures, and a simple straightforward API. @@ -14,7 +14,7 @@ https://github.com/MSOpenTech/redis/blob/2.8/license.txt false http://redis.io/images/redis.png - 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. + Includes the changes from Redis 2.8.9 -> 2.8.12. Please see the release notes for the UNIX 2.8 branch to understand how this impacts Redis functionality. diff --git a/msvs/setups/nuget/Redis.nuspec b/msvs/setups/nuget/Redis.nuspec index 8015ac50..5da0ec87 100644 --- a/msvs/setups/nuget/Redis.nuspec +++ b/msvs/setups/nuget/Redis.nuspec @@ -3,7 +3,7 @@ redis-64 redis-64 - 2.8.9 + 2.8.12 Jonathan Pickett Microsoft Open Technologies, Inc. Redis is a very popular open-source, networked, in-memory, key-value data store known for high performance, flexibility, a rich set of data structures, and a simple straightforward API. @@ -14,7 +14,7 @@ https://github.com/MSOpenTech/redis/blob/2.8/license.txt false http://redis.io/images/redis.png - 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. + Includes the changes from Redis 2.8.9 -> 2.8.12. Please see the release notes for the UNIX 2.8 branch to understand how this impacts Redis functionality. -- GitLab