File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
btdf-esb-resolver/Installer Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- ### 5.8.95 [ Release Candidate 1] (07/? /2020)
1
+ ### 5.8.95 [ Release Candidate 1] (07/20 /2020)
2
2
3
3
- Add support for BizTalk 2020
4
4
- Remove support for BizTalk 2010 and 2013 (R1)
5
5
- 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)
7
7
- Upgrade to Environment Settings Manager v1.7 (eliminates .NET 2.x/3.x dependency)
8
8
- Upgrade to BizTalk BAM Definition XML Exporter v2.3 (eliminates .NET 2.x/3.x dependency)
9
9
- Minor updates to documentation
Original file line number Diff line number Diff line change 7
7
-->
8
8
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" ToolsVersion =" 12.0" >
9
9
<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 >
12
12
<ProductID >018C4B8A-B453-49DD-91AD-3B20D0D1D428</ProductID >
13
13
</PropertyGroup >
14
14
Original file line number Diff line number Diff line change 6
6
-->
7
7
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" ToolsVersion =" 12.0" >
8
8
<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 >
11
11
<ProductID >57CF5927-B447-463A-9CA5-E164E9DB3615</ProductID >
12
12
</PropertyGroup >
13
13
Original file line number Diff line number Diff line change 8
8
<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" >
9
9
<?define ProductVersion =" 5.8" ?>
10
10
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"
12
12
Language =" 1033" Version =" $(var.ProductVersionFull)" Manufacturer =" Thomas F Abraham" UpgradeCode =" D85F3B92-4E06-4568-BDC8-4A95D7EEB6BA" >
13
13
<Package InstallerVersion =" 200" Compressed =" yes" />
14
14
Original file line number Diff line number Diff line change 8
8
<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" >
9
9
<?define ProductVersion =" 5.8" ?>
10
10
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"
12
12
Language =" 1033" Version =" $(var.ProductVersionFull)" Manufacturer =" Thomas F Abraham" UpgradeCode =" a0550f65-4338-4892-884e-594593e8b4f7" >
13
13
<Package InstallerVersion =" 200" Compressed =" yes" />
14
14
You can’t perform that action at this time.
0 commit comments