Skip to content

Commit

Permalink
Update to WiX 3.14.1 for security vulnerability fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JVimes committed Apr 4, 2024
1 parent b27e9c9 commit b7878bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BuildInstaller/BuildInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup Label="PackageProperties">
<PackageId>BuildInstaller</PackageId>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>John Burak</Authors>
<DevelopmentDependency>true</DevelopmentDependency>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion BuildInstaller/BuildInstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<readme>ReadMe.md</readme>

<dependencies>
<dependency id="WiX" version="3.14.0" />
<dependency id="WiX" version="3.14.1" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion TestApp.OldProjFormat/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BuildInstaller" version="1.0.1" targetFramework="net48" developmentDependency="true" />
<package id="WiX" version="3.14.0" targetFramework="net48" />
<package id="WiX" version="3.14.1" targetFramework="net48" />
</packages>

0 comments on commit b7878bf

Please sign in to comment.