|
4 | 4 | <Description>Microsoft Graph Client Library allows you to call Office 365, Azure AD and other Microsoft services through a single unified developer experience.</Description> |
5 | 5 | <Copyright>Copyright (c) Microsoft Corporation</Copyright> |
6 | 6 | <AssemblyTitle>Microsoft Graph Client Library</AssemblyTitle> |
7 | | - <VersionPrefix>1.3.0</VersionPrefix> |
| 7 | + <VersionPrefix>1.4.0</VersionPrefix> |
8 | 8 | <Authors>Microsoft</Authors> |
9 | 9 | <TargetFrameworks>netstandard1.1;net45</TargetFrameworks> |
10 | 10 | <AssemblyName>Microsoft.Graph</AssemblyName> |
11 | 11 | <PackageId>Microsoft.Graph</PackageId> |
12 | 12 | <PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;SDK</PackageTags> |
13 | 13 | <PackageReleaseNotes> |
14 | | - May 2017 Release Summary (version 1.3.0) |
| 14 | + June 2017 Release Summary (version 1.4.0) |
15 | 15 |
|
16 | 16 | New features |
17 | 17 |
|
18 | | - * Added support for .NetStandard 1.1 |
19 | | - * Added support for Planner which includes custom serialization for Planner open types, an ETag and header helper. |
20 | | - * Added support SharePoint. |
21 | | - * Added support for delta queries and enum flags. |
22 | | - * Added FindMeetingTimes functionality. |
23 | | - * Added the sharedWithMe and copy functionality for DriveItem. |
24 | | - * Added named items, refresh, column, row, and view functionality for Excel. |
25 | | - * Tested support for OpenTypes - available through the AdditionalData property bag. |
26 | | - |
| 18 | + * OneNote |
| 19 | + * Open extensions |
| 20 | + * Schema extensions |
| 21 | + |
27 | 22 | Updates |
| 23 | + |
| 24 | + * Provided example and tests for scenarios where Microsoft.Graph client library request builders don't support functionality. This way you can make use of the serializer and authentication provider. |
| 25 | + * The service metadata doesn't support GetByPath for getting SharePoint sites by relative path. Added functionality to enable this. |
| 26 | + * Added FindMeetingTimes test. |
28 | 27 |
|
29 | | - * Updated dependency on Newtonsoft.Json to 10.0.2. |
30 | | - * Updated the group object to support a group photos collection, drives collection, sites collection, and a group Planner plan. |
31 | | - * Updated the user object to support a photos collection and the user's Planner plans. |
| 28 | + Bug fixes |
| 29 | + |
| 30 | + * Large file uploads larger than 2GB is enabled. |
32 | 31 |
|
33 | 32 | </PackageReleaseNotes> |
34 | 33 | <PackageProjectUrl>https://graph.microsoft.io</PackageProjectUrl> |
|
0 commit comments