← 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.CameraandPermissions.Microphone:
var cameraPermissionsRequest = await Permissions.RequestAsync<Permissions.Camera>();
var microphonePermissionsRequest = await Permissions.RequestAsync<Permissions.Microphone>();
What’s Changed
- Add .NET 10 Support by Brandon Minnick in https://github.com/CommunityToolkit/Maui/pull/2902
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/4.0.0-camera…5.0.0-camera