Skip to content

Commit

Permalink
INCR to v3.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 24, 2012
1 parent 4666ca6 commit 3bac37f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
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.11</version>
<version>3.9.14</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.
20 changes: 20 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.
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.11.0")]
[assembly: AssemblyVersion("3.9.14.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

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

0 comments on commit 3bac37f

Please sign in to comment.