diff options
author | Rob Mensching <rob@firegiant.com> | 2018-12-22 11:08:27 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-12-22 11:08:27 -0800 |
commit | 8630e9627cf35aef2a924cb55c5b1a2122c2ae65 (patch) | |
tree | d9e5d1338bf3fbcb34a4b7f129b176586dc4efb1 /src/wcautil | |
parent | f026bf4147cadcf50006145c51d5191d037e191b (diff) | |
download | wix-8630e9627cf35aef2a924cb55c5b1a2122c2ae65.tar.gz wix-8630e9627cf35aef2a924cb55c5b1a2122c2ae65.tar.bz2 wix-8630e9627cf35aef2a924cb55c5b1a2122c2ae65.zip |
Update to latest .gitignore and prep for new NuGet license format
Diffstat (limited to 'src/wcautil')
-rw-r--r-- | src/wcautil/wcautil.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wcautil/wcautil.nuspec b/src/wcautil/wcautil.nuspec index f0187710..c5d7e4bd 100644 --- a/src/wcautil/wcautil.nuspec +++ b/src/wcautil/wcautil.nuspec | |||
@@ -5,7 +5,8 @@ | |||
5 | <version>$version$</version> | 5 | <version>$version$</version> |
6 | <authors>$authors$</authors> | 6 | <authors>$authors$</authors> |
7 | <owners>$authors$</owners> | 7 | <owners>$authors$</owners> |
8 | <licenseUrl>https://github.com/wixtoolset/wcautil/blob/master/LICENSE.TXT</licenseUrl> | 8 | <!-- <license type="expression">MS-RL</license> --> |
9 | <licenseUrl>https://licenses.nuget.org/MS-RL</licenseUrl> | ||
9 | <projectUrl>https://github.com/wixtoolset/wcautil</projectUrl> | 10 | <projectUrl>https://github.com/wixtoolset/wcautil</projectUrl> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <description>$description$</description> | 12 | <description>$description$</description> |