MAUIverse MAUIverse
← Back to Toolkit Releases

5.0.0 Camera: .NET 10 support is here!

Contributors

Breaking Changes

  • .NET 10 Required
  • (CameraView) Developers must manually request Permissions.Camera and Permissions.Microphone:
var cameraPermissionsRequest = await Permissions.RequestAsync<Permissions.Camera>();
var microphonePermissionsRequest = await Permissions.RequestAsync<Permissions.Microphone>();

What’s Changed

Full Changelog: https://github.com/CommunityToolkit/Maui/compare/4.0.0-camera…5.0.0-camera

View on GitHub

← Back to Toolkit Releases