diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-17 15:11:28 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-17 18:09:17 -0700 |
commit | 824e72cfc0653450e074bebfb51f61b8ecd86085 (patch) | |
tree | 9210c98a1556fce68b3dcf028f2377918d2ee0f8 /src/ext/NetFx | |
parent | a962b626a238dab205c7d0dccd52120081ccf5d3 (diff) | |
download | wix-824e72cfc0653450e074bebfb51f61b8ecd86085.tar.gz wix-824e72cfc0653450e074bebfb51f61b8ecd86085.tar.bz2 wix-824e72cfc0653450e074bebfb51f61b8ecd86085.zip |
WiX Toolset v4-preview.0v4.0.0-preview.0
Diffstat (limited to 'src/ext/NetFx')
-rw-r--r-- | src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj | 4 | ||||
-rw-r--r-- | src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj index 0e89f172..0749e688 100644 --- a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj +++ b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj | |||
@@ -6,8 +6,8 @@ | |||
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <DebugType>embedded</DebugType> | 7 | <DebugType>embedded</DebugType> |
8 | <RootNamespace>WixToolset.Netfx</RootNamespace> | 8 | <RootNamespace>WixToolset.Netfx</RootNamespace> |
9 | <Description>WiX Toolset .NET Framework Extension</Description> | 9 | <Description>WiX Toolset .NET extension</Description> |
10 | <Title>WiX Toolset .NET Framework Extension</Title> | 10 | <Title>WiX Toolset .NET extension</Title> |
11 | <IncludeSymbols>true</IncludeSymbols> | 11 | <IncludeSymbols>true</IncludeSymbols> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | 13 | ||
diff --git a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec index da07f591..73df56ab 100644 --- a/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec +++ b/src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec | |||
@@ -3,18 +3,21 @@ | |||
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> | ||
8 | <authors>$authors$</authors> | 6 | <authors>$authors$</authors> |
7 | <owners>$authors$</owners> | ||
8 | <icon>wix-white-bg.png</icon> | ||
9 | <license type="expression">MS-RL</license> | 9 | <license type="expression">MS-RL</license> |
10 | <projectUrl>https://github.com/wixtoolset/Bal.wixext</projectUrl> | ||
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
12 | <title>$title$</title> | ||
13 | <description>$description$</description> | ||
11 | <copyright>$copyright$</copyright> | 14 | <copyright>$copyright$</copyright> |
12 | <projectUrl>$projectUrl$</projectUrl> | ||
13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 15 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
14 | </metadata> | 16 | </metadata> |
15 | 17 | ||
16 | <files> | 18 | <files> |
17 | <file src="$projectFolder$\$id$.targets" target="build" /> | 19 | <file src="$projectFolder$\$id$.targets" target="build" /> |
20 | <file src="$projectFolder$\..\..\..\internal\images\wix-white-bg.png" /> | ||
18 | 21 | ||
19 | <file src="$id$.dll" target="tools" /> | 22 | <file src="$id$.dll" target="tools" /> |
20 | 23 | ||