File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 13
13
<PackageId >Microsoft.Graph.Core</PackageId >
14
14
<PackageTags >Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK</PackageTags >
15
15
<PackageReleaseNotes >
16
- January 2019 Release Summary (version 1.13.0-preview.2 )
16
+ January 2019 Release Summary (version 1.13.0)
17
17
18
18
- Authentication handler added.
19
19
- Removed Newtonsoft.Json package reference upper bound limitation.
20
+ - Makes GraphClientFactory internal.
21
+ - HttpProvider uses GraphClientFactory.
20
22
</PackageReleaseNotes >
21
23
<PackageProjectUrl >https://developer.microsoft.com/graph</PackageProjectUrl >
22
24
<PackageLicenseUrl >http://aka.ms/devservicesagreement</PackageLicenseUrl >
@@ -36,7 +38,7 @@ January 2019 Release Summary (version 1.13.0-preview.2)
36
38
<DelaySign >false</DelaySign >
37
39
<AssemblyOriginatorKeyFile >35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
38
40
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
39
- <Version >1.13.0-preview.2 </Version >
41
+ <Version >1.13.0</Version >
40
42
</PropertyGroup >
41
43
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'" >
42
44
<DocumentationFile >bin\Release\netstandard1.1\Microsoft.Graph.Core.xml</DocumentationFile >
Original file line number Diff line number Diff line change 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
- January 2019 Release Summary (version 1.13.0-preview.2 )
16
+ January 2019 Release Summary (version 1.13.0)
17
17
18
18
New functionality
19
19
- Added new Teams API functionality.
@@ -45,7 +45,7 @@ Updated functionality
45
45
<DelaySign >false</DelaySign >
46
46
<AssemblyOriginatorKeyFile >35MSSharedLib1024.snk</AssemblyOriginatorKeyFile >
47
47
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
48
- <Version >1.13.0-preview.2 </Version >
48
+ <Version >1.13.0</Version >
49
49
</PropertyGroup >
50
50
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'" >
51
51
<DocumentationFile >bin\Release\Microsoft.Graph.xml</DocumentationFile >
You can’t perform that action at this time.
0 commit comments