diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-22 23:52:40 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-23 12:32:16 -0500 |
commit | b9c712f26d921f7ffe0509d1cc45456680e8139f (patch) | |
tree | 0cb80095c6c9ffe0c01ab9a723c25fd228a48649 /src/internal/SetBuildNumber | |
parent | 2f744bf58cc4edb5a712bfff8e7e42baba81768d (diff) | |
download | wix-b9c712f26d921f7ffe0509d1cc45456680e8139f.tar.gz wix-b9c712f26d921f7ffe0509d1cc45456680e8139f.tar.bz2 wix-b9c712f26d921f7ffe0509d1cc45456680e8139f.zip |
Version extension ids.
https://github.com/wixtoolset/issues/issues/5933
- Add support for detecting VS2022.
- Add x64 custom actions.
- Remove ancient Help 2.0 support.
- Update WixCop to add the new element to trigger custom action.
Diffstat (limited to 'src/internal/SetBuildNumber')
-rw-r--r-- | src/internal/SetBuildNumber/Directory.Packages.props.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/SetBuildNumber/Directory.Packages.props.pp b/src/internal/SetBuildNumber/Directory.Packages.props.pp index ff73265c..37b2d398 100644 --- a/src/internal/SetBuildNumber/Directory.Packages.props.pp +++ b/src/internal/SetBuildNumber/Directory.Packages.props.pp | |||
@@ -42,7 +42,7 @@ | |||
42 | <PackageVersion Include="System.Text.Encoding.CodePages" Version="4.6.0" /> | 42 | <PackageVersion Include="System.Text.Encoding.CodePages" Version="4.6.0" /> |
43 | 43 | ||
44 | <PackageVersion Include="Microsoft.AspNetCore.Owin" Version="3.1.13" /> | 44 | <PackageVersion Include="Microsoft.AspNetCore.Owin" Version="3.1.13" /> |
45 | <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="1.14.114" /> | 45 | <PackageVersion Include="Microsoft.VisualStudio.Setup.Configuration.Native" Version="3.0.4492" /> |
46 | <PackageVersion Include="Microsoft.Win32.Registry" Version="4.7.0" /> | 46 | <PackageVersion Include="Microsoft.Win32.Registry" Version="4.7.0" /> |
47 | 47 | ||
48 | <PackageVersion Include="NuGet.Credentials" Version="5.6.0" /> | 48 | <PackageVersion Include="NuGet.Credentials" Version="5.6.0" /> |