Skip to content

18.2.701.2

Compare
Choose a tag to compare
@expand expand released this 20 Mar 09:26
· 48 commits to 18.2 since this release

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"