Stefan Tsalapatis - 157 - Jan 10, 2014

I would like a confirmation  about the  client side development,  in ver. 4.0.6 .   The    required assemblies  that we can distribute freely to  customer,  ( so they can create requests to our services),
are only the ServiceStack.Client and ServiceStack.Interfaces.
Nothing else,  neither  the ServiceStack.Text.
 (we use C# clients for json and protobuf)
  Is that correct ?   thx

Yeah you can share the client dlls (but not license keys), although it’s easier if they’d just use NuGet as they’re easier to update.

Stefan Tsalapatis:

+Demis Bellot
 thx,  I share them,  because  I have prepared wrappers for most important requests  in our client.requests assembly.