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.