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

Commit

Permalink
INCR to v3.9.60 - the snapshot of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 12, 2013
1 parent b94fe62 commit b687537
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 2 deletions.
Binary file modified NuGet/lib/net35/ServiceStack.Redis.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion NuGet/servicestack.redis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Redis</id>
<title>C# Redis client for the Redis NoSQL DB</title>
<version>3.9.59</version>
<version>3.9.60</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>
Expand Down
Binary file modified lib/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Interfaces.dll
Binary file not shown.
6 changes: 6 additions & 0 deletions lib/ServiceStack.Text.XML

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/ServiceStack.Text.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Common.Tests.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Common.Tests.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Messaging.Tests.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Messaging.Tests.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.ServiceInterface.dll
Binary file not shown.
Binary file modified lib/tests/ServiceStack.ServiceInterface.pdb
Binary file not shown.
Binary file modified lib/tests/ServiceStack.Text.dll
Binary file not shown.
6 changes: 6 additions & 0 deletions lib/tests/ServiceStack.Text.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions lib/tests/ServiceStack.XML

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/tests/ServiceStack.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ServiceStack.Redis/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.9.59.0")]
[assembly: AssemblyVersion("3.9.60.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

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

0 comments on commit b687537

Please sign in to comment.