diff options
author | Rob Mensching <rob@firegiant.com> | 2022-01-03 10:34:23 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-01-03 12:42:39 -0800 |
commit | ed3b31d4120febbfe51146c138d145e826926b39 (patch) | |
tree | a2ff0c204b11abc4dcd6c356feeb6ac270cc3304 /src/api/burn/WixToolset.Mba.Core | |
parent | 42b7ac1da504dbdf76247bb96e356c9e29b22248 (diff) | |
download | wix-ed3b31d4120febbfe51146c138d145e826926b39.tar.gz wix-ed3b31d4120febbfe51146c138d145e826926b39.tar.bz2 wix-ed3b31d4120febbfe51146c138d145e826926b39.zip |
Update some nuspecs to be more standard
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec index 504496ae..3788fd66 100644 --- a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec +++ b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | |||
@@ -3,13 +3,13 @@ | |||
3 | <metadata minClientVersion="4.0"> | 3 | <metadata minClientVersion="4.0"> |
4 | <id>$id$</id> | 4 | <id>$id$</id> |
5 | <version>$version$</version> | 5 | <version>$version$</version> |
6 | <title>$title$</title> | ||
7 | <description>$description$</description> | ||
6 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
7 | <owners>$authors$</owners> | ||
8 | <license type="expression">MS-RL</license> | 9 | <license type="expression">MS-RL</license> |
9 | <projectUrl>https://github.com/wixtoolset/balutil</projectUrl> | ||
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <description>$description$</description> | ||
12 | <copyright>$copyright$</copyright> | 11 | <copyright>$copyright$</copyright> |
12 | <projectUrl>$projectUrl$</projectUrl> | ||
13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
14 | <dependencies> | 14 | <dependencies> |
15 | <group targetFramework=".NETFramework2.0" /> | 15 | <group targetFramework=".NETFramework2.0" /> |