Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created September 12, 2022 21:48
Show Gist options
  • Save vs-mobiletools-engineering-service2/0a4be8fd246da4d60373a40443427b77 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/0a4be8fd246da4d60373a40443427b77 to your computer and use it in GitHub Desktop.
stable-api-comparison/mac-api-diff.md
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.Mac SDK API diff: 8.12.0 vs 8.13.0
List of API changes between Xamarin.Mac versions 8.12.0 and 8.13.0.
spouliot
sepoulio
9/12/2022
article
a414b1d3-a0b8-fa34-35da-797f14bd8f85
xamarin

Xamarin.Mac SDK API diff: 8.12.0 vs 8.13.0

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "8.12.0";
+public const string Version = "8.13.0";

Namespace UserNotifications

Type Changed: UserNotifications.UNNotificationInterruptionLevel

Obsoleted fields:

 [Obsolete ("Use 'Active2'.")]
 Active = 0,
 [Obsolete ("Use 'Critical2'.")]
 Critical = 1,
 [Obsolete ("Use 'Passive2'.")]
 Passive = 2,
 [Obsolete ("Use 'TimeSensitive2'.")]
 TimeSensitive = 3,

Added values:

Active2 = 1,
Critical2 = 3,
Passive2 = 0,
TimeSensitive2 = 2,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment