Skip to content

18.2.700.3

Compare
Choose a tag to compare
@expand expand released this 17 Mar 20:14
· 54 commits to 18.2 since this release

This release is compiled against DevExpress.XAF v18.2.7.
Big thanks for their contribution to:
, apobekiaris,

The msi installaer is replaced now with the powershell XpandPosh module. To install artifacts you can use either the Install-Xpand function or execute the next one-liner.

Set-ExecutionPolicy Bypass -Scope Process -Force; iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Install-Xpand.ps1'));Install-Xpand -Assets @('Assemblies','Nuget','VSIX','Source') - Latest"