Service Release 2 for SharpBox 1.1
- Feature: Official Strato HiDrive Support
- Feature: Official CloudMe Support
- Feature: Official FTP Support
- Feature: Allowed to serialize a DropBox Request Token
- Feature: Allowed to serialize tokens directly into Base64 string (comfort function)
- Feature: Added new version of the transfer interface which allows to get progress notification async
- Feature: Added NuGet package
- Change: Allowed to deserialize a tokens without a previously opened connection to the cloud storage
- Change: Changed to format of the GUID which is used as oAuth nonce to a 32Bit digit without dashes and brackets
- Fix: Allowed to deserialize a token without influencing the cloudstorage object state
- Fix: Closed stream before receiving WebResponse to be WP7 compatible
- Fix: WebDav client does not need the requested resource information as first element in the XML collection
- Fix: NullReferenceException in authentication sequence - Issue 16506
- Fix: The 500ms windows is calculted in wrong way