Skip to content

Commit

Permalink
Update Installer.wixproj
Browse files Browse the repository at this point in the history
- bump version to 0.10.0
  • Loading branch information
FalcoGer authored Jun 21, 2024
1 parent 2a9ab7a commit cbd9f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Installer/Installer.wixproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="WixToolset.Sdk/5.0.0">
<PropertyGroup>
<DefineConstants>Version=0.9.5</DefineConstants>
<DefineConstants>Version=0.10.0</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DefineConstants>Version=0.9.5</DefineConstants>
<DefineConstants>Version=0.10.5</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Netfx.wixext" Version="5.0.0" />
Expand All @@ -14,4 +14,4 @@
<ProjectReference Include="..\CoordinateConverter\CoordinateConverter.csproj" />
<ProjectReference Include="..\CustomActions\CustomActions.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit cbd9f3b

Please sign in to comment.