Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crates and dsc version #551

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

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

@@ -187,7 +187,7 @@ Press any key to close this window
};

// 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"{
Copy link
Contributor

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