Skip to content

Releases: PSAppDeployToolkit/PSAppDeployToolkit.Tools

0.3.1

02 Oct 22:42

Choose a tag to compare

  • Resolve issue processing variable tied to Show-InstallationWelcome's -CloseApps parameter

0.3.0

02 Oct 21:28

Choose a tag to compare

  • Resolved numerous conversion issues (#11, #15, #16, #17)
  • Added support for updating variable assignments and splats when used in function inputs (still problematic under certain conditions, see #12)
  • Added support for setting AppProcessesToClose in $adtSession hashtable definition
  • Fixed UTF8 with BOM encoding in PowerShell 6+ (#14)
  • Updated PSAppDeployToolkit required version to 4.1.5

0.2.3

24 Jan 18:33

Choose a tag to compare

0.2.3 Pre-release
Pre-release
  • Fix processing of CloseProcesses in Show-ADTInstallationWelcome (#6)
  • Replace text to ensure converted InstallPhase declarations and MARKS match the style of the v4 template (#7)

0.2.2

23 Dec 14:35

Choose a tag to compare

0.2.2 Pre-release
Pre-release
  • Support for positional parameters (resolves #2)
  • Support for relative paths
  • Resolve unhandled exception when -CloseApps $variable is used

Full Changelog: 0.2.1...0.2.2

PSAppDeployToolkit.Tools 0.2.1

16 Dec 15:15

Choose a tag to compare

Pre-release
  • Fixed bug in file handing when input is a script file
  • Removed deployAppScriptDate from mapped variables

PSAppDeployToolkit.Tools 0.2.0

09 Dec 18:29
744df75

Choose a tag to compare

Pre-release

This initial release provides two commands:

  • Test-ADTCompatibility - Test your PSAppDeployToolkit v3 scripts to get a full report on which functions and variables have changed in v4.
  • Convert-ADTDeployment - Convert a PSAppDeployToolkit v3 script or an entire package folder to v4 standards.