Package
Sentry
.NET Flavor
Other
.NET Version
UWP
OS
Windows
SDK Version
5.1.1
Self-Hosted Sentry Version
25.1.0
Steps to Reproduce
Build an application with MSBuild with [email protected] and -p:SentryCreateRelease=true. I build and release my app in GitHub Actions. The full step can be found here: https://github.com/huynhsontung/Screenbox/blob/3b1d40519a1215d63cc97d3fa7ac0b8ea8ca449a/.github/workflows/main.yml#L75
Expected Result
For the package name and version to not have extra quotes. In my case package should be screenbox and version should be 0.15.0
Actual Result
The new version has a single quote ' suffix, and the package name has a single quote ' prefix. Package is 'screenbox and version is 0.15.0'.
