Skip to content

Commit 2c3e7a7

Browse files
committed
latest SS.dlls and moved DTO's to Interfaces.dll to remove dep on ServiceInterface & ServiceStack
1 parent 79b1278 commit 2c3e7a7

12 files changed

Lines changed: 0 additions & 237 deletions

lib/ServiceStack.Common.dll

2 KB
Binary file not shown.

lib/ServiceStack.Interfaces.dll

3 KB
Binary file not shown.

lib/ServiceStack.Redis.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.dll

40 KB
Binary file not shown.

src/ServiceStack.ServiceInterface/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
4-
using System.Runtime.Serialization;
53

64
// General Information about an assembly is controlled through the following
75
// set of attributes. Change these attribute values to modify the information
@@ -37,5 +35,3 @@
3735
//[assembly: AssemblyFileVersion("1.0.0.0")]
3836

3937
//Default DataContract namespace instead of tempuri.org
40-
//Note: doesn't work for ilmerged assemblies
41-
[assembly: ContractNamespace("http://schemas.servicestack.net/types", ClrNamespace = "ServiceStack.ServiceInterface.ServiceModel")]

src/ServiceStack.ServiceInterface/ServiceModel/CollectionTypes.cs

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/ServiceStack.ServiceInterface/ServiceModel/IHasResponseStatus.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/ServiceStack.ServiceInterface/ServiceModel/Property.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/ServiceStack.ServiceInterface/ServiceModel/ResponseError.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)