Skip to content

Releases: eXpandFramework/eXpand.lab

18.2.703.8

17 Apr 21:06
Compare
Choose a tag to compare

GitHub Releases (by Release)

This release is compiled against DevExpress.XAF v18.2.7.

There are no enhacements or bugs.

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.8'"
iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Xpand/Install-Xpand.ps1'));$installer"

18.2.703.7

16 Apr 14:15
Compare
Choose a tag to compare

GitHub Releases (by Release)

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

Bugs

  1. #369 Incorrect case for XafApplicationExtensions.CreateCustomObjectSpaceprovider

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.7'"
iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Xpand/Install-Xpand.ps1'));$installer"

18.2.703.6

10 Apr 17:56
Compare
Choose a tag to compare

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

Bugs

  1. #363 XtraDashboard: DashoardName is not localized

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.6'"
iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Xpand/Install-Xpand.ps1'));$installer"

18.2.703.5

10 Apr 10:18
Compare
Choose a tag to compare

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

Bugs

  1. #364 Update Nugets packages
  2. #361 Correct spelling
  3. #359 Update Nuget packages
  4. #361 ViewShortCutProccesor: remove XPO dependency

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.5'"
iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Xpand/Install-Xpand.ps1'));$installer"

18.2.703.4

30 Mar 02:33
Compare
Choose a tag to compare

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

There are no enhacements or bugs.

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.4'"
iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Xpand/Install-Xpand.ps1'));$installer"

18.2.703.3

28 Mar 16:11
Compare
Choose a tag to compare

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

Bugs

  1. #354 MultiValueDictionary internal HashSet is not threadsafe
  2. #354 Make MultiValueDictionary to support 19.1 async loading

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.3'"
iex "$((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eXpandFramework/XpandPosh/master/XpandPosh/Public/Xpand/Install-Xpand.ps1'));$installer"

18.2.703.2

27 Mar 06:00
Compare
Choose a tag to compare

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"

18.2.703.1

22 Mar 12:09
Compare
Choose a tag to compare

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

Bugs

  1. #347 VSIX-> VS Freeze when registering ToolboxItems

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') -Version '18.2.703.1'"

18.2.701.2

20 Mar 09:26
Compare
Choose a tag to compare

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"

18.2.701.1

19 Mar 20:44
Compare
Choose a tag to compare

This release is compiled against DevExpress.XAF v18.2.7.
Big thanks for their contribution to:
apobekiaris,
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"