Skip to content

Commit 600c9f7

Browse files
committed
set beta info for package
1 parent b4fce73 commit 600c9f7

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
<PackageId>Microsoft.Graph.Core</PackageId>
1414
<PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK</PackageTags>
1515
<PackageReleaseNotes>
16-
October 2018 Release Summary (version 1.12.0)
17-
18-
- Retry handler added.
19-
- Added client factory.
20-
- Removed System.Net.Http package reference for .Net target.
21-
</PackageReleaseNotes>
16+
November 2018 Beta Release Summary (version 1.12.0)
17+
</PackageReleaseNotes>
2218
<PackageProjectUrl>https://developer.microsoft.com/graph</PackageProjectUrl>
2319
<PackageLicenseUrl>http://aka.ms/devservicesagreement</PackageLicenseUrl>
2420
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -37,7 +33,8 @@ October 2018 Release Summary (version 1.12.0)
3733
<DelaySign>false</DelaySign>
3834
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
3935
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
40-
<Version>1.12.0</Version>
36+
<Version>1.12.0-beta</Version>
37+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4138
</PropertyGroup>
4239
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'">
4340
<DocumentationFile>bin\Release\netstandard1.1\Microsoft.Graph.Core.xml</DocumentationFile>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Microsoft Graph Core Client Library")]
9-
[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.")]
9+
[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.")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft Corporation")]
1212
[assembly: AssemblyProduct("Microsoft.Graph.Core")]

src/Microsoft.Graph/Microsoft.Graph.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@
1313
<PackageId>Microsoft.Graph</PackageId>
1414
<PackageTags>Microsoft Office365;Graph;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK</PackageTags>
1515
<PackageReleaseNotes>
16-
October 2018 Release Summary (version 1.12.0)
16+
November 2018 Beta Release Summary (version 1.12.0)
1717

18-
- New DriveItemPreviewRequestBody.cs is the request body content for the preview action bound to the driveItem entity.
19-
- New ItemPreviewInfo.cs is returned by the preview action.
20-
- Added odataType to base types.
21-
- New doc comments for IntelliSense.
22-
- New DriveItemPreviewRequest.cs and DriveItemPreviewRequestBuilder.cs requests. DriveItemRequestBuilder.cs updated to support the DriveItem preview functionality.
23-
- Removed System.Net.Http package reference for .Net target.
24-
</PackageReleaseNotes>
18+
A ton of beta functionality is in this package.</PackageReleaseNotes>
2519
<PackageProjectUrl>https://developer.microsoft.com/graph</PackageProjectUrl>
2620
<PackageLicenseUrl>http://aka.ms/devservicesagreement</PackageLicenseUrl>
2721
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
@@ -40,7 +34,8 @@ October 2018 Release Summary (version 1.12.0)
4034
<DelaySign>false</DelaySign>
4135
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
4236
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
43-
<Version>1.12.0</Version>
37+
<Version>1.12.0-beta</Version>
38+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4439
</PropertyGroup>
4540
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'">
4641
<DocumentationFile>bin\Release\Microsoft.Graph.xml</DocumentationFile>

src/Microsoft.Graph/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Microsoft Graph Client Library")]
9-
[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.")]
9+
[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.")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft Corporation")]
1212
[assembly: AssemblyProduct("Microsoft.Graph")]

0 commit comments

Comments
 (0)