Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet

Microsoft Graph library March 2018 (version 1.8.0)

26 Mar 23:00
f866494
Compare
Choose a tag to compare

Note that the assembly version and Nuget package version do match for package published on Nuget.org. The 1.8.1 Nuget packages contain the 1.8.0 assemblies.

Microsoft.Graph (version 1.8.0)

New features

Microsoft.Graph.Core (version 1.8.0)

New features

  • Update Json.NET dependency to include 11.x

Microsoft Graph library September 2017 (version 1.6.0)

26 Sep 16:48
Compare
Choose a tag to compare

Microsoft.Graph (version 1.6.0)

New features

  • Added columns, contentTypes, items, and lists to the site type.
  • Added the columnDefinition, columnLink, contentType, fieldValueSet, list and listitem types.
  • Added the scoredEmailAddress, phone, website, and personType types.
  • Added the booleanColumn, calculatedColumn, choiceColumn, currencyColumn, dateTimeColumn, systemFacet, defaultColumnValue, lookupColumn, numberColumn, personOrGroupColumn, textColumn, and contentTypeOrder types.
  • Added the person type. It is accessible from the user type.
  • Added the listInfo, contentTypeInfo, and folderView types.
  • Added the list and listItem properties to the sharedDriveItem type
  • Added the audioBitePerSample, audioChannels, audioFormat, audioSamplesPerSecond, fourCC, and frameRate properties to the Video type.
  • Added a Search function to driveItems.

Microsoft.Graph.Core (version 1.6.2)

Bug fix

  • Updated JsonSerializer parser to ignore Date in strings.

Microsoft Graph library August 2017.1 (version 1.5.1)

29 Aug 01:03
Compare
Choose a tag to compare

Microsoft.Graph (version 1.5.1)

New features

  • Updated Newtonsoft JSON.Net dependency to use all version up to 11.

Microsoft.Graph.Core (version 1.6.1)

New features

  • Updated Newtonsoft JSON.Net dependency to use all version up to 11.

Microsoft Graph library August 2017 (version 1.5.0)

08 Aug 20:48
Compare
Choose a tag to compare

Microsoft.Graph (version 1.5.0)

New features

  • Access OneNote through SharePoint sites
  • New groups features
  • Intellisense file

Microsoft.Graph.Core (version 1.6.0)

New features

  • Generated Intellisense file

Microsoft Graph library June 2017 (version 1.4.0)

12 Jun 19:14
Compare
Choose a tag to compare

Microsoft.Graph (version 1.4.0)

New features

  • OneNote
  • Open extensions
  • Schema extensions

Updates

  • Provided examples and tests for scenarios where the Microsoft.Graph client library request builders don't support functionality. This way you can make use of the serializer and authentication provider.
  • The service metadata doesn't support GetByPath for getting SharePoint sites by relative path. Added functionality to enable this.
  • Added FindMeetingTimes test.

Bug fixes

  • Large file uploads larger than 2GB is enabled.

Microsoft.Graph.Core (version 1.5.0)

New features

  • Support for posting multipart content.

Bug fixes

  • Boolean query string parameters are no longer emitted in upper case.

Microsoft Graph library May 2017 (version 1.3.0)

10 May 01:50
Compare
Choose a tag to compare

Microsoft.Graph (version 1.3.0)

New features

  • Added support for .NetStandard 1.1
  • Added support for Planner which includes custom serialization for Planner Open Types, an ETag and header helper.
  • Added support SharePoint.
  • Added support for delta queries and enum flags.
  • Added FindMeetingTimes functionality.
  • Added the sharedWithMe and copy functionality for DriveItem.
  • Added named items, refresh, column, row, and view functionality for Excel.
  • Tested support for OpenTypes - available through the AdditionalData property bag.

Updates

  • Updated dependency on Newtonsoft.Json to 10.0.2.
  • Updated the group object to support a group photos collection, drives collection, sites collection, and a group Planner plan.
  • Updated the user object to support a photos collection and the user's Planner plans.

Microsoft.Graph.Core (version 1.4.0)

New features

  • Added support for .NetStandard 1.1

Updates

  • Updated dependency on Newtonsoft.Json to 10.0.2.
  • Removed the Exception ToString override

Microsoft Graph library February 2017 (version 1.2.1)

13 Feb 21:00
Compare
Choose a tag to compare

Microsoft.Graph (version 1.2.1)

Bug fixes

  • Removed access token from resumable uploads as it is ignored by OneDrive for Business and causes an error for OneDrive for Consumer.

Microsoft.Graph.Core (version 1.3.1) April 2017 Update

New feature

  • Expose HTTP status codes and the response header collection on the ServiceException class.

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