Skip to content

Commit

Permalink
Upgrade v5-rc.2 references to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Jun 26, 2024
1 parent e87cf1a commit 41bf30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Docusaurus/docs/tools/wixext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ You might need to specify a version for WiX extension packages (such as when the

```xml
<ItemGroup>
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="5.0.0-rc.2" />
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.0-rc.2" />
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="5.0.0" />
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.0" />
</ItemGroup>
```

Expand Down

0 comments on commit 41bf30b

Please sign in to comment.