Application Description Template - BTDF/DeploymentFramework GitHub Wiki
Wiki: Home > Tips and Tricks
Requirement
Show the application name, version and timestamp in the BizTalk application description.
Solution
Add the following to the Deployment.btdfproj file:
<BizTalkAppDescription>$(ProductName) $(ProductVersion) - Deployed on $([System.DateTime]::Now)</BizTalkAppDescription>