Skip to content

Commit e043e42

Browse files
committed
Upgrade the WiX version to 5.0.1 #328
1 parent b9e1a9b commit e043e42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/windows-visualcpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
- name: Install WiX
355355
shell: cmd
356356
run: |
357-
dotnet tool install --global wix --version 5.0.0
357+
dotnet tool install --global wix --version 5.0.1
358358
wix extension add --global WixToolset.UI.wixext
359359
360360
- name: Checkout
@@ -428,7 +428,7 @@ jobs:
428428
- name: Install WiX
429429
shell: cmd
430430
run: |
431-
dotnet tool install --global wix --version 5.0.0
431+
dotnet tool install --global wix --version 5.0.1
432432
wix extension add --global WixToolset.UI.wixext
433433
434434
- name: Checkout

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.84.0](https://www.boost.org/)
8686
- [Doxygen 1.11.0](https://www.doxygen.nl/)
8787
- [Graphviz](https://www.graphviz.org/)
88-
- [WiX toolset 5.0.0](https://wixtoolset.org/)
88+
- [WiX toolset 5.0.1](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)