This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Releases: OneDrive/onedrive-sdk-csharp
Releases · OneDrive/onedrive-sdk-csharp
Initial v2 Release
Final Major 1.x.x Release
Many small bug fixes and minor feature improvements since last release. This will be the final major release before Version 2.0.0. After this release, all major features and improvements will be exclusively in Version 2.
Authentication and exception handling bug fixes
- Fix re-auth for expired tokens
- Use code flow instead of token flow for WebAuthenticationBroker flow so refresh tokens will be returned
- Enable a way to set user's sign in name on the service info provider for SSO scenarios
- Set throw site in OneDriveException
- Add ToString() overload for OneDriveException
- Set CanSignOut for refresh token account sessions
- Better error handling during request building when base URL is not initialized
Bug fixes
OneDrive for Business Authentication for .NET 4.5.1, Windows 8.1, and UWP
Adds OneDrive for Business authentication support for .NET 4.5.1, Windows 8.1, and UWP. See the authentication documentation for details on authenticating against OneDrive for Business.
Additionally, fixes the following bugs:
- Allow setting OverallTimeout on HttpProvider
- Handle a leading slash in the path when accessing items by path