Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b687537

Browse files
committed
INCR to v3.9.60 - the snapshot of v3
1 parent b94fe62 commit b687537

20 files changed

+24
-2
lines changed
0 Bytes
Binary file not shown.

NuGet/servicestack.redis.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.Redis</id>
55
<title>C# Redis client for the Redis NoSQL DB</title>
6-
<version>3.9.59</version>
6+
<version>3.9.60</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

lib/ServiceStack.Common.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.XML

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.Text.dll

512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Common.dll

512 Bytes
Binary file not shown.

lib/tests/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/tests/ServiceStack.OrmLite.dll

0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Text.dll

512 Bytes
Binary file not shown.

lib/tests/ServiceStack.Text.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tests/ServiceStack.XML

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tests/ServiceStack.dll

1 KB
Binary file not shown.

src/ServiceStack.Redis/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.9.59.0")]
35+
[assembly: AssemblyVersion("3.9.60.0")]
3636
//[assembly: AssemblyFileVersion("1.0.0.0")]
3737

3838
[assembly: InternalsVisibleTo("ServiceStack.Redis.Tests")]

0 commit comments

Comments
 (0)