18.2.701.2
This release is compiled against DevExpress.XAF v18.2.7.
There are no enhacements or bugs.
The msi installaer is replaced with the powershell XpandPosh module. To install artifacts you can use either the Install-Xpand
function or execute the next one-liner from a powershell prompt.
Set-ExecutionPolicy Bypass -Scope Process -Force; iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Xpand/Install-Xpand.ps1'));Install-Xpand -Assets @('Assemblies','Nuget','VSIX','Source') -Latest"