5.0.0 Camera: .NET 10 support is here!
·
128 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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 @TheCodeTraveler in #2902
Full Changelog: 4.0.0-camera...5.0.0-camera