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.5.0 </VersionPrefix >
7- <FileVersion >1.5.0 </FileVersion >
8- <AssemblyVersion >1.5.0 </AssemblyVersion >
6+ <VersionPrefix >1.6.1 </VersionPrefix >
7+ <FileVersion >1.6.1 </FileVersion >
8+ <AssemblyVersion >1.6.1 </AssemblyVersion >
99 <Authors >Microsoft</Authors >
1010 <TargetFrameworks >netstandard1.1;net45</TargetFrameworks >
1111 <PreserveCompilationContext >false</PreserveCompilationContext >
1212 <AssemblyName >Microsoft.Graph.Core</AssemblyName >
1313 <PackageId >Microsoft.Graph.Core</PackageId >
1414 <PackageTags >Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;SDK</PackageTags >
1515 <PackageReleaseNotes >
16- August 2017 Release Summary (version 1.6.0 )
16+ August 2017.1 Release Summary (version 1.6.1 )
1717
18- New Features
19- * Added Intellisense file to package</PackageReleaseNotes >
18+ New Features for 1.6.0
19+ * Added Intellisense file to package
20+
21+ New Features for 1.6.1
22+ * Updated Newtonsoft JSON.Net dependency to use all version up to 11.
23+ </PackageReleaseNotes >
2024 <PackageProjectUrl >https://graph.microsoft.io</PackageProjectUrl >
2125 <PackageLicenseUrl >http://aka.ms/devservicesagreement</PackageLicenseUrl >
2226 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
3539 <DelaySign >True</DelaySign >
3640 <AssemblyOriginatorKeyFile >35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
3741 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
38- <Version >1.6.0 </Version >
42+ <Version >1.6.1 </Version >
3943 </PropertyGroup >
4044 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'" >
4145 <DocumentationFile >bin\Release\netstandard1.1\Microsoft.Graph.Core.xml</DocumentationFile >
46+ <NoWarn >1701;1702;1705;1591</NoWarn >
4247 </PropertyGroup >
4348 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.1|AnyCPU'" >
4449 <DocumentationFile >bin\Debug\netstandard1.1\Microsoft.Graph.Core.xml</DocumentationFile >
5459 <Reference Include =" System.Net.Http" />
5560 <Reference Include =" System" />
5661 <Reference Include =" Microsoft.CSharp" />
57- <PackageReference Include =" Newtonsoft.Json" Version =" [6.0.1,10.0.2] " />
62+ <PackageReference Include =" Newtonsoft.Json" Version =" [6.0.1,11) " />
5863 </ItemGroup >
5964 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.1' " >
60- <PackageReference Include =" Newtonsoft.Json" Version =" [9.0.1,10.0.2] " />
65+ <PackageReference Include =" Newtonsoft.Json" Version =" [9.0.1,11) " />
6166 </ItemGroup >
6267</Project >
0 commit comments