All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Example for checkout v4
- Dynamic API version header
0.2.1 - 2016-11-27
- Fix assembly release number.
0.2.0 - 2016-11-27
- [Api] Add
HttpStatusCode
toApiClientException
andApiServerException
. This method returns the response HTTP status code. - [Serializer] New component focused only in assist the conversion of C# types to JSON compatible types.
- [Api] Change in
ApiClientException
andApiServerException
constructor signature. - [BusinessModel] This component has been replaced by [Serializer]
- [BusinessModel] This component has been replaced by [Serializer]
0.1.3 - 2016-11-10
- [Api] Fix request URI
- [Api] Fix sandbox header
- Fix outdated version in ApiRequest.SdkVersion
0.1.2 - 2016-11-10
- Fix assembly release number.
0.1.1 - 2016-11-10
- [Http] Fix headers assignment when there are restricted headers present in the collection.
0.1.0 - 2016-10-04
- [Api]
- [BusinessModels]
- [Http]