Skip to content

Commit

Permalink
Added Release Notes to nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrius-k committed May 4, 2018
1 parent f8dcd4c commit 8f9936d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Toast/Toast.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<Authors>Andrius Kirilovas</Authors>
<Description>Toast messages for Xamarin.iOS. It is possible to add toast to KeyWindow of the app so it is presented even during view controller transitions.</Description>
<PackageProjectUrl>https://github.com/andrius-k/Toast</PackageProjectUrl>
<PackageReleaseNotes>Added ability to display a toast in the middle of the screen using ToastPosition.Center.</PackageReleaseNotes>
<Summary>Toast messages for Xamarin.iOS</Summary>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 8f9936d

Please sign in to comment.