diff --git a/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj b/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj index c44b608aea2..07d33de052d 100644 --- a/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj +++ b/src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj @@ -13,12 +13,8 @@ Microsoft.Graph.Core Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK -October 2018 Release Summary (version 1.12.0) - -- Retry handler added. -- Added client factory. -- Removed System.Net.Http package reference for .Net target. - +November 2018 Beta Release Summary (version 1.12.0) + https://developer.microsoft.com/graph http://aka.ms/devservicesagreement true @@ -37,7 +33,8 @@ October 2018 Release Summary (version 1.12.0) false 35MSSharedLib1024.snk true - 1.12.0 + 1.12.0-beta + true bin\Release\netstandard1.1\Microsoft.Graph.Core.xml diff --git a/src/Microsoft.Graph.Core/Properties/AssemblyInfo.cs b/src/Microsoft.Graph.Core/Properties/AssemblyInfo.cs index 84455e227f6..bba53750bb0 100644 --- a/src/Microsoft.Graph.Core/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Graph.Core/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Microsoft Graph Core Client Library")] -[assembly: AssemblyDescription("This package includes the core client libraries for connecting your app to the Microsoft Graph. Microsoft Graph enables your app to interact with data entities and their relationships from many Microsoft cloud services with a unified developer experience. Learn more about Microsoft Graph at http://graph.microsoft.io.")] +[assembly: AssemblyDescription("This package includes the beta core client libraries for connecting your app to the Microsoft Graph. Microsoft Graph enables your app to interact with data entities and their relationships from many Microsoft cloud services with a unified developer experience. Learn more about Microsoft Graph at http://graph.microsoft.io.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Microsoft.Graph.Core")] diff --git a/src/Microsoft.Graph/Microsoft.Graph.csproj b/src/Microsoft.Graph/Microsoft.Graph.csproj index e0210071a6b..073a9ae0739 100644 --- a/src/Microsoft.Graph/Microsoft.Graph.csproj +++ b/src/Microsoft.Graph/Microsoft.Graph.csproj @@ -13,15 +13,9 @@ Microsoft.Graph Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK -October 2018 Release Summary (version 1.12.0) +November 2018 Beta Release Summary (version 1.12.0) -- New DriveItemPreviewRequestBody.cs is the request body content for the preview action bound to the driveItem entity. -- New ItemPreviewInfo.cs is returned by the preview action. -- Added odataType to base types. -- New doc comments for IntelliSense. -- New DriveItemPreviewRequest.cs and DriveItemPreviewRequestBuilder.cs requests. DriveItemRequestBuilder.cs updated to support the DriveItem preview functionality. -- Removed System.Net.Http package reference for .Net target. - +A ton of beta functionality is in this package. https://developer.microsoft.com/graph http://aka.ms/devservicesagreement true @@ -40,7 +34,8 @@ October 2018 Release Summary (version 1.12.0) false 35MSSharedLib1024.snk true - 1.12.0 + 1.12.0-beta + true bin\Release\Microsoft.Graph.xml diff --git a/src/Microsoft.Graph/Properties/AssemblyInfo.cs b/src/Microsoft.Graph/Properties/AssemblyInfo.cs index d7fb67522b0..2a1822bf578 100644 --- a/src/Microsoft.Graph/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Graph/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Microsoft Graph Client Library")] -[assembly: AssemblyDescription("This package includes the client libraries for connecting your app to the Microsoft Graph. Microsoft Graph enables your app to interact with data entities and their relationships from many Microsoft cloud services with a unified developer experience. Learn more about Microsoft Graph at http://graph.microsoft.io.")] +[assembly: AssemblyDescription("This package includes the beta client libraries for connecting your app to the Microsoft Graph. Microsoft Graph enables your app to interact with data entities and their relationships from many Microsoft cloud services with a unified developer experience. Learn more about Microsoft Graph at http://graph.microsoft.io.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Microsoft.Graph")]