You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlagKind enum, FlagKindResolver, FlagInfo, FlagFormat, FlagScale, and FlagAssetLoader.OpenStream(FlagKind) are all removed. Migration: swap <flag:FlagIcon Kind="USSVG"/> for one of <flag:FlagIcon Twemoji="US"/> / Circle="us" / Square="us" / Lipis="us" depending on the icon style you want. Code-first consumers replace FlagAssetLoader.OpenStream(FlagKind.USSVG) with FlagAssetLoader.OpenStream(TwemojiFlag.US) (overload per source).
Features
replace abandoned FlagKit with 4 modern flag-icon sources (#21) (a82a47c)