Skip to content

Commit

Permalink
versions to 4.0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Fourie committed Oct 29, 2015
1 parent 7f7ea8c commit 923e00d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Solutions/Main/Build/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="$(MSBuildExtensionsPath)\ExtensionPack\4.0\MSBuild.ExtensionPack.tasks"/>
<PropertyGroup>
<BuildDrive>C:</BuildDrive>
<ReleaseVersion>4.0.11.0</ReleaseVersion>
<ReleaseVersion>4.0.12.0</ReleaseVersion>
<ProductName>MSBuild Extension Pack</ProductName>
<DropFolder>$(BuildDrive)\$(ProductName)\$(ReleaseVersion)</DropFolder>
<RootFolder>$(MSBuildProjectDirectory)..\..</RootFolder>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</BuildLogFile>
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
<HelpTitle>MSBuild Extension Pack Help 4.0.11.0</HelpTitle>
<HelpTitle>MSBuild Extension Pack Help 4.0.12.0</HelpTitle>
<CopyrightHref>http://www.MSBuildExtensionPack.com</CopyrightHref>
<CopyrightText>Copyright &amp;#169%3b 2015 http://www.MSBuildExtensionPack.com. All rights reserved.</CopyrightText>
<FeedbackEMailAddress>feedback%40MSBuildExtensionPack.com</FeedbackEMailAddress>
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Main/Build/Setup/Product.x64.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="MSBuild Extension Pack 4.0.11.0 (x64)" Language="1033" Version="4.0.11.0" Manufacturer="Mike Fourie" UpgradeCode="C4FE8F8B-1239-44DF-AFC8-99FD7E35FC98">
<Product Id="*" Name="MSBuild Extension Pack 4.0.12.0 (x64)" Language="1033" Version="4.0.12.0" Manufacturer="Mike Fourie" UpgradeCode="C4FE8F8B-1239-44DF-AFC8-99FD7E35FC98">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/>

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Main/Build/Setup/Product.x86.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="MSBuild Extension Pack 4.0.11.0" Language="1033" Version="4.0.11.0" Manufacturer="Mike Fourie" UpgradeCode="CBBB56DB-4CAA-431D-9786-4D3471CCE222">
<Product Id="*" Name="MSBuild Extension Pack 4.0.12.0" Language="1033" Version="4.0.12.0" Manufacturer="Mike Fourie" UpgradeCode="CBBB56DB-4CAA-431D-9786-4D3471CCE222">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/>

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed."/>
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Main/Common/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.11.0")]
[assembly: AssemblyFileVersion("4.0.12.0")]
[assembly: AssemblyInformationalVersion("4.0.0.0")]
[assembly: AssemblyCompany("http://www.MSBuildExtensionPack.com")]
[assembly: AssemblyCopyright("Copyright © 2008 - 2015 http://www.MSBuildExtensionPack.com")]
Expand Down

0 comments on commit 923e00d

Please sign in to comment.