Skip to content

Commit 8bdf087

Browse files
committed
Merge branch 'master' into rel/3.0.0
2 parents f4bd707 + 8ddf313 commit 8bdf087

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
<PackageIconUrl>https://raw.githubusercontent.com/Microsoft/WindowsCommunityToolkit/master/build/nuget.png</PackageIconUrl>
88
<PackageProjectUrl>https://github.com/Microsoft/WindowsCommunityToolkit</PackageProjectUrl>
99
<PackageLicenseUrl>https://github.com/Microsoft/WindowsCommunityToolkit/blob/master/license.md</PackageLicenseUrl>
10-
<PackageReleaseNotes>Preview release of v3.0</PackageReleaseNotes>
10+
<PackageReleaseNotes>v3.0 release https://github.com/Microsoft/WindowsCommunityToolkit/releases</PackageReleaseNotes>
1111
<Copyright>(c) .NET Foundation and Contributors. All rights reserved.</Copyright>
12-
13-
1412

1513
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)Toolkit.ruleset</CodeAnalysisRuleSet>
1614

Microsoft.Toolkit.Uwp.UI.Controls.Graph/Microsoft.Toolkit.Uwp.UI.Controls.Graph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>uap10.0</TargetFramework>
55
<Title>Windows Community Toolkit Graph Controls</Title>
6-
<Description>This library provides Microsoft Graph XAML controls .It is part of the Windows Community Toolkit.</Description>
6+
<Description>This library provides Microsoft Graph XAML controls. It is part of the Windows Community Toolkit.</Description>
77
<PackageTags>UWP Toolkit Windows Controls Microsoft Graph AadLogin ProfileCard PeoplePicker SharePointFiles</PackageTags>
88

99
</PropertyGroup>

build/Microsoft.Toolkit.Uwp.Input.GazeInteraction.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>A library to integrate gaze interactions using eye trackers into UWP applications</description>
14-
<releaseNotes>Preview Release</releaseNotes>
14+
<releaseNotes>v3.0 release https://github.com/Microsoft/WindowsCommunityToolkit/releases</releaseNotes>
1515
<copyright>(c) .NET Foundation and Contributors. All rights reserved.</copyright>
1616
<tags>UWP Toolkit Windows Eye Gaze EyeTracker </tags>
1717
</metadata>

0 commit comments

Comments
 (0)