Skip to content

18.2.703.2

Compare
Choose a tag to compare
@expand expand released this 27 Mar 06:00
· 37 commits to 18.2 since this release

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

Bugs

  1. #352 ExcelImport: Wrong exception message when validating column mapping
  2. #344 EnumPropertyEditor throws when flags are used

The msi installer is replaced with the powershell XpandPosh module.
iTo install artifacts you can use either the Install-Xpand function or execute the copy paste the next lines in an Admin powershell prompt.

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