Skip to content

PSF release : version 1.0.230224.1

Compare
Choose a tag to compare
@npuvvada npuvvada released this 24 Feb 10:44
· 20 commits to master since this release
0211fd2

New Features:

1. InPackageContext

InPackageContext feature provides an easy way to run dependent processes launched by an application within the same package context. This feature can be configured by setting "InPackageContext" in config.json.

2. PowerShell startScript/EndScript error handling

We have now added pop-up messages (warnings) when startScript or EndScript configured in config.json fails to run due to any reason.

Bug Fixes:

1. Powershell first launch fix in “runOnce” setting

Bug – When the "runOnce" attribute was set in config, and the PowerShell failed to run on first launch due to any reason, it did not run on a subsequent launch.
Fix – The PowerShell script will now run on every application launch until it successfully runs once.

Updating to this version

The 1.0.230224.1 package is available at https://www.nuget.org/packages/Microsoft.PackageSupportFramework/1.0.230224.1