Skip to content

Commit 483f436

Browse files
committed
Remove use of deprecated iconUrl tag
Since the URL in the tag 404s, I have not included a replacement icon file in the package.
1 parent 2871589 commit 483f436

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nuget/Microsoft.Windows.CppWinRT.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.5">
44
<id>Microsoft.Windows.CppWinRT</id>
@@ -12,8 +12,7 @@
1212
<tags>native C++ WinRT nativepackage</tags>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1414
<license type="file">LICENSE</license>
15-
<projectUrl>https://github.com/Microsoft/cppwinrt/tree/master/nuget</projectUrl>
16-
<iconUrl>https://aka.ms/cppwinrt.ico</iconUrl>
15+
<projectUrl>https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget</projectUrl>
1716
</metadata>
1817
<files>
1918
<file src="..\LICENSE"/>

0 commit comments

Comments
 (0)