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

Commit 0a1e9de

Browse files
committed
Update SS dlls
1 parent 45a0e66 commit 0a1e9de

13 files changed

+13
-0
lines changed

lib/ServiceStack.Client.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Client.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Client.pdb

0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.

lib/tests/ServiceStack.Common.Tests.dll.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
</configSections>
55
<appSettings>
66
<add key="servicestack:license" value="1001-e1JlZjoxMDAxLE5hbWU6VGVzdCBCdXNpbmVzcyxUeXBlOkJ1c2luZXNzLEhhc2g6UHVNTVRPclhvT2ZIbjQ5MG5LZE1mUTd5RUMzQnBucTFEbTE3TDczVEF4QUNMT1FhNXJMOWkzVjFGL2ZkVTE3Q2pDNENqTkQyUktRWmhvUVBhYTBiekJGUUZ3ZE5aZHFDYm9hL3lydGlwUHI5K1JsaTBYbzNsUC85cjVJNHE5QVhldDN6QkE4aTlvdldrdTgyTk1relY2eis2dFFqTThYN2lmc0JveHgycFdjPSxFeHBpcnk6MjAxMy0wMS0wMX0="/>
7+
8+
<add key="EmptyKey" value=""/>
9+
<add key="RealKey" value="This is a real value"/>
10+
<add key="ListKey" value="A,B,C,D,E"/>
11+
<add key="IntKey" value="42"/>
12+
<add key="BadIntegerKey" value="This is not an integer"/>
13+
<add key="DictionaryKey" value="A:1,B:2,C:3,D:4,E:5"/>
14+
<add key="BadDictionaryKey" value="A1,B:"/>
15+
<add key="ObjectNoLineFeed" value="{SomeSetting:Test,SomeOtherSetting:12,FinalSetting:Final}"/>
16+
<add key="ObjectWithLineFeed" value="{SomeSetting:Test,
17+
SomeOtherSetting:12,
18+
FinalSetting:Final}"/>
19+
720
</appSettings>
821
<connectionStrings>
922
<add name="ServiceStack.Common.Tests.Properties.Settings.authConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\auth.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" providerName="System.Data.SqlClient"/>
2 KB
Binary file not shown.

lib/tests/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Common.pdb

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.Server.dll

0 Bytes
Binary file not shown.

lib/tests/ServiceStack.dll

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)