Skip to content

Commit e8170fd

Browse files
committed
INCR to v3.9.11
1 parent f8aa3fd commit e8170fd

8 files changed

Lines changed: 8 additions & 3 deletions

File tree

NuGet/ServiceStack.Common/servicestack.common.nuspec

Lines changed: 1 addition & 1 deletion
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.Common</id>
55
<title>Service Clients and Common libs for ServiceStack projects</title>
6-
<version>3.9.9</version>
6+
<version>3.9.11</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<summary>Opensource .NET and Mono REST Web Services framework</summary>

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Redis.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.XML

Lines changed: 5 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.5 KB
Binary file not shown.

src/ServiceStack.Common/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("3.9.9.0")]
36+
[assembly: AssemblyVersion("3.9.11.0")]
3737

3838
// CCB Custom
3939
[assembly: ContractNamespace("http://schemas.servicestack.net/types",

src/ServiceStack.Razor/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
[assembly: AssemblyConfiguration("Release")]
3838
#endif
3939

40-
[assembly: AssemblyVersion("3.9.10.0")]
40+
[assembly: AssemblyVersion("3.9.11.0")]

0 commit comments

Comments
 (0)