Skip to content

Commit

Permalink
update version to 5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeaton committed Jul 1, 2024
1 parent e755edc commit d5fa1d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ApplicationName>SILConverters</ApplicationName>
<SafeApplicationName>SILConverters</SafeApplicationName>
<TruncatedVersion>5.2</TruncatedVersion>
<VersionNumber>5.2.6.0</VersionNumber>
<VersionNumber>5.2.7.0</VersionNumber>
<UpgradeCode>8A50226C-84D0-4CAF-AF8F-B0284643C415</UpgradeCode>
<Year>2024</Year>
<Manufacturer>SIL International</Manufacturer>
Expand Down
4 changes: 2 additions & 2 deletions Installer/SetupSILConverters/SetupSILConverters.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>ApplicationName=SILConverters;SafeApplicationName=SILConverters;TruncatedVersion=5.2;VersionNumber=5.2.6.0;UpgradeCode=8A50226C-84D0-4CAF-AF8F-B0284643C415;Year=2024;Manufacturer=SIL International;EcDistFilesPath=$(EcDistFilesPath)</DefineConstants>
<DefineConstants>ApplicationName=SILConverters;SafeApplicationName=SILConverters;TruncatedVersion=5.2;VersionNumber=5.2.7.0;UpgradeCode=8A50226C-84D0-4CAF-AF8F-B0284643C415;Year=2024;Manufacturer=SIL International;EcDistFilesPath=$(EcDistFilesPath)</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<DefineConstants>ApplicationName=SILConverters;SafeApplicationName=SILConverters;TruncatedVersion=5.2;VersionNumber=5.2.6.0;UpgradeCode=0F7D5D72-E9F3-40BB-9748-D388C70096CD;Year=2024;Manufacturer=SIL International;EcDistFilesPath=$(EcDistFilesPath)</DefineConstants>
<DefineConstants>ApplicationName=SILConverters;SafeApplicationName=SILConverters;TruncatedVersion=5.2;VersionNumber=5.2.7.0;UpgradeCode=0F7D5D72-E9F3-40BB-9748-D388C70096CD;Year=2024;Manufacturer=SIL International;EcDistFilesPath=$(EcDistFilesPath)</DefineConstants>
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
Expand Down

0 comments on commit d5fa1d5

Please sign in to comment.