Skip to content

Commit c0bbaf5

Browse files
authored
more nuget nuspec improvements (#909)
1 parent 6823876 commit c0bbaf5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/nuget/xdp-for-windows.nuspec.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<package>
44
<metadata>
55
<id>Microsoft.XDP-for-Windows.Sdk</id>
6-
<title>XDP-for-Windows SDK</title>
6+
<title>Microsoft XDP-for-Windows SDK</title>
77
<version>{version}</version>
88
<authors>Microsoft</authors>
99
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1010
<license type="expression">MIT</license>
1111
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1212
<projectUrl>https://github.com/microsoft/xdp-for-windows</projectUrl>
1313
<readme>README.md</readme>
14-
<description>XDP-for-Windows SDK</description>
15-
<repository type="git" url="https://github.com/microsoft/xdp" commit="{commit}" />
14+
<description>Microsoft XDP-for-Windows SDK</description>
15+
<repository type="git" url="https://github.com/microsoft/xdp-for-windows" commit="{commit}" />
1616
</metadata>
1717
<files>
1818
<file src="xdp-for-windows.props" target="build\native\Microsoft.XDP-for-Windows.Sdk.props"/>

src/xdpruntime/xdp-for-windows-runtime.nuspec.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<package>
44
<metadata>
55
<id>Microsoft.XDP-for-Windows.Runtime.{arch}</id>
6-
<title>XDP-for-Windows Runtime for {arch}</title>
6+
<title>Microsoft XDP-for-Windows Runtime for {arch}</title>
77
<version>{version}</version>
88
<authors>Microsoft</authors>
99
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1010
<license type="expression">MIT</license>
1111
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1212
<projectUrl>https://github.com/microsoft/xdp-for-windows</projectUrl>
1313
<readme>README.md</readme>
14-
<description>XDP-for-Windows Runtime for {arch}</description>
15-
<repository type="git" url="https://github.com/microsoft/xdp" commit="{commit}" />
14+
<description>Microsoft XDP-for-Windows Runtime for {arch}</description>
15+
<repository type="git" url="https://github.com/microsoft/xdp-for-windows" commit="{commit}" />
1616
</metadata>
1717
<files>
1818
<file src="xdp-for-windows-runtime.props" target="build\native\Microsoft.XDP-for-Windows.Runtime.{arch}.props"/>

0 commit comments

Comments
 (0)