Skip to content

v10.0.0

Latest

Choose a tag to compare

@gonultasmf gonultasmf released this 25 Nov 19:19
· 5 commits to master since this release
81ecd0e

What's Changed

  • feat: Upgrade project to .NET 10 and update dependencies:

    • Updated target framework from net9.0 to net10.0 in FmgLib.MauiMarkup.csproj.
    • Upgraded Microsoft.Maui.Controls package to version 10.0.11.
    • Changed LangVersion from 13.0 to 14.0 and enabled Nullable reference types in FmgLib.MauiMarkup.Generator.csproj.
    • Updated Microsoft.CodeAnalysis.CSharp package to version 5.0.0.
    • Refactored AttachedFieldInfo and AttachedModel classes to use nullability annotations.
    • Enhanced Helpers class with improved null checks and helper methods.
    • Added new fluent extension methods for HybridWebView, Picker, RefreshView, SearchBar, SearchHandler, and Switch.
    • Removed deprecated ClickGestureRecognizerExtension to maintain compatibility with .NET MAUI 10.
    • Updated copyright year and project URL in the project file.
    • Update project template for .NET 10, add new sample page, and enhance README with optional parameters

Full Changelog: 9.0.2...10.0.0