Bump version

This commit is contained in:
Brian Lima 2018-06-12 18:06:29 -03:00
parent eadb8aa2be
commit 9af77cc829
2 changed files with 2 additions and 8 deletions

View File

@ -14,12 +14,6 @@
<Name>Setup</Name>
<RootNamespace>Setup</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'DefaultBuild' " />
<ItemGroup>
<Compile Include="Setup.aip">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Condition="'$(AdvancedInstallerMSBuildTargets)' != ''" Project="$(AdvancedInstallerMSBuildTargets)\AdvInstExtTasks.Targets" />
<Import Condition="'$(AdvancedInstallerMSBuildTargets)' == ''" Project="$(MSBuildExtensionsPath32)\Caphyon\Advanced Installer\AdvInstExtTasks.Targets" />
</Project>

View File

@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
[assembly: AssemblyVersion("2.5.1.0")]
[assembly: AssemblyFileVersion("2.5.1.0")]