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"forBarbatos.i18n.MauiviaXmlnsDefinition/XmlnsPrefixassembly attributes. Previously onlyBarbatos.i18n.Wpfexposed this short URI-based namespace — MAUI consumers had to fall back to the verbosexmlns: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.
- Registered
📦 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