Skip to content

Commit

Permalink
Fix for styling raising exception
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof committed Oct 29, 2024
1 parent 07f3072 commit 8cd0019
Show file tree
Hide file tree
Showing 6 changed files with 524 additions and 499 deletions.
8 changes: 4 additions & 4 deletions Maui.Tabs/Maui.Tabs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<PropertyGroup>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<AssemblyVersion>3.2.0</AssemblyVersion>
<AssemblyFileVersion>3.2.0</AssemblyFileVersion>
<Version>3.2.0</Version>
<AssemblyVersion>3.2.1</AssemblyVersion>
<AssemblyFileVersion>3.2.1</AssemblyFileVersion>
<Version>3.2.1</Version>
<PackOnBuild>true</PackOnBuild>
<NeutralLanguage>en</NeutralLanguage>

Expand All @@ -41,7 +41,7 @@
<PackageReadmeFile>docs\ReadMe.md</PackageReadmeFile>
<PackageTags>maui dotnetmaui xamarin.forms android ios uwp netstandard tabs segmented control bottombar fixed tabs scrollable tabs badge</PackageTags>
<PackageReleaseNotes>
Added loading view for Lazy and Delayed view.
Fix errors when styling tab host view.
</PackageReleaseNotes>

<Title>"Pure" MAUI Tabs (no renderers)</Title>
Expand Down
Loading

0 comments on commit 8cd0019

Please sign in to comment.