Skip to content

Releases: OneDrive/onedrive-sdk-csharp

Initial v2 Release

15 Aug 19:12
Compare
Choose a tag to compare
2.0.0

Point to new sample repositories

Final Major 1.x.x Release

08 Aug 20:00
Compare
Choose a tag to compare

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

15 Jan 23:19
Compare
Choose a tag to compare
  • 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

17 Dec 01:49
Compare
Choose a tag to compare

Fixes client secret handling for the MSA authentication flow, removes an incorrect API, and other minor fixes.

OneDrive for Business Authentication for .NET 4.5.1, Windows 8.1, and UWP

17 Nov 00:00
Compare
Choose a tag to compare

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