Skip to content

React to branding change#1275

Merged
billwert merged 1 commit intodotnet:masterfrom
cshung:dev/andrewau/react-to-branding-change
Apr 10, 2020
Merged

React to branding change#1275
billwert merged 1 commit intodotnet:masterfrom
cshung:dev/andrewau/react-to-branding-change

Conversation

@cshung
Copy link
Contributor

@cshung cshung commented Apr 10, 2020

As of dotnet/runtime#33694, the product name changes from b"Microsoft \xae .NET Core" to b"Microsoft \xae .NET". This broke the replacement logic.

To avoid future failures, fixing it by simply replacing away that offending character. We don't need to be that specific. Any occurrence of that character is going to break the decoding anyway.

@ivdiazsa
Copy link
Contributor

LGTM! Thanks for updating this.

@billwert billwert merged commit 8ee80d2 into dotnet:master Apr 10, 2020
@cshung cshung deleted the dev/andrewau/react-to-branding-change branch April 11, 2020 02:51
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.

3 participants