Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 12, 2024 10:54
Show Gist options
  • Save vs-mobiletools-engineering-service2/596570d777db6afc9759883d00ab22e8 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/596570d777db6afc9759883d00ab22e8 to your computer and use it in GitHub Desktop.
stable-api-comparison/diff/Microsoft.macOS.md

API diff: Microsoft.macOS.dll

Microsoft.macOS.dll

Namespace AppKit

New Type: AppKit.NSToolbarItemVisibilityPriority

[Serializable]
public enum NSToolbarItemVisibilityPriority {
	High = 1000,
	Low = -1000,
	Standard = 0,
	User = 2000,
}

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "9.99.0";
+public const string Version = "15.0.10663";

Namespace Vision

Type Changed: Vision.VNUtils

Added property:

public static double VisionVersionNumber { get; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment