Skip to content

Commit

Permalink
version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof committed Jan 26, 2024
1 parent 60ee8aa commit b92d65b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

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

Expand All @@ -41,7 +41,7 @@
<PackageReadmeFile>docs\ReadMe.md</PackageReadmeFile>
<PackageTags>maui performance xamarin.forms android ios horizontallistview collectionview gridview carouselview listview drag drop header group footer</PackageTags>
<PackageReleaseNotes>
Fix one memory on iOS and another on Android thanks to @AdamEssenmacher.
Fix 2 memory leaks on iOS and another on Android thanks to @AdamEssenmacher.
Adds the UpdateLayout() method to force a layout update.
</PackageReleaseNotes>

Expand Down Expand Up @@ -88,7 +88,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<FileVersion>3.1.1</FileVersion>
<FileVersion>3.1.2</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b92d65b

Please sign in to comment.