Skip to content

Commit

Permalink
INCR to v3.9.48
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 29, 2013
1 parent 77d5e02 commit d9a75b3
Show file tree
Hide file tree
Showing 6 changed files with 2 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.47</version>
<version>3.9.48</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.
Binary file modified lib/ServiceStack.Text.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.47.0")]
[assembly: AssemblyVersion("3.9.48.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

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

0 comments on commit d9a75b3

Please sign in to comment.