Skip to content

Commit 5de4a49

Browse files
authored
Merge pull request #348 from tetengo/wix_upgrade
Upgrade the WiX version to 6.0.0 #346
2 parents 749c3f4 + c1a6a99 commit 5de4a49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/windows-visualcpp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ jobs:
355355
- name: Install WiX
356356
shell: cmd
357357
run: |
358-
dotnet tool install --global wix --version 5.0.1
359-
wix extension add --global WixToolset.UI.wixext/5.0.1
358+
dotnet tool install --global wix --version 6.0.0
359+
wix extension add --global WixToolset.UI.wixext/6.0.0
360360
361361
- name: Checkout
362362
uses: actions/checkout@v4
@@ -429,8 +429,8 @@ jobs:
429429
- name: Install WiX
430430
shell: cmd
431431
run: |
432-
dotnet tool install --global wix --version 5.0.1
433-
wix extension add --global WixToolset.UI.wixext/5.0.1
432+
dotnet tool install --global wix --version 6.0.0
433+
wix extension add --global WixToolset.UI.wixext/6.0.0
434434
435435
- name: Checkout
436436
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ How to Build and Install
8585
- [Boost C++ libraries 1.88.0](https://www.boost.org/)
8686
- [Doxygen 1.13.2](https://www.doxygen.nl/)
8787
- [Graphviz](https://www.graphviz.org/)
88-
- [WiX toolset 5.0.1](https://wixtoolset.org/)
88+
- [WiX toolset 6.0.0](https://wixtoolset.org/)
8989
- [Python 3.9](https://www.python.org/) or
9090
[Python 3.10](https://www.python.org/)
9191
- [mypy](http://www.mypy-lang.org/)

0 commit comments

Comments
 (0)