[AppKit] Add new NSBezelStyle names and deprecate old ones · Issue #19555 · dotnet/macios (original) (raw)

The NSBezelStyle values have been updated with the macOS Sonoma SDK: https://developer.apple.com/videos/play/wwdc2023/10054/?time=179

Would it be possible to update the corresponding C# enum as well?
I understand that simply changing the names would be a breaking change, but as C# values support multiple names per value one could deprecate the old names (Apple did the same) and add the new names to the enum