Skip to content

Commit 7ecc49e

Browse files
committed
Add ReadMe to Notifications package
- Also Add `ThirdPartyNotices.txt` to the package. - Place the ReadMe, Icon, License and Notices in the root of the package.
1 parent a0fbe93 commit 7ecc49e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<requireLicenseAcceptance>true</requireLicenseAcceptance>
88
<license type="expression">MIT</license>
99
<projectUrl>https://github.com/CommunityToolkit/WindowsCommunityToolkit</projectUrl>
10+
<readme>ReadMe.md</readme>
1011
<icon>Icon.png</icon>
1112
<description>The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps.
1213

@@ -51,8 +52,10 @@
5152
</dependencies>
5253
</metadata>
5354
<files>
54-
<file src="..\License.md" target="" />
55-
<file src="..\build\Icon.png" target="" />
55+
<file src="ReadMe.md" target="ReadMe.md" />
56+
<file src="..\License.md" target="License.md" />
57+
<file src="..\build\Icon.png" target="Icon.png" />
58+
<file src="..\ThirdPartyNotices.txt" target="ThirdPartyNotices.txt" />
5659
<file src="Microsoft.Toolkit.Uwp.Notifications.targets" target="build\native\Microsoft.Toolkit.Uwp.Notifications.targets" />
5760
<file src="$buildOutput$\netstandard1.4\Microsoft.Toolkit.Uwp.Notifications.dll" target="lib\netstandard1.4\Microsoft.Toolkit.Uwp.Notifications.dll" />
5861
<file src="$buildOutput$\netstandard1.4\Microsoft.Toolkit.Uwp.Notifications.pdb" target="lib\netstandard1.4\Microsoft.Toolkit.Uwp.Notifications.pdb" />

0 commit comments

Comments
 (0)