Skip to content

Commit

Permalink
Release v1.19.0.0
Browse files Browse the repository at this point in the history
- Issue #1062: Potential problem with ServiceConfig
- Removed extra spaces in the FeaturesDialog title
- Added the hash of a directory name to the end of the directory Id.
- Changed to replace the non-legal characters in Ids to their character code.
- Add .gitattributes file and normalize line endings #1040
- Merge pull request #1022: Updated namespace: using System.Windows.Forms;
  • Loading branch information
oleg.shilo authored and oleg.shilo committed Oct 16, 2021
1 parent 21b4254 commit 998e67e
Show file tree
Hide file tree
Showing 18 changed files with 3,923 additions and 25,415 deletions.
15 changes: 11 additions & 4 deletions Source/NuGet/WixSharp/WixSharp.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.WPF</id>
<version>1.18.3.0-pre</version>
<version>1.19.0.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,15 +16,22 @@ The package contains Wix# binaries only.
In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.18.3.0
<releaseNotes>Release v1.19.0.0

- Issue #1062: Potential problem with ServiceConfig
- Removed extra spaces in the FeaturesDialog title
- Added the hash of a directory name to the end of the directory Id.
- Changed to replace the non-legal characters in Ids to their character code.
- Add .gitattributes file and normalize line endings #1040
- Merge pull request #1022: Updated namespace: using System.Windows.Forms;


- Issue #1034: Implementing ProgressDialog with WPF in a ManagedUI
</releaseNotes>
<copyright>Copyright (C) 2008-2021 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="1.18.3.0-pre" />
<dependency id="WixSharp.bin" version="1.19.0.0" />
<dependency id="Caliburn.Micro" version="3.2.0" />
</dependencies>
<references>
Expand Down
13 changes: 10 additions & 3 deletions Source/NuGet/WixSharp/WixSharp.bin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>WixSharp.bin</id>
<version>1.18.3.0-pre</version>
<version>1.19.0.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,9 +16,16 @@ The package contains Wix# binaries only.
In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.18.3.0
<releaseNotes>Release v1.19.0.0

- Issue #1062: Potential problem with ServiceConfig
- Removed extra spaces in the FeaturesDialog title
- Added the hash of a directory name to the end of the directory Id.
- Changed to replace the non-legal characters in Ids to their character code.
- Add .gitattributes file and normalize line endings #1040
- Merge pull request #1022: Updated namespace: using System.Windows.Forms;


- Issue #1034: Implementing ProgressDialog with WPF in a ManagedUI
</releaseNotes>
<copyright>Copyright (C) 2008-2021 Oleg Shilo</copyright>
<language>en-AU</language>
Expand Down
15 changes: 11 additions & 4 deletions Source/NuGet/WixSharp/WixSharp.lab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.Lab</id>
<version>1.18.3.0-pre</version>
<version>1.19.0.0</version>
<title>Wix# (WixSharp) - Experimantal features</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -14,9 +14,16 @@
The package contains the sample code for building a simple MSI with the CLR WinForm dialog inserted into UI sequence between InsallDirDlg and VerifyReadyDlg native MSI dialogs. In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
<summary>Wix# binaries containing experimental features (e.g. native WiX UI support).</summary>
<releaseNotes>Release v1.18.3.0
<releaseNotes>Release v1.19.0.0

- Issue #1062: Potential problem with ServiceConfig
- Removed extra spaces in the FeaturesDialog title
- Added the hash of a directory name to the end of the directory Id.
- Changed to replace the non-legal characters in Ids to their character code.
- Add .gitattributes file and normalize line endings #1040
- Merge pull request #1022: Updated namespace: using System.Windows.Forms;


- Issue #1034: Implementing ProgressDialog with WPF in a ManagedUI
</releaseNotes>
<copyright>Copyright (C) 2008-2021 Oleg Shilo</copyright>
<language>en-AU</language>
Expand All @@ -26,7 +33,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<dependencies>
<dependency id="WixSharp.bin" version="1.18.3.0-pre" />
<dependency id="WixSharp.bin" version="1.19.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
15 changes: 11 additions & 4 deletions Source/NuGet/WixSharp/WixSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp</id>
<version>1.18.3.0-pre</version>
<version>1.19.0.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,15 +18,22 @@ If you need only Wix# binaries you may want to use WixSharp.bin package instead.
In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.18.3.0
<releaseNotes>Release v1.19.0.0

- Issue #1062: Potential problem with ServiceConfig
- Removed extra spaces in the FeaturesDialog title
- Added the hash of a directory name to the end of the directory Id.
- Changed to replace the non-legal characters in Ids to their character code.
- Add .gitattributes file and normalize line endings #1040
- Merge pull request #1022: Updated namespace: using System.Windows.Forms;


- Issue #1034: Implementing ProgressDialog with WPF in a ManagedUI
</releaseNotes>
<copyright>Copyright (C) 2008-2021 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="1.18.3.0-pre" />
<dependency id="WixSharp.bin" version="1.19.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 8 additions & 0 deletions Source/src/WixSharp.Samples/VSProjects/Setup Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
<Compile Include="CustomDialogPanel.xaml.cs">
<DependentUpon>CustomDialogPanel.xaml</DependentUpon>
</Compile>
<Compile Include="CustomProgressDialogView.xaml.cs">
<DependentUpon>CustomProgressDialogView.xaml</DependentUpon>
</Compile>
<Compile Include="CustomWpfDialogRaw.xaml.cs">
<DependentUpon>CustomWpfDialogRaw.xaml</DependentUpon>
</Compile>
Expand All @@ -124,6 +127,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CustomProgressDialogView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CustomWpfDialog.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down
Binary file removed Source/src/WixSharp.Samples/WixSharp.Lab.dll
Binary file not shown.
Binary file removed Source/src/WixSharp.Samples/WixSharp.Msi.dll
Binary file not shown.
Binary file removed Source/src/WixSharp.Samples/WixSharp.UI.dll
Binary file not shown.
Binary file removed Source/src/WixSharp.Samples/WixSharp.dll
Binary file not shown.
Loading

0 comments on commit 998e67e

Please sign in to comment.