diff --git a/RELEASENOTES.txt b/RELEASENOTES.txt index db79547a9..cc68cbbeb 100644 --- a/RELEASENOTES.txt +++ b/RELEASENOTES.txt @@ -6,6 +6,13 @@ For release notes related to original Redis project - please see 00-RELEASENOTES -------------------------------------------------------- +2020-05-02: Redis 5.0.9 for Windows +https://github.com/tporadowski/redis/releases/tag/v5.0.9 + +First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9. + +-------------------------------------------------------- + 2020-01-26: Redis 4.0.14.2 for Windows https://github.com/tporadowski/redis/releases/tag/v4.0.14.2 diff --git a/msvs/Build.bat b/msvs/Build.bat index c1ac08b7c..6a2083e1b 100644 --- a/msvs/Build.bat +++ b/msvs/Build.bat @@ -13,6 +13,6 @@ msbuild RedisServer.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64 msbuild RedisServer.sln -t:RedisCli -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64 msbuild RedisServer.sln -t:RedisBenchmark -p:Configuration=%CONFIGURATION%;Platform=x64;Machine=x64 -rem cd msi -rem msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64 -rem cd .. +cd msi +msbuild RedisMsi.sln -t:Rebuild -p:Configuration=%CONFIGURATION%;Platform=x64 +cd ..