Skip to content

Commit eb67efe

Browse files
committed
Updated release notes
1 parent a36579c commit eb67efe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
<PackageId>Microsoft.Graph.Core</PackageId>
1414
<PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK</PackageTags>
1515
<PackageReleaseNotes>
16-
January 2019 Release Summary (version 1.13.0-preview.2)
16+
January 2019 Release Summary (version 1.13.0)
1717

1818
- Authentication handler added.
1919
- Removed Newtonsoft.Json package reference upper bound limitation.
20+
- Makes GraphClientFactory internal.
21+
- HttpProvider uses GraphClientFactory.
2022
</PackageReleaseNotes>
2123
<PackageProjectUrl>https://developer.microsoft.com/graph</PackageProjectUrl>
2224
<PackageLicenseUrl>http://aka.ms/devservicesagreement</PackageLicenseUrl>
@@ -36,7 +38,7 @@ January 2019 Release Summary (version 1.13.0-preview.2)
3638
<DelaySign>false</DelaySign>
3739
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
3840
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
39-
<Version>1.13.0-preview.2</Version>
41+
<Version>1.13.0</Version>
4042
</PropertyGroup>
4143
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'">
4244
<DocumentationFile>bin\Release\netstandard1.1\Microsoft.Graph.Core.xml</DocumentationFile>

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageId>Microsoft.Graph</PackageId>
1414
<PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK</PackageTags>
1515
<PackageReleaseNotes>
16-
January 2019 Release Summary (version 1.13.0-preview.2)
16+
January 2019 Release Summary (version 1.13.0)
1717

1818
New functionality
1919
- Added new Teams API functionality.
@@ -45,7 +45,7 @@ Updated functionality
4545
<DelaySign>false</DelaySign>
4646
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
4747
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
48-
<Version>1.13.0-preview.2</Version>
48+
<Version>1.13.0</Version>
4949
</PropertyGroup>
5050
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'">
5151
<DocumentationFile>bin\Release\Microsoft.Graph.xml</DocumentationFile>

0 commit comments

Comments
 (0)