Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 10, 2024 09:04
Show Gist options
  • Save vs-mobiletools-engineering-service2/f141a1c1874bb2a94a5a89b65749dbc4 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/f141a1c1874bb2a94a5a89b65749dbc4 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 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