|
3 | 3 | <Description>Microsoft Graph Client Library allows you to call Office 365, Azure AD and other Microsoft services through a single unified developer experience.</Description>
|
4 | 4 | <Copyright>Copyright (c) Microsoft Corporation</Copyright>
|
5 | 5 | <AssemblyTitle>Microsoft Graph Client Library</AssemblyTitle>
|
6 |
| - <VersionPrefix>1.8.0</VersionPrefix> |
7 |
| - <FileVersion>1.8.0</FileVersion> |
8 |
| - <AssemblyVersion>1.8.0</AssemblyVersion> |
| 6 | + <VersionPrefix>1.9.0</VersionPrefix> |
| 7 | + <FileVersion>1.9.0</FileVersion> |
| 8 | + <AssemblyVersion>1.9.0</AssemblyVersion> |
9 | 9 | <Authors>Microsoft</Authors>
|
10 | 10 | <TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
|
11 | 11 | <PreserveCompilationContext>false</PreserveCompilationContext>
|
12 | 12 | <AssemblyName>Microsoft.Graph</AssemblyName>
|
13 | 13 | <PackageId>Microsoft.Graph</PackageId>
|
14 | 14 | <PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK</PackageTags>
|
15 | 15 | <PackageReleaseNotes>
|
16 |
| - March 2018 Release Summary (version 1.8.0) |
| 16 | +May 2018 Release Summary (version 1.9.0) |
17 | 17 |
|
18 |
| - New features |
19 |
| - * Include support for the Reports API. This gives you access to Office 365 usage reports for Outlook, users, groups, OneDrive, SharePoint, Skype for Business and Yammer. See https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/report for more information. |
20 |
| - * Updated IntelliSense file with new documentation. |
21 |
| - * Include support for the Intune API. This enables programmatic access to Intune information for your tenant with rich information and relationship navigation. See https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/intune_graph_overview for more information. |
22 |
| - * Include support for the Education API. This enhances Office 365 resources and data with information that is relevant for education scnearios, including schools, students, teachers, classes, and enrollments. See https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/education-overview for more information. |
23 |
| - * Update Json.NET dependency to include 11.x |
| 18 | +New features |
| 19 | +- Added more comments. |
| 20 | +- UserActivity - apps can push information to the user's timeline. |
| 21 | +- Updated timezone information. |
| 22 | +- Updates to Intune functionality. |
| 23 | +- New Outlook functionality which includes an OutlookUser object, categories, coordinates, message rules, and working hours. |
| 24 | +- New OneNote functionality which includes a notebook's site collection. |
| 25 | + |
| 26 | +Bug fixes |
| 27 | +- Fixed Site GetByPath |
24 | 28 | </PackageReleaseNotes>
|
25 | 29 | <PackageProjectUrl>https://developer.microsoft.com/graph</PackageProjectUrl>
|
26 | 30 | <PackageLicenseUrl>http://aka.ms/devservicesagreement</PackageLicenseUrl>
|
|
40 | 44 | <DelaySign>True</DelaySign>
|
41 | 45 | <AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
|
42 | 46 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
43 |
| - <Version>1.8.0</Version> |
| 47 | + <Version>1.9.0</Version> |
44 | 48 | </PropertyGroup>
|
45 | 49 | <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'">
|
46 | 50 | <DocumentationFile>bin\Release\Microsoft.Graph.xml</DocumentationFile>
|
|
0 commit comments