You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<releaseNotes>## September 2016 Release Summary (version 1.2.0)
15
+
<releaseNotes>## September 2016 Release Summary (version 1.1.0)
16
16
17
-
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 created to target specific workloads. Here are the changes made with this release.
17
+
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.
18
18
19
19
* Excel REST API support
20
20
* Refactor base classes to Microsoft.Graph.Core
21
21
* Nuspec updated to target Xamarin
22
22
* Bug fixes
23
23
24
24
## Excel REST API
25
-
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. You can now now perform CRUD operations against OneDrive files stored in OneDrive for Business.
25
+
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.
26
26
27
27
## Refactor base classes to Microsoft.Graph.Core
28
28
This will support workload specific client libraries.
@@ -32,7 +32,7 @@ This will support workload specific client libraries.
32
32
## Bug fixes
33
33
34
34
* Add support for updating user references. For example, you can now update a user's manager.
35
-
* Updated to use NewtonSoft 9.0.1 from 6.0.2. Tested. Set allowed package version range to greater than equal to 9 and less than 10.
35
+
* Updated to use NewtonSoft 9.0.1 from 6.0.2. Tested. Set allowed package version range to greater than or equal to 9 and less than 10.
36
36
* Updated the data contracts to only use NewtonSoft.</releaseNotes>
0 commit comments