Update some nuspecs to be more standard
Rob Mensching committed
Jan 3, 2022 at 10:34 UTC
ed3b31d4120febbfe51146c138d145e826926b39
2 files changed
+8
-5
src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec
+3
-3
@@ -3,13 +3,13 @@
3
<metadata minClientVersion="4.0">
4
<id>$id$</id>
5
<version>$version$</version>
6
+ <title>$title$</title>
7
+ <description>$description$</description>
8
<authors>$authors$</authors>
7
- <owners>$authors$</owners>
9
<license type="expression">MS-RL</license>
9
- <projectUrl>https://github.com/wixtoolset/balutil</projectUrl>
10
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11
- <description>$description$</description>
11
<copyright>$copyright$</copyright>
12
+ <projectUrl>$projectUrl$</projectUrl>
13
<repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
14
<dependencies>
15
<group targetFramework=".NETFramework2.0" />
src/wix/WixToolset.Sdk/WixToolset.Sdk.nuspec
+5
-2
@@ -3,11 +3,14 @@
3
<metadata>
4
<id>$id$</id>
5
<version>$version$</version>
6
+ <title>$title$</title>
7
+ <description>$description$</description>
8
<authors>$authors$</authors>
7
- <owners>$authors$</owners>
9
+ <license type="expression">MS-RL</license>
10
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9
- <description>$description$</description>
11
<copyright>$copyright$</copyright>
12
+ <projectUrl>$projectUrl$</projectUrl>
13
+ <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
14
</metadata>
15
16
<files>