Skip to content

Releases: xamarin/xamarin-macios

.NET 7.0.2xx - Xcode 14.2 (2035)

11 Apr 18:19
5987dd0
Compare
Choose a tag to compare

This is a servicing release to the previous 7.0.1xx service release.

Versions

This release consists of the following versions:

These builds are supported using Xcode 14.2.

What's Changed

Full Changelog: dotnet-7.0.1xx-xcode14.2-1040...dotnet-7.0.2xx-2035

.NET 8.0.100 Preview 2 (374)

14 Mar 15:52
3535e23
Compare
Choose a tag to compare
Pre-release

We're excited to announce our second preview release for .NET 8!

Note: these are the base SDKs that add support for the platforms in question, for MAUI (which is built on top of our SDKs), go here instead: https://docs.microsoft.com/en-us/dotnet/maui/.

This release consists of the following versions:

Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET8

What's Changed

Full Changelog: dotnet-8.0.1xx-preview1-235...dotnet-8.0.1xx-preview2-374

.NET 7.0.1xx - Xcode 14.2 (1040)

14 Mar 23:01
dc6675c
Compare
Choose a tag to compare

This is a servicing release to the previous 7.0.1xx service release.

Versions

This release consists of the following versions:

What's Changed

Full Changelog: dotnet-7.0.1xx-xcode14.2-1007...dotnet-7.0.1xx-xcode14.2-1040

.NET 6.0.4xx - Xcode 14.2 (29)

14 Mar 17:03
142565a
Compare
Choose a tag to compare

This is a servicing release to the previous 6.0.4xx servicing release.

Versions

This release consists of the following versions:

What's Changed

Full Changelog: dotnet-6.0.4xx-xcode14.2-19...dotnet-6.0.4xx-xcode14.2-29

.NET 8.0.100 Preview 1 (235)

22 Feb 01:15
c61e327
Compare
Choose a tag to compare
Pre-release

We're excited to announce our first preview release for .NET 8!

Note: these are the base SDKs that add support for the platforms in question, for MAUI (which is built on top of our SDKs), go here instead: https://docs.microsoft.com/en-us/dotnet/maui/.

This release consists of the following versions:

Known issues: https://github.com/xamarin/xamarin-macios/wiki/Known-issues-in-.NET8

What's Changed

API improvements / fixes / additions

Read more

.NET 6.0.4xx - Xcode 14.2 (19)

14 Mar 17:00
ad4dea0
Compare
Choose a tag to compare

This is a servicing release to the previous 6.0.4xx servicing release.

Versions

This release consists of the following versions:

What's Changed

Full Changelog: dotnet-6.0.4xx-xcode14.2-3...dotnet-6.0.4xx-xcode14.2-19

Xamarin.iOS 16.2 and Xamarin.Mac 9.1

27 Jan 08:04
956a059
Compare
Choose a tag to compare

This is a service release for Xamarin.iOS and Xamarin.Mac bringing Xcode 14.2 support, it is available via Visual Studio 2022 version 17.5 Preview 4 release or using the links below.

Product Version Package Changelog
Xamarin.iOS 16.2.0.2 xamarin.ios-16.2.0.2.pkg xamarin-ios-16.1.1.28...xamarin-ios-16.2.0.2
Xamarin.Mac 9.1.0.2 xamarin.mac-9.1.0.2.pkg xamarin-mac-9.0.0.28...xamarin-mac-9.1.0.2

What's Changed

  • [Foundation] Fix random memory access / memory corruption in NSFastEnumerator. Fixes #xamarin/maccore@1347. by @rolfbjarne in #16941
  • [Foundation] Improve null-checking in MonoTouchException.AppendNativeStackTrace. by @rolfbjarne in #16937
  • [Foundation] Handle re-entrancy in NSObject_Disposer.Drain. Fixes #16587. by @rolfbjarne in #17012
  • [CoreMidi] Fixed MidiPacket.Bytes IndexOutOfRangeException. Fixes #16979. by @reid-kirkpatrick in #17021
  • Bump bindings to Xcode 14.2 by @dalexsoto in #17030
  • Fix WatchKit stub copy error when using native watchOS app by @vouksh in #17047

.NET 7.0.1xx - Xcode 14.2 (1007)

27 Jan 08:05
8afca77
Compare
Choose a tag to compare

This is a servicing release to the previous major 7.0.1xx release adding support for Xcode 14.2 to all the platforms and it is available both via dotnet workload and out of the box on Visual Studio 2022 version 17.5 Preview 4 release.

Versions

This release consists of the following versions:

What's Changed

Full Changelog: dotnet-7.0.1xx-1477...dotnet-7.0.1xx-xcode14.2-1007

.NET 6.0.4xx - Xcode 14.2 (3)

14 Mar 16:57
d95de5d
Compare
Choose a tag to compare

This is a servicing release to the previous 6.0.4xx servicing release adding support for Xcode 14.2 to all the platforms.

Versions

This release consists of the following versions:

What's Changed

Full Changelog: dotnet-6.0.4xx-xcode14.1-229...dotnet-6.0.4xx-xcode14.2-3

Xamarin.iOS 16.1 and Xamarin.Mac 9.0

04 Jan 14:23
Compare
Choose a tag to compare

This is a service release for our d17-4 release train that includes Xcode 14.1 support.

Product Version Package Changelog
Xamarin.iOS 16.1.1.28 xamarin.ios-16.1.1.28.pkg xamarin-ios-16.0.0.72...xamarin-ios-16.1.1.28
Xamarin.Mac 9.0.0.28 xamarin.mac-9.0.0.28.pkg xamarin-mac-8.12.0.2...xamarin-mac-9.0.0.28

What's Changed

iOS and tvOS

macOS

  • [.NET/AudioUnit] Use [UnmanagedCallersOnly] instead of [MonoPInvokeCallback] Partial Fix for #10470 by @stephen-hawley in #15808
  • [.NET/CoreFoundation] Use [UnmanagedCallersOnly] instead of [MonoPInvokeCallback] Partial Fix for #10470 by @stephen-hawley in #15879
  • [.NET/CoreGraphics] Use [UnmanagedCallersOnly] instead of [MonoPInvokeCallback] Partial Fix for #10470 by @stephen...
Read more