From 2594a12509e2a6539fe771fba5c3442a522824ad Mon Sep 17 00:00:00 2001 From: Yuriy Holembyovskyy Date: Mon, 26 Feb 2024 11:49:22 +0200 Subject: [PATCH] Version bump; Updated release notes --- .../Plugin.Maui.SegmentedControl.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plugin.Maui.SegmentedControl/Plugin.Maui.SegmentedControl.csproj b/src/Plugin.Maui.SegmentedControl/Plugin.Maui.SegmentedControl.csproj index 56558e2..8bef485 100644 --- a/src/Plugin.Maui.SegmentedControl/Plugin.Maui.SegmentedControl.csproj +++ b/src/Plugin.Maui.SegmentedControl/Plugin.Maui.SegmentedControl.csproj @@ -16,7 +16,7 @@ yurkinh Copyright © yurkinh and contributors README.md - 1.0.7 + 1.0.8 True https://github.com/yurkinh/Plugin.Maui.SegmentedControl https://github.com/yurkinh/Plugin.Maui.SegmentedControl @@ -32,7 +32,7 @@ True portable nuget.png - Fixed Android TintColor issue. NET 8 Support + Fixed crash on Android when SelectedSegmented="-1" (deselected)