Skip to content

Commit 7c078d9

Browse files
committed
Version Bump, Fix Newtonsoft Reference
1 parent cd8f557 commit 7c078d9

File tree

5 files changed

+22
-15
lines changed

5 files changed

+22
-15
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<Description>Microsoft Graph Core Client Library implements core functionality used by Microsoft Graph Client Libraries.</Description>
44
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
55
<AssemblyTitle>Microsoft Graph Core Client Library</AssemblyTitle>
6-
<VersionPrefix>1.13.0</VersionPrefix>
7-
<FileVersion>1.13.0</FileVersion>
8-
<AssemblyVersion>1.13.0</AssemblyVersion>
6+
<VersionPrefix>1.14.0</VersionPrefix>
7+
<FileVersion>1.14.0</FileVersion>
8+
<AssemblyVersion>1.14.0</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;Intune;SDK</PackageTags>
1515
<PackageReleaseNotes>
16-
January 2019 Release Summary (version 1.13.0)
16+
February 2019 Release Summary (version 1.14.0-preview)
1717

1818
- Authentication handler added.
1919
- Removed Newtonsoft.Json package reference upper bound limitation.
@@ -38,7 +38,7 @@ January 2019 Release Summary (version 1.13.0)
3838
<DelaySign>false</DelaySign>
3939
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
4040
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
41-
<Version>1.13.0</Version>
41+
<Version>1.14.0-preview</Version>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'">
4444
<DocumentationFile>bin\Release\netstandard1.1\Microsoft.Graph.Core.xml</DocumentationFile>

src/Microsoft.Graph.Core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
//
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
27-
[assembly: AssemblyVersion("1.13.0")]
28-
[assembly: AssemblyFileVersion("1.13.0.0")]
27+
[assembly: AssemblyVersion("1.14.0")]
28+
[assembly: AssemblyFileVersion("1.14.0.0")]
2929

3030
#if DEBUG
3131
[assembly: InternalsVisibleTo("Microsoft.Graph.Core.Test")]

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,33 @@
33
<Description>Microsoft Graph Client Library allows you to call Office 365, Azure AD and other Microsoft services through a single unified developer experience.</Description>
44
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
55
<AssemblyTitle>Microsoft Graph Client Library</AssemblyTitle>
6-
<VersionPrefix>1.13.0</VersionPrefix>
7-
<FileVersion>1.13.0</FileVersion>
8-
<AssemblyVersion>1.13.0</AssemblyVersion>
6+
<VersionPrefix>1.14.0</VersionPrefix>
7+
<FileVersion>1.14.0</FileVersion>
8+
<AssemblyVersion>1.14.0</AssemblyVersion>
99
<Authors>Microsoft</Authors>
1010
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
1111
<PreserveCompilationContext>false</PreserveCompilationContext>
1212
<AssemblyName>Microsoft.Graph</AssemblyName>
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)
16+
February 2019 Release Summary (version 1.14.0-preview)
1717

1818
New functionality
1919
- Added new Teams API functionality.
2020
- Added new Intune API functionality.
21+
- Added new license API functionality.
2122

2223
Updated functionality
2324

2425
- Updated IntelliSense with new content.
2526
- Device is updated with the MemberOf relationship.
2627
- Group is updated with the isArchived property and Team relationship.
27-
- User is updated with the JoinedTeams relationship.
28+
- User is updated with the JoinedTeams relationship, EmployeeId, OtherMail.
2829
- Removed Newtonsoft.Json package reference upper bound limitation.
30+
- Support for transitive members.
31+
- Support for SharePoint root site access.
32+
- Added CopyNotebook support.
2933
</PackageReleaseNotes>
3034
<PackageProjectUrl>https://developer.microsoft.com/graph</PackageProjectUrl>
3135
<PackageLicenseUrl>http://aka.ms/devservicesagreement</PackageLicenseUrl>
@@ -45,7 +49,7 @@ Updated functionality
4549
<DelaySign>false</DelaySign>
4650
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
4751
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
48-
<Version>1.13.0</Version>
52+
<Version>1.14.0-preview</Version>
4953
</PropertyGroup>
5054
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'">
5155
<DocumentationFile>bin\Release\Microsoft.Graph.xml</DocumentationFile>

src/Microsoft.Graph/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
//
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
27-
[assembly: AssemblyVersion("1.13.0")]
28-
[assembly: AssemblyFileVersion("1.13.0.0")]
27+
[assembly: AssemblyVersion("1.14.0")]
28+
[assembly: AssemblyFileVersion("1.14.0.0")]
2929

3030
#if DEBUG
3131
[assembly: InternalsVisibleTo("Microsoft.Graph.Test")]

tests/Microsoft.Graph.Core.Test/Microsoft.Graph.Core.Test.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
<PackageReference Include="MSTest.TestFramework">
119119
<Version>1.4.0</Version>
120120
</PackageReference>
121+
<PackageReference Include="Newtonsoft.Json">
122+
<Version>11.0.2</Version>
123+
</PackageReference>
121124
</ItemGroup>
122125
<Choose>
123126
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">

0 commit comments

Comments
 (0)