Skip to content

Commit a95b110

Browse files
committed
Updates for RC1 release
Updates for RC1 release
1 parent 70e96f9 commit a95b110

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
### 5.8.95 [Release Candidate 1] (07/?/2020)
1+
### 5.8.95 [Release Candidate 1] (07/20/2020)
22

33
- Add support for BizTalk 2020
44
- Remove support for BizTalk 2010 and 2013 (R1)
55
- Move BTDF ESB Resolver into a separate, dedicated MSI
6-
- Upgrade to XmlPreprocess v3.0
6+
- Upgrade to XmlPreprocess v3.0 (eliminates .NET 2.x/3.x dependency)
77
- Upgrade to Environment Settings Manager v1.7 (eliminates .NET 2.x/3.x dependency)
88
- Upgrade to BizTalk BAM Definition XML Exporter v2.3 (eliminates .NET 2.x/3.x dependency)
99
- Minor updates to documentation

DeploymentFramework.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
-->
88
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="12.0">
99
<PropertyGroup>
10-
<Version>5_8_0</Version>
11-
<InstallerVersion>5.8.10.0</InstallerVersion>
10+
<Version>5_8_RC1</Version>
11+
<InstallerVersion>5.8.95.0</InstallerVersion>
1212
<ProductID>018C4B8A-B453-49DD-91AD-3B20D0D1D428</ProductID>
1313
</PropertyGroup>
1414

DeploymentFrameworkESBResolver.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
-->
77
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="12.0">
88
<PropertyGroup>
9-
<Version>5_8_0</Version>
10-
<InstallerVersion>5.8.10.0</InstallerVersion>
9+
<Version>5_8_RC1</Version>
10+
<InstallerVersion>5.8.95.0</InstallerVersion>
1111
<ProductID>57CF5927-B447-463A-9CA5-E164E9DB3615</ProductID>
1212
</PropertyGroup>
1313

src/btdf-esb-resolver/Installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<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">
99
<?define ProductVersion="5.8" ?>
1010

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

src/btdf/Installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<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">
99
<?define ProductVersion="5.8" ?>
1010

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

0 commit comments

Comments
 (0)