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
- December 2018 Release Summary (version 1.13.0)
16
+ January 2019 Release Summary (version 1.13.0-preview.2 )
17
17
18
18
New functionality
19
19
- Added new Teams API functionality.
@@ -25,6 +25,7 @@ Updated functionality
25
25
- Device is updated with the MemberOf relationship.
26
26
- Group is updated with the isArchived property and Team relationship.
27
27
- User is updated with the JoinedTeams relationship.
28
+ - Removed Newtonsoft.Json package reference upper bound limitation.
28
29
</PackageReleaseNotes >
29
30
<PackageProjectUrl >https://developer.microsoft.com/graph</PackageProjectUrl >
30
31
<PackageLicenseUrl >http://aka.ms/devservicesagreement</PackageLicenseUrl >
@@ -44,7 +45,7 @@ Updated functionality
44
45
<DelaySign >false</DelaySign >
45
46
<AssemblyOriginatorKeyFile >35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
46
47
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
47
- <Version >1.13.0-preview</Version >
48
+ <Version >1.13.0-preview.2 </Version >
48
49
</PropertyGroup >
49
50
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'" >
50
51
<DocumentationFile >bin\Release\Microsoft.Graph.xml</DocumentationFile >
@@ -57,7 +58,7 @@ Updated functionality
57
58
<Reference Include =" System" />
58
59
<Reference Include =" System.Net.Http" />
59
60
<Reference Include =" Microsoft.CSharp" />
60
- <PackageReference Include =" Newtonsoft.Json" Version =" [ 6.0.1,12) " />
61
+ <PackageReference Include =" Newtonsoft.Json" Version =" 6.0.1" />
61
62
</ItemGroup >
62
63
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.1' " >
63
64
<PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
0 commit comments