Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet

Microsoft Graph library November 2016 (version 1.2.0)

08 Nov 03:14
Compare
Choose a tag to compare

Microsoft.Graph (version 1.2.0)

New features

  • Get a user's mailbox settings and drives.
  • Extended properties on calendars, events, messages, contacts, posts, contact folders, and mail folders.
  • OnlineMeetingUrl on event entities.
  • Attachments on messages.
  • New properties on drive items: content, cTag, package, parentReference, root, sharePointIds, size, webDavUrl, and permissions.
  • Upload large files to OneDrive in chunks.
  • Search OneDrive files.
  • Send OneDrive file sharing invite to other people.
  • LINQ enabled on select and expand query parameters.

Bug fixes

  • Added missing configureAwait(false) in BaseRequest.cs to address potential deadlock scenario.

Microsoft.Graph.Core (version 1.3.0)

New features

  • Added LINQ support for $select and $expand query options.

Bug fixes

  • Fixed an issue in BaseRequest.cs so that query options can support a sub-query option.
  • Added missing configureAwait(false) in BaseRequest.cs to address potential deadlock scenario.

Microsoft Graph library September 2016 (version 1.1.0)

23 Sep 02:08
Compare
Choose a tag to compare

September Release Summary (version 1.1.0)

We've got a new addition to the .Net Microsoft Graph client API family. Excel files stored in OneDrive can now be accessed from .Net applications. We've refactored the base classes to be included in the Microsoft.Graph.Core assembly so that custom clients can target specific workloads. Here are the changes made with this release.

  • Excel REST API support
  • Refactor base classes to Microsoft.Graph.Core
  • Nuspec updated to target Xamarin
  • Dependency: Microsoft.Graph.Core 1.2.0
  • Bug fixes

Excel REST API

The Excel REST API provides many new opportunities to enhance your workflow around Excel spreadsheets. There are hundreds of new APIs that support accessing Excel features.

Refactor base classes to Microsoft.Graph.Core

This will support workload specific client libraries.

Nuspec updated to target Xamarin

Bug fixes

  • Add support for updating user references. For example, you can now update a user's manager.
  • Updated to use NewtonSoft 9.0.1 from 6.0.2. Tested. Set allowed package version range to 9 <= x < 10.
  • Updated the data contracts to only use NewtonSoft.

Nuget packages

Microsoft.Graph
Microsoft.Graph.Core