Skip to content

Commit

Permalink
chore(deps): Bump WixToolset.Dtf.CustomAction from 5.0.1 to 5.0.2 in …
Browse files Browse the repository at this point in the history
…/src (#1865)

Bumps [WixToolset.Dtf.CustomAction](https://github.com/wixtoolset/wix)
from 5.0.1 to 5.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wixtoolset/wix/releases">WixToolset.Dtf.CustomAction's
releases</a>.</em></p>
<blockquote>
<h2>WiX Toolset v5.0.2</h2>
<p><a
href="https://www.firegiant.com/blog/2024/10/4/wix-v4.0.6-and-v5.0.2-have-been-released/">Blog
announcement</a></p>
<p><a href="https://wixtoolset.org/docs/releasenotes/#v5">Release
notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wixtoolset/wix/commit/aa65968c419420d32e3e1b647aea0082f5ca5b78"><code>aa65968</code></a>
WiX Toolset v5.0.2</li>
<li><a
href="https://github.com/wixtoolset/wix/commit/f0f6aba258c2dab72808d4eaf7525d940e1efae3"><code>f0f6aba</code></a>
Add overloads to support create-only Wixouts.</li>
<li><a
href="https://github.com/wixtoolset/wix/commit/467367e3018767ca5bcbd7e49c349b4c176fd0b8"><code>467367e</code></a>
Fix crash when adding file in patch when filtering</li>
<li><a
href="https://github.com/wixtoolset/wix/commit/1f46b690775e7c1aec323dbda4585f03126d3c18"><code>1f46b69</code></a>
Fix crash with use of File/<a
href="https://github.com/PatchGroup"><code>@​PatchGroup</code></a>.</li>
<li><a
href="https://github.com/wixtoolset/wix/commit/3fd3204a4861f3f2ab0e289ecafa419232d68963"><code>3fd3204</code></a>
Re-enable insignificant zeros in PackageVersion</li>
<li><a
href="https://github.com/wixtoolset/wix/commit/61d21b6075f4af8c1d561c1823490d49a012fd2c"><code>61d21b6</code></a>
Start WiX Toolset v5.0.2</li>
<li>See full diff in <a
href="https://github.com/wixtoolset/wix/compare/v5.0.1...v5.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=WixToolset.Dtf.CustomAction&package-manager=nuget&previous-version=5.0.1&new-version=5.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 913d294 commit 194dcf7
Showing 1 changed file with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>AccessibilityInsights.CustomActions.Package</RootNamespace>
<AssemblyName>AccessibilityInsights.CustomActions</AssemblyName>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="5.0.1" />
</ItemGroup>

<Target Name="OverwriteWithSignedAssemblies" BeforeTargets="PackCustomAction">
<!-- Manually overwrite assemblies with signed versions before packing everything up -->
<ItemGroup>
<SignedOverwriteFiles Include="$(SolutionDir)AccessibilityInsights.CustomActions\bin\$(Configuration)\net48\AccessibilityInsights.CustomActions.*" />
<SignedOverwriteFiles Include="$(SolutionDir)AccessibilityInsights\bin\$(Configuration)\net48\WixToolset.Dtf.WindowsInstaller.dll" />
<SignedOverwriteFiles Include="$(SolutionDir)AccessibilityInsights\bin\$(Configuration)\net48\Newtonsoft.Json.dll" />
</ItemGroup>
<Copy SourceFiles="@(SignedOverwriteFiles)" DestinationFolder="$(IntermediateOutputPath)" />
<PropertyGroup>
<CustomActionContents>$(IntermediateOutputPath)WixToolset.Dtf.WindowsInstaller.dll</CustomActionContents>
</PropertyGroup>
</Target>

<ItemGroup>
<ProjectReference Include="..\AccessibilityInsights.SetupLibrary\SetupLibrary.csproj">
<Project>{b1ded5b2-fa82-4b17-8e10-7b3b6f6a14fb}</Project>
<Name>SetupLibrary</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\..\build\NetFrameworkRelease.targets" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>AccessibilityInsights.CustomActions.Package</RootNamespace>
<AssemblyName>AccessibilityInsights.CustomActions</AssemblyName>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>

<ItemGroup>
<Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="5.0.2" />
</ItemGroup>

<Target Name="OverwriteWithSignedAssemblies" BeforeTargets="PackCustomAction">
<!-- Manually overwrite assemblies with signed versions before packing everything up -->
<ItemGroup>
<SignedOverwriteFiles Include="$(SolutionDir)AccessibilityInsights.CustomActions\bin\$(Configuration)\net48\AccessibilityInsights.CustomActions.*" />
<SignedOverwriteFiles Include="$(SolutionDir)AccessibilityInsights\bin\$(Configuration)\net48\WixToolset.Dtf.WindowsInstaller.dll" />
<SignedOverwriteFiles Include="$(SolutionDir)AccessibilityInsights\bin\$(Configuration)\net48\Newtonsoft.Json.dll" />
</ItemGroup>
<Copy SourceFiles="@(SignedOverwriteFiles)" DestinationFolder="$(IntermediateOutputPath)" />
<PropertyGroup>
<CustomActionContents>$(IntermediateOutputPath)WixToolset.Dtf.WindowsInstaller.dll</CustomActionContents>
</PropertyGroup>
</Target>

<ItemGroup>
<ProjectReference Include="..\AccessibilityInsights.SetupLibrary\SetupLibrary.csproj">
<Project>{b1ded5b2-fa82-4b17-8e10-7b3b6f6a14fb}</Project>
<Name>SetupLibrary</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\..\build\NetFrameworkRelease.targets" />
</Project>

0 comments on commit 194dcf7

Please sign in to comment.