Server:
Do I just unzip the contents to the ES site directory and restart the app pool?
Client:
On the client do I just need to make sure Microfour Stratafrma Enterprise Client gets updated?
*******************************************************************************
Changed enterprise server to account for UTC time when passing parameters to commands.This is a breaking change. The server and client must both be upgraded or this change will break communication between the ES and the clients.Before this change, the ES would not consider UTC time when passing parameters on commands, but would use UTC to return the results of a query back to the client (through .NET's serialization of the data table). Now, UTC is taken into account when passing parameters.If the CustomDataSerializer is used, UTC is not considered when passing parameters or when returning results back to the client. Keith Chisarik