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

Commit 540e5cd

Browse files
committed
Update v5 dlls
1 parent d60f669 commit 540e5cd

12 files changed

Lines changed: 21 additions & 21 deletions

lib/net45/ServiceStack.Client.dll

0 Bytes
Binary file not shown.

lib/net45/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/net45/ServiceStack.Server.dll

0 Bytes
Binary file not shown.

lib/net45/ServiceStack.dll

0 Bytes
Binary file not shown.

lib/netstandard2.0/ServiceStack.Client.deps.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"System.Net.Requests": "4.3.0",
1616
"System.ServiceModel.Primitives": "4.3.0",
1717
"System.Xml.XmlSerializer": "4.3.0",
18-
"ServiceStack.Interfaces": "4.0.0.0",
19-
"ServiceStack.Text": "4.0.0.0"
18+
"ServiceStack.Interfaces": "5.0.0.0",
19+
"ServiceStack.Text": "5.0.0.0"
2020
},
2121
"runtime": {
2222
"ServiceStack.Client.dll": {}
@@ -1109,12 +1109,12 @@
11091109
"lib/netstandard1.3/System.Xml.XmlSerializer.dll": {}
11101110
}
11111111
},
1112-
"ServiceStack.Interfaces/4.0.0.0": {
1112+
"ServiceStack.Interfaces/5.0.0.0": {
11131113
"runtime": {
11141114
"ServiceStack.Interfaces.dll": {}
11151115
}
11161116
},
1117-
"ServiceStack.Text/4.0.0.0": {
1117+
"ServiceStack.Text/5.0.0.0": {
11181118
"runtime": {
11191119
"ServiceStack.Text.dll": {}
11201120
}
@@ -1792,12 +1792,12 @@
17921792
"path": "system.xml.xmlserializer/4.3.0",
17931793
"hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
17941794
},
1795-
"ServiceStack.Interfaces/4.0.0.0": {
1795+
"ServiceStack.Interfaces/5.0.0.0": {
17961796
"type": "reference",
17971797
"serviceable": false,
17981798
"sha512": ""
17991799
},
1800-
"ServiceStack.Text/4.0.0.0": {
1800+
"ServiceStack.Text/5.0.0.0": {
18011801
"type": "reference",
18021802
"serviceable": false,
18031803
"sha512": ""
0 Bytes
Binary file not shown.

lib/netstandard2.0/ServiceStack.Common.deps.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"System.Net.Requests": "4.3.0",
1919
"System.Reflection.TypeExtensions": "4.3.0",
2020
"System.Runtime.Serialization.Primitives": "4.3.0",
21-
"ServiceStack.Interfaces": "4.0.0.0",
22-
"ServiceStack.Text": "4.0.0.0"
21+
"ServiceStack.Interfaces": "5.0.0.0",
22+
"ServiceStack.Text": "5.0.0.0"
2323
},
2424
"runtime": {
2525
"ServiceStack.Common.dll": {}
@@ -755,12 +755,12 @@
755755
"lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
756756
}
757757
},
758-
"ServiceStack.Interfaces/4.0.0.0": {
758+
"ServiceStack.Interfaces/5.0.0.0": {
759759
"runtime": {
760760
"ServiceStack.Interfaces.dll": {}
761761
}
762762
},
763-
"ServiceStack.Text/4.0.0.0": {
763+
"ServiceStack.Text/5.0.0.0": {
764764
"runtime": {
765765
"ServiceStack.Text.dll": {}
766766
}
@@ -1305,12 +1305,12 @@
13051305
"path": "system.threading.threadpool/4.3.0",
13061306
"hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
13071307
},
1308-
"ServiceStack.Interfaces/4.0.0.0": {
1308+
"ServiceStack.Interfaces/5.0.0.0": {
13091309
"type": "reference",
13101310
"serviceable": false,
13111311
"sha512": ""
13121312
},
1313-
"ServiceStack.Text/4.0.0.0": {
1313+
"ServiceStack.Text/5.0.0.0": {
13141314
"type": "reference",
13151315
"serviceable": false,
13161316
"sha512": ""
0 Bytes
Binary file not shown.

lib/netstandard2.0/ServiceStack.Server.deps.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"ServiceStack": "1.0.0",
1414
"ServiceStack.Client": "1.0.0",
1515
"ServiceStack.Common": "1.0.0",
16-
"ServiceStack.Interfaces": "4.0.0.0",
16+
"ServiceStack.Interfaces": "5.0.0.0",
1717
"ServiceStack.OrmLite": "4.0.0.0",
18-
"ServiceStack.Redis": "4.0.0.0",
19-
"ServiceStack.Text": "4.0.0.0"
18+
"ServiceStack.Redis": "5.0.0.0",
19+
"ServiceStack.Text": "5.0.0.0"
2020
},
2121
"runtime": {
2222
"ServiceStack.Server.dll": {}
@@ -1376,7 +1376,7 @@
13761376
"ServiceStack.Common.dll": {}
13771377
}
13781378
},
1379-
"ServiceStack.Interfaces/4.0.0.0": {
1379+
"ServiceStack.Interfaces/5.0.0.0": {
13801380
"runtime": {
13811381
"ServiceStack.Interfaces.dll": {}
13821382
}
@@ -1386,12 +1386,12 @@
13861386
"ServiceStack.OrmLite.dll": {}
13871387
}
13881388
},
1389-
"ServiceStack.Redis/4.0.0.0": {
1389+
"ServiceStack.Redis/5.0.0.0": {
13901390
"runtime": {
13911391
"ServiceStack.Redis.dll": {}
13921392
}
13931393
},
1394-
"ServiceStack.Text/4.0.0.0": {
1394+
"ServiceStack.Text/5.0.0.0": {
13951395
"runtime": {
13961396
"ServiceStack.Text.dll": {}
13971397
}
@@ -2245,7 +2245,7 @@
22452245
"serviceable": false,
22462246
"sha512": ""
22472247
},
2248-
"ServiceStack.Interfaces/4.0.0.0": {
2248+
"ServiceStack.Interfaces/5.0.0.0": {
22492249
"type": "reference",
22502250
"serviceable": false,
22512251
"sha512": ""
@@ -2255,12 +2255,12 @@
22552255
"serviceable": false,
22562256
"sha512": ""
22572257
},
2258-
"ServiceStack.Redis/4.0.0.0": {
2258+
"ServiceStack.Redis/5.0.0.0": {
22592259
"type": "reference",
22602260
"serviceable": false,
22612261
"sha512": ""
22622262
},
2263-
"ServiceStack.Text/4.0.0.0": {
2263+
"ServiceStack.Text/5.0.0.0": {
22642264
"type": "reference",
22652265
"serviceable": false,
22662266
"sha512": ""
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)