Skip to content

feat: PowerShell 7.5 support #76

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

Merged
merged 5 commits into from
Feb 14, 2025
Merged

feat: PowerShell 7.5 support #76

merged 5 commits into from
Feb 14, 2025

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Jan 24, 2025

We need to use net9 for PowerShell 7.5, otherwise the module can't be loaded because sentry.dll with net8 doesn't match the runtime version used by PowerShell 7.5 (net9)

note: this also adds a missing changelog item for dropping support of older pwsh versions which happened in #71

@vaind vaind changed the title ci: test on pwsh 7.5 feat: PowerShell 7.5 support Feb 14, 2025
Copy link
Contributor

github-actions bot commented Feb 14, 2025

Fails
🚫 Please consider adding a changelog entry for the next release.
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- PowerShell 7.5 support ([#76](https://github.com/getsentry/sentry-powershell/pull/76))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by 🚫 dangerJS against 1544d31

@vaind vaind merged commit 4ff3184 into main Feb 14, 2025
3 of 4 checks passed
@vaind vaind deleted the ci/pwsh75 branch February 14, 2025 11:24
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.

1 participant