Sideload API changes
Derived by comparing the public API surface across all 26 releases that carry one. A member listed under a version is callable from that version on.
A signature change still compiles for a caller that rebuilds against the new version, and still breaks one that ships against the old one.
1.13.0
Section titled “1.13.0”SurfaceHandleSurfaceHandle.AllowHost(string)SurfaceHandle.Emit(string, string)SurfaceHandle.IdSurfaceHandle.OnCall(string, Func<string, string>)SurfaceHandle.Unmount()SurfacesSurfaces.AvailableSurfaces.IsMounted(string)Surfaces.Mount(object, string, string, float, Assembly)Surfaces.Unmount(string)
1.10.0
Section titled “1.10.0”AppHandle.CanClaimKeysAppHandle.OnKey(string, Func<string, bool>)
AppHandle.Icon(bool)
AppHandle.Hide()AppHandle.Show()PhoneScreenPhoneScreen.AvailablePhoneScreen.IsRaisedPhoneScreen.Lower()PhoneScreen.Raise()
Signature changed
Section titled “Signature changed”AppHandle.Notify(string, string)is nowAppHandle.Notify(string, string, float)
AppHandle.CanOpenProgrammaticallyAppHandle.Close()AppHandle.IsOpenAppHandle.NoIcon()AppHandle.Open()
First release covered here. 13 public types and members.