Skip to content

Commit

Permalink
nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kamu authored and kamu committed Oct 17, 2018
1 parent b337f81 commit 395b653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuget/Extras_mac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>AiForms.Dialogs</id>
<version>0.2.0-pre</version>
<version>0.3.1-pre</version>
<title>AiForms.Dialogs for Xamarin.Forms</title>
<authors>kamu</authors>
<owners>kamu</owners>
<projectUrl>https://github.com/muak/AiForms.Dialogs</projectUrl>
<licenseUrl>https://github.com/muak/AiForms.Dialogs/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This is a collection of flexible dialogs (Loading, Toast, CustomDialog) which can be written by XAML for Xamarin.Forms.
<description>This is a collection of Custom Dialogs (Loading, Toast, CustomDialog) that can be defined with XAML for Xamarin.Forms (Android / iOS). This allows you to freely design the dialog content and arrange anywhere without custom renderer and effects.
</description>
<summary></summary>
<releaseNotes>
First Release.
</releaseNotes>
<tags>Xamarin.Forms dialog toast loading popup xaml netstandard ios android</tags>
<tags>Xamarin.Forms dialog toast loading progress popup xaml netstandard ios android</tags>
<language>en-US</language>
<dependencies>
<group targetFramework="netstandard2.0">
Expand Down

0 comments on commit 395b653

Please sign in to comment.