Skip to content

Commit bbffbd2

Browse files
committed
Add NuGet.exe, new SS.dlls + INCR memcached to v3.92
1 parent 725730d commit bbffbd2

10 files changed

Lines changed: 31 additions & 5 deletions

NuGet/NuGet.exe

515 KB
Binary file not shown.
-70.9 KB
Binary file not shown.
-65.5 KB
Binary file not shown.

NuGet/ServiceStack.Caching.Memcached/servicestack.caching.memcached.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.Caching.Memcached</id>
5-
<version>3.8.2</version>
6-
<authors>Demis Bellot, ServiceStack contributors</authors>
7-
<owners>Demis Bellot, ServiceStack contributors</owners>
5+
<version>3.9.2</version>
6+
<authors>Demis Bellot, Thomas Grassauer and ServiceStack contributors</authors>
7+
<owners>Demis Bellot, Thomas Grassauer and ServiceStack contributors</owners>
88
<description>
99
An Memcached cache client implementing ServiceStack's ICacheClient:
1010
https://github.com/ServiceStack/ServiceStack/wiki/Caching
@@ -17,7 +17,8 @@
1717
<language>en-US</language>
1818
<copyright>ServiceStack 2012 and contributors</copyright>
1919
<dependencies>
20-
<dependency id="ServiceStack.Common" />
20+
<dependency id="ServiceStack.Common" />
21+
<dependency id="EnyimMemcached" />
2122
</dependencies>
2223
</metadata>
2324
</package>

build/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ COPY ..\src\ServiceStack.Authentication.MongoDB\bin\%BUILD%\ServiceStack.Authent
55
COPY ..\src\ServiceStack.Authentication.NHibernate\bin\%BUILD%\ServiceStack.Authentication.NHibernate.* ..\NuGet\ServiceStack.Authentication.NHibernate\lib
66
COPY ..\src\ServiceStack.CacheAccess.Azure\bin\%BUILD%\ServiceStack.CacheAccess.Azure.* ..\NuGet\ServiceStack.Caching.Azure\lib
77
COPY ..\src\ServiceStack.CacheAccess.Memcached\bin\%BUILD%\ServiceStack.CacheAccess.Memcached.* ..\NuGet\ServiceStack.Caching.Memcached\lib
8-
COPY ..\src\ServiceStack.CacheAccess.Memcached\bin\%BUILD%\Enyim.Caching.* ..\NuGet\ServiceStack.Caching.Memcached\lib
8+
REM Using EnyimMemcached from NuGet: COPY ..\src\ServiceStack.CacheAccess.Memcached\bin\%BUILD%\Enyim.Caching.* ..\NuGet\ServiceStack.Caching.Memcached\lib

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.XML

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.Text.dll

1 KB
Binary file not shown.

lib/ServiceStack.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)