Skip to content

5.0.0 Camera: .NET 10 support is here!

Choose a tag to compare

@jfversluis jfversluis released this 12 Nov 20:53
· 128 commits to main since this release
Immutable release. Only release title and notes can be modified.
37e20e1

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: 4.0.0-camera...5.0.0-camera