v1.0.1 Camera: No More Core Dependency!
Whoops! It happens to the best of us...
The Microsoft.Maui.Camera
package took a dependency on Microsoft.Maui.Core
which wasn't even necessary! So we took care of that to prevent any weird behavior and are quickly pushing out this v1.0.1 so that no one will even ever notice 👀
What's Changed
- Remove
CommunityToolkit.Maui.Core
dependency fromCommunityToolkit.Maui.Camera
by @brminnick in #1941 - Don't copy Core & main package to artifacts for Camera package build by @jfversluis in #1944
Full Changelog: 1.0.0-camera...1.0.1-camera