Skip to content

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

Update version to preview.11
Update crates to latest versions
Fix code due to crate changes


// MS Store runs app using `sihost.exe`
if parent_process.name().to_lowercase() == "sihost.exe" || parent_process.name().to_lowercase() == "explorer.exe"{
if parent_process.name().to_ascii_lowercase() == "sihost.exe" || parent_process.name().to_ascii_lowercase() == "explorer.exe"{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The crate version changed and the old method was renamed

@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Sep 18, 2024
Merged via the queue into PowerShell:main with commit 6b57f6f Sep 18, 2024
5 checks passed
@SteveL-MSFT SteveL-MSFT deleted the update-preview11 branch September 18, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants