Skip to content

Commit

Permalink
Updates for RC1 release
Browse files Browse the repository at this point in the history
Updates for RC1 release
  • Loading branch information
tfabraham committed Jul 20, 2020
1 parent 70e96f9 commit a95b110
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### 5.8.95 [Release Candidate 1] (07/?/2020)
### 5.8.95 [Release Candidate 1] (07/20/2020)

- Add support for BizTalk 2020
- Remove support for BizTalk 2010 and 2013 (R1)
- Move BTDF ESB Resolver into a separate, dedicated MSI
- Upgrade to XmlPreprocess v3.0
- Upgrade to XmlPreprocess v3.0 (eliminates .NET 2.x/3.x dependency)
- Upgrade to Environment Settings Manager v1.7 (eliminates .NET 2.x/3.x dependency)
- Upgrade to BizTalk BAM Definition XML Exporter v2.3 (eliminates .NET 2.x/3.x dependency)
- Minor updates to documentation
Expand Down
4 changes: 2 additions & 2 deletions DeploymentFramework.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="12.0">
<PropertyGroup>
<Version>5_8_0</Version>
<InstallerVersion>5.8.10.0</InstallerVersion>
<Version>5_8_RC1</Version>
<InstallerVersion>5.8.95.0</InstallerVersion>
<ProductID>018C4B8A-B453-49DD-91AD-3B20D0D1D428</ProductID>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions DeploymentFrameworkESBResolver.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="12.0">
<PropertyGroup>
<Version>5_8_0</Version>
<InstallerVersion>5.8.10.0</InstallerVersion>
<Version>5_8_RC1</Version>
<InstallerVersion>5.8.95.0</InstallerVersion>
<ProductID>57CF5927-B447-463A-9CA5-E164E9DB3615</ProductID>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/btdf-esb-resolver/Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:vs="http://schemas.microsoft.com/wix/VSExtension">
<?define ProductVersion="5.8" ?>

<Product Id="$(var.ProductID)" Name="Deployment Framework for BizTalk ESB Resolver $(var.ProductVersion) Beta 1"
<Product Id="$(var.ProductID)" Name="Deployment Framework for BizTalk ESB Resolver $(var.ProductVersion) RC 1"
Language="1033" Version="$(var.ProductVersionFull)" Manufacturer="Thomas F Abraham" UpgradeCode="D85F3B92-4E06-4568-BDC8-4A95D7EEB6BA">
<Package InstallerVersion="200" Compressed="yes" />

Expand Down
2 changes: 1 addition & 1 deletion src/btdf/Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:vs="http://schemas.microsoft.com/wix/VSExtension">
<?define ProductVersion="5.8" ?>

<Product Id="$(var.ProductID)" Name="Deployment Framework for BizTalk $(var.ProductVersion) Beta 1"
<Product Id="$(var.ProductID)" Name="Deployment Framework for BizTalk $(var.ProductVersion) RC 1"
Language="1033" Version="$(var.ProductVersionFull)" Manufacturer="Thomas F Abraham" UpgradeCode="a0550f65-4338-4892-884e-594593e8b4f7">
<Package InstallerVersion="200" Compressed="yes" />

Expand Down

0 comments on commit a95b110

Please sign in to comment.