Skip to content

Commit 117d81d

Browse files
committed
Updated release notes
1 parent e360d39 commit 117d81d

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

src/Microsoft.Graph.Core/Microsoft.Graph.Core.nuspec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
<copyright>Copyright (c) Microsoft Corporation</copyright>
1313
<projectUrl>https://graph.microsoft.io</projectUrl>
1414
<licenseUrl>http://aka.ms/devservicesagreement</licenseUrl>
15+
<releaseNotes>
16+
November 2016 Release Summary (version 1.3.0)
17+
18+
New features
19+
20+
* Added LINQ support for $select and $expand query options.
21+
22+
Bug fixes
23+
24+
* Fixed an issue in BaseRequest.cs so that query options can support a sub-query option.
25+
* Added missing configureAwait(false) in BaseRequest.cs to address potential deadlock scenario.
26+
</releaseNotes>
1527
<tags>Microsoft Office365 Graph GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint SDK</tags>
1628
<dependencies>
1729
<dependency id="Newtonsoft.Json" version="[6.0.1,10)" />

src/Microsoft.Graph/Microsoft.Graph.nuspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
New features
1919

20-
* get a user's mailbox settings and drives.
21-
* extended properties are now available on calendars, events, messages, contacts, posts, contact folders, and mail folders.
22-
* onlineMeetingUrl is now available on event entities.
23-
* attachments are now available on messages.
24-
* drive items have new properties: content, cTag, package, parentReference, root, sharePointIds, size, webDavUrl, and permissions.
25-
* upload large files to OneDrive in chunks.
26-
* search OneDrive files.
27-
* send OneDrive file sharing invite to other people.
20+
* Get a user's mailbox settings and drives.
21+
* Extended properties on calendars, events, messages, contacts, posts, contact folders, and mail folders.
22+
* OnlineMeetingUrl on event entities.
23+
* Attachments on messages.
24+
* New properties on drive items: content, cTag, package, parentReference, root, sharePointIds, size, webDavUrl, and permissions.
25+
* Upload large files to OneDrive in chunks.
26+
* Search OneDrive files.
27+
* Send OneDrive file sharing invite to other people.
2828
* LINQ enabled on select and expand query parameters.
2929

3030
Bug fixes

0 commit comments

Comments
 (0)