File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ matrix:
16
16
configuration : Release
17
17
install :
18
18
# memcache server
19
- - curl -L -O -S -s http ://downloads.northscale. com/memcached-1.4.5-amd64 .zip
20
- - 7z x memcached-1.4.5-amd64 .zip
21
- - ps : $MemCached = Start-Process memcached-amd64 \memcached.exe -PassThru
19
+ - curl -L -O -S -s https ://github. com/jefyt/ memcached-windows/releases/download/1.6.8_mingw/memcached-1.6.8-win64-mingw .zip
20
+ - 7z x memcached-1.6.8-win64-mingw .zip
21
+ - ps : $MemCached = Start-Process memcached-1.6.8-win64-mingw\bin \memcached.exe -PassThru
22
22
# redis server
23
23
- curl -L -O -S -s https://github.com/ServiceStack/redis-windows/raw/master/downloads/redis64-2.8.17.zip
24
24
- 7z x redis64-2.8.17.zip
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ It's recommended to research for a while before deciding which one is better for
20
20
21
21
## Notes
22
22
23
+ #### Build 5.8.0 for NHibernate 5.2.0
24
+
25
+ * Task
26
+ * #108 - Fix AppVeyor build
27
+ * #89 - Fix iconUrl warning
28
+
23
29
#### Build 5.7.0 for NHibernate 5.2.0
24
30
25
31
* New feature
You can’t perform that action at this time.
0 commit comments