Skip to content

Commit 87a3196

Browse files
committed
Updated release notes
1 parent 23873b3 commit 87a3196

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<Description>Microsoft Graph Core Client Library implements core functionality used by Microsoft Graph Client Libraries.</Description>
44
<Copyright>Copyright (c) Microsoft Corporation</Copyright>
55
<AssemblyTitle>Microsoft Graph Core Client Library</AssemblyTitle>
6-
<VersionPrefix>1.4.0</VersionPrefix>
6+
<VersionPrefix>1.5.0</VersionPrefix>
77
<Authors>Microsoft</Authors>
88
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
99
<AssemblyName>Microsoft.Graph.Core</AssemblyName>
1010
<PackageId>Microsoft.Graph.Core</PackageId>
1111
<PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;SDK</PackageTags>
1212
<PackageReleaseNotes>
13-
May 2017 Release Summary (version 1.4.0)
13+
June 2017 Release Summary (version 1.5.0)
1414

1515
New features
1616

17-
* Added support for .NetStandard 1.1
17+
* Support for posting multipart content.
1818

19-
Updates
19+
Bug fixes
20+
21+
* Boolean query string parameters are no longer emitted in upper case.
2022

21-
* Updated dependency on Newtonsoft.Json to 10.0.2.
22-
* Removed the Exception ToString override
2323
</PackageReleaseNotes>
2424
<PackageProjectUrl>https://graph.microsoft.io</PackageProjectUrl>
2525
<PackageLicenseUrl>http://aka.ms/devservicesagreement</PackageLicenseUrl>

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,30 @@
44
<Description>Microsoft Graph Client Library allows you to call Office 365, Azure AD and other Microsoft services through a single unified developer experience.</Description>
55
<Copyright>Copyright (c) Microsoft Corporation</Copyright>
66
<AssemblyTitle>Microsoft Graph Client Library</AssemblyTitle>
7-
<VersionPrefix>1.3.0</VersionPrefix>
7+
<VersionPrefix>1.4.0</VersionPrefix>
88
<Authors>Microsoft</Authors>
99
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
1010
<AssemblyName>Microsoft.Graph</AssemblyName>
1111
<PackageId>Microsoft.Graph</PackageId>
1212
<PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;SDK</PackageTags>
1313
<PackageReleaseNotes>
14-
May 2017 Release Summary (version 1.3.0)
14+
June 2017 Release Summary (version 1.4.0)
1515

1616
New features
1717

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+
2722
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.
2827

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.
3231

3332
</PackageReleaseNotes>
3433
<PackageProjectUrl>https://graph.microsoft.io</PackageProjectUrl>

0 commit comments

Comments
 (0)