Bump version

pull/36/head
Brian Lima 6 years ago
parent eadb8aa2be
commit 9af77cc829

@ -14,12 +14,6 @@
<Name>Setup</Name> <Name>Setup</Name>
<RootNamespace>Setup</RootNamespace> <RootNamespace>Setup</RootNamespace>
</PropertyGroup> </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="$(AdvancedInstallerMSBuildTargets)\AdvInstExtTasks.Targets" />
<Import Condition="'$(AdvancedInstallerMSBuildTargets)' == ''" Project="$(MSBuildExtensionsPath32)\Caphyon\Advanced Installer\AdvInstExtTasks.Targets" /> <Import Condition="'$(AdvancedInstallerMSBuildTargets)' == ''" Project="$(MSBuildExtensionsPath32)\Caphyon\Advanced Installer\AdvInstExtTasks.Targets" />
</Project> </Project>

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

Loading…
Cancel
Save