Skip to content

Commit

Permalink
chore(deps): bump the nuget group
Browse files Browse the repository at this point in the history
Bumps the nuget group in /src/Agent/MsiInstaller with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [WixToolset.Iis.wixext](https://github.com/wixtoolset/wix) | `5.0.0` | `5.0.1` |
| [WixToolset.NetFx.wixext](https://github.com/wixtoolset/wix) | `5.0.0` | `5.0.1` |
| [WixToolset.UI.wixext](https://github.com/wixtoolset/wix) | `5.0.0` | `5.0.1` |
| [WixToolset.Util.wixext](https://github.com/wixtoolset/wix) | `5.0.0` | `5.0.1` |
| [WixToolset.Dtf.CustomAction](https://github.com/wixtoolset/wix) | `5.0.0` | `5.0.1` |


Updates `WixToolset.Iis.wixext` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.0...v5.0.1)

Updates `WixToolset.NetFx.wixext` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.0...v5.0.1)

Updates `WixToolset.UI.wixext` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.0...v5.0.1)

Updates `WixToolset.Util.wixext` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.0...v5.0.1)

Updates `WixToolset.Dtf.CustomAction` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/wixtoolset/wix/releases)
- [Commits](wixtoolset/wix@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: WixToolset.Iis.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: WixToolset.NetFx.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: WixToolset.UI.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: WixToolset.Util.wixext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: WixToolset.Dtf.CustomAction
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent d417e29 commit 5ee9805
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Agent/MsiInstaller/Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="WixToolset.NetFx.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.Iis.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.NetFx.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.Iis.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.1" />
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.1" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="5.0.0" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="5.0.0" />
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="5.0.1" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="5.0.1" />
</ItemGroup>

</Project>

0 comments on commit 5ee9805

Please sign in to comment.