Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

v1.0.1 Fixing Markup Dependency

Compare
Choose a tag to compare
@jfversluis jfversluis released this 13 Jan 21:14
· 345 commits to main since this release
8a9c10e

This version removes the (wrongly added) Xamarin.CommunityToolkit.Markup dependency from the Xamarin.CommunityToolkit package.

Users that have installed the Xamarin.CommunityToolkit package with v1.0.0 got the Xamarin.CommunityToolkit.Markup package for free because it was marked as a dependency, while there is no actual dependency. Sorry about that!

The implications shouldn't be that big. If you're not using any code from the Markup package, the compiler will strip out the dependency, so your app size was not impacted. If you're not using the Markup features, you can install this v1.0.1 version and then uninstall the Markup one.

Sorry for any inconvenience!