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 | |
parent | a962b626a238dab205c7d0dccd52120081ccf5d3 (diff) | |
download | wix-4.0.0-preview.0.tar.gz wix-4.0.0-preview.0.tar.bz2 wix-4.0.0-preview.0.zip |
WiX Toolset v4-preview.0v4.0.0-preview.0
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | src/Directory.Build.props | 1 | ||||
-rw-r--r-- | src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj | 4 | ||||
-rw-r--r-- | src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec | 2 | ||||
-rw-r--r-- | src/ext/NetFx/wixext/WixToolset.Netfx.wixext.csproj | 4 | ||||
-rw-r--r-- | src/ext/NetFx/wixext/WixToolset.Netfx.wixext.nuspec | 9 | ||||
-rw-r--r-- | src/ext/UI/wixext/WixToolset.UI.wixext.nuspec | 9 | ||||
-rw-r--r-- | src/ext/Util/wixext/WixToolset.Util.wixext.csproj | 4 | ||||
-rw-r--r-- | src/ext/Util/wixext/WixToolset.Util.wixext.nuspec | 9 | ||||
-rw-r--r-- | src/internal/images/wix-black-bg.png | bin | 0 -> 11650 bytes | |||
-rw-r--r-- | src/internal/images/wix-white-bg.png | bin | 0 -> 22481 bytes | |||
-rw-r--r-- | src/version.txt | 2 | ||||
-rw-r--r-- | src/wix/pack-wix/pack-wix.csproj | 3 | ||||
-rw-r--r-- | src/wix/pack-wix/pack-wix.nuspec | 2 | ||||
-rw-r--r-- | src/wix/wix/wix.csproj | 2 |
15 files changed, 38 insertions, 19 deletions
@@ -1,4 +1,8 @@ | |||
1 | <img src="https://github.com/wixtoolset/Home/raw/master/imgs/wix-white-bg.png" alt="WiX Toolset" height="128" /> | 1 |  |
2 | |||
3 | https://img.shields.io/nuget/vpre/wix | ||
4 | https://img.shields.io/nuget/dt/wix | ||
5 | https://img.shields.io/appveyor/build/wixtoolset/wix4 | ||
2 | 6 | ||
3 | # WiX Toolset v4 | 7 | # WiX Toolset v4 |
4 | 8 | ||
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 983b4d66..6776c6fe 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
@@ -22,6 +22,7 @@ | |||
22 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> | 22 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> |
23 | <PackageLicenseExpression>MS-RL</PackageLicenseExpression> | 23 | <PackageLicenseExpression>MS-RL</PackageLicenseExpression> |
24 | <Product>WiX Toolset</Product> | 24 | <Product>WiX Toolset</Product> |
25 | <ProjectUrl>https://wixtoolset.org/</ProjectUrl> | ||
25 | 26 | ||
26 | <GitThisAssembly>false</GitThisAssembly> | 27 | <GitThisAssembly>false</GitThisAssembly> |
27 | <GitVersionFile>version.txt</GitVersionFile> | 28 | <GitVersionFile>version.txt</GitVersionFile> |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj index f74baa9a..c0f17975 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.csproj | |||
@@ -5,8 +5,8 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <RootNamespace>WixToolset.Bal</RootNamespace> | 7 | <RootNamespace>WixToolset.Bal</RootNamespace> |
8 | <Description>WiX Toolset Bal Extension</Description> | 8 | <Description>WiX Toolset Bundle extension</Description> |
9 | <Title>WiX Toolset Bal Extension</Title> | 9 | <Title>WiX Toolset Bundle extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | 11 | <IncludeSymbols>true</IncludeSymbols> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
diff --git a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec index c99c803f..5bf600fb 100644 --- a/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec +++ b/src/ext/Bal/wixext/WixToolset.Bal.wixext.nuspec | |||
@@ -5,6 +5,7 @@ | |||
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 | <icon>wix-white-bg.png</icon> | ||
8 | <license type="expression">MS-RL</license> | 9 | <license type="expression">MS-RL</license> |
9 | <projectUrl>https://github.com/wixtoolset/Bal.wixext</projectUrl> | 10 | <projectUrl>https://github.com/wixtoolset/Bal.wixext</projectUrl> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
@@ -16,6 +17,7 @@ | |||
16 | 17 | ||
17 | <files> | 18 | <files> |
18 | <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" /> | ||
19 | 21 | ||
20 | <file src="$id$.dll" target="tools" /> | 22 | <file src="$id$.dll" target="tools" /> |
21 | 23 | ||
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 | ||
diff --git a/src/ext/UI/wixext/WixToolset.UI.wixext.nuspec b/src/ext/UI/wixext/WixToolset.UI.wixext.nuspec index 504d4458..33a43d34 100644 --- a/src/ext/UI/wixext/WixToolset.UI.wixext.nuspec +++ b/src/ext/UI/wixext/WixToolset.UI.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 | ||
diff --git a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj index 434accf3..ea1e8921 100644 --- a/src/ext/Util/wixext/WixToolset.Util.wixext.csproj +++ b/src/ext/Util/wixext/WixToolset.Util.wixext.csproj | |||
@@ -5,8 +5,8 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <RootNamespace>WixToolset.Util</RootNamespace> | 7 | <RootNamespace>WixToolset.Util</RootNamespace> |
8 | <Description>WiX Toolset Utility Extension</Description> | 8 | <Description>WiX Toolset Utility extension</Description> |
9 | <Title>WiX Toolset Util Extension</Title> | 9 | <Title>WiX Toolset Utility extension</Title> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <IncludeSymbols>true</IncludeSymbols> | 11 | <IncludeSymbols>true</IncludeSymbols> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
diff --git a/src/ext/Util/wixext/WixToolset.Util.wixext.nuspec b/src/ext/Util/wixext/WixToolset.Util.wixext.nuspec index da07f591..73df56ab 100644 --- a/src/ext/Util/wixext/WixToolset.Util.wixext.nuspec +++ b/src/ext/Util/wixext/WixToolset.Util.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 | ||
diff --git a/src/internal/images/wix-black-bg.png b/src/internal/images/wix-black-bg.png new file mode 100644 index 00000000..375d05a4 --- /dev/null +++ b/src/internal/images/wix-black-bg.png | |||
Binary files differ | |||
diff --git a/src/internal/images/wix-white-bg.png b/src/internal/images/wix-white-bg.png new file mode 100644 index 00000000..8e752f69 --- /dev/null +++ b/src/internal/images/wix-white-bg.png | |||
Binary files differ | |||
diff --git a/src/version.txt b/src/version.txt index 1a1c0674..223b9c76 100644 --- a/src/version.txt +++ b/src/version.txt | |||
@@ -1 +1 @@ | |||
4.0-preview.0-build.{height} | 4.0-preview.0 | ||
diff --git a/src/wix/pack-wix/pack-wix.csproj b/src/wix/pack-wix/pack-wix.csproj index 0be25c8a..bee625ed 100644 --- a/src/wix/pack-wix/pack-wix.csproj +++ b/src/wix/pack-wix/pack-wix.csproj | |||
@@ -5,7 +5,8 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp3.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <IncludeBuildOutput>false</IncludeBuildOutput> | 7 | <IncludeBuildOutput>false</IncludeBuildOutput> |
8 | <Description>WiX Toolset Command-line interface</Description> | 8 | <Title>The WiX Toolset command-line interface.</Title> |
9 | <Description>The WiX Toolset lets developers create installers for Windows. This package contains the WiX Toolset command-line interface.</Description> | ||
9 | <PackageId>wix</PackageId> | 10 | <PackageId>wix</PackageId> |
10 | <NuspecBasePath>$(OutputPath)publish\wix\</NuspecBasePath> | 11 | <NuspecBasePath>$(OutputPath)publish\wix\</NuspecBasePath> |
11 | </PropertyGroup> | 12 | </PropertyGroup> |
diff --git a/src/wix/pack-wix/pack-wix.nuspec b/src/wix/pack-wix/pack-wix.nuspec index 709d6a5f..7e349ee8 100644 --- a/src/wix/pack-wix/pack-wix.nuspec +++ b/src/wix/pack-wix/pack-wix.nuspec | |||
@@ -6,6 +6,7 @@ | |||
6 | <title>$title$</title> | 6 | <title>$title$</title> |
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix-white-bg.png</icon> | ||
9 | <license type="expression">MS-RL</license> | 10 | <license type="expression">MS-RL</license> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
@@ -18,6 +19,7 @@ | |||
18 | 19 | ||
19 | <files> | 20 | <files> |
20 | <file src="$projectFolder$\DotnetToolSettings.xml" target="tools\netcoreapp3.1\any" /> | 21 | <file src="$projectFolder$\DotnetToolSettings.xml" target="tools\netcoreapp3.1\any" /> |
22 | <file src="$projectFolder$\..\..\internal\images\wix-white-bg.png" /> | ||
21 | <file src="**" target="tools\netcoreapp3.1\any" /> | 23 | <file src="**" target="tools\netcoreapp3.1\any" /> |
22 | </files> | 24 | </files> |
23 | </package> | 25 | </package> |
diff --git a/src/wix/wix/wix.csproj b/src/wix/wix/wix.csproj index 6d2e3906..34185a06 100644 --- a/src/wix/wix/wix.csproj +++ b/src/wix/wix/wix.csproj | |||
@@ -5,7 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFrameworks>netcoreapp3.1;net461</TargetFrameworks> | 6 | <TargetFrameworks>netcoreapp3.1;net461</TargetFrameworks> |
7 | <OutputType>Exe</OutputType> | 7 | <OutputType>Exe</OutputType> |
8 | <Description>WiX Toolset create installation packages.</Description> | 8 | <Description>WiX Toolset creates installation packages.</Description> |
9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |
10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
11 | <PackAsTool>true</PackAsTool> | 11 | <PackAsTool>true</PackAsTool> |