Skip to content

Commit 6cffc04

Browse files
author
Jean-Marie Alfonsi
committed
chore: increase version number
1 parent ed87359 commit 6cffc04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sharpnado.Maui.TaskLoaderView/Sharpnado.Maui.TaskLoaderView.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<RootNamespace>Sharpnado.TaskLoaderView</RootNamespace>
1111

1212
<Product>$(AssemblyName) ($(TargetFramework))</Product>
13-
<AssemblyVersion>2.6.0.0</AssemblyVersion>
14-
<AssemblyFileVersion>2.6.0.0</AssemblyFileVersion>
15-
<Version>2.6.0.0</Version>
13+
<AssemblyVersion>2.6.1.0</AssemblyVersion>
14+
<AssemblyFileVersion>2.6.1.0</AssemblyFileVersion>
15+
<Version>2.6.1.0</Version>
1616
<PackOnBuild>true</PackOnBuild>
1717
<NeutralLanguage>en</NeutralLanguage>
1818
<UseFullSemVerForNuGet>false</UseFullSemVerForNuGet>
@@ -22,7 +22,7 @@
2222
<RepositoryUrl>https://github.com/roubachof/Sharpnado.TaskLoaderView</RepositoryUrl>
2323
<PackageIcon>maui_logo.png</PackageIcon>
2424
<PackageTags>maui, netmaui, xamarin, xamarin.forms, skeleton, loading, states, async, task, loader, isbusy, control, taskloader, taskloadernotifier</PackageTags>
25-
<PackageReleaseNotes>Upgrade to .Net 9</PackageReleaseNotes>
25+
<PackageReleaseNotes>Fix the insertion of the loading states view that could cause an index out of range exception.</PackageReleaseNotes>
2626
<Title>Maui TaskLoaderView: free yourself from IsBusy=true!</Title>
2727
<Summary>Free yourself from IsBusy=true! The `TaskLoaderView` is a UI component that handles all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from your view models (try catch / async void / IsBusy / HasErrors / base view models / ...) thanks to its brother the `TaskLoaderNotifier`.</Summary>
2828
<Description>Free yourself from IsBusy=true!

0 commit comments

Comments
 (0)