Skip to content

v1.1.4: MAUI XAML Namespace Parity

Latest

Choose a tag to compare

@StHung StHung released this 19 Jul 19:48

v1.1.4: MAUI XAML Namespace Parity

🚀 Barbatos.i18n v1.1.4 is a small consistency fix that brings Barbatos.i18n.Maui in line with Barbatos.i18n.Wpf, so both platforms share the same clean XAML namespace syntax.

✨ What's Changed

  • Fixes / Consistency:
    • Registered xmlns:i18n="http://schemas.barbatos.co/i18n/2026/xaml" for Barbatos.i18n.Maui via XmlnsDefinition/XmlnsPrefix assembly attributes. Previously only Barbatos.i18n.Wpf exposed this short URI-based namespace — MAUI consumers had to fall back to the verbose xmlns:i18n="clr-namespace:Barbatos.i18n.Maui;assembly=Barbatos.i18n.Maui" syntax.
    • Updated the MAUI sample (MainPage.xaml) to use the new short-form namespace, matching the WPF sample.
    • No breaking changes — the old clr-namespace:...;assembly=... syntax still resolves correctly and continues to work for anyone already using it.

📦 Updating via NuGet

You can update your projects to use this latest version via the NuGet Package Manager:

dotnet add package Barbatos.i18n.Maui --version 1.1.4