Skip to content

Commit

Permalink
Update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel committed Apr 5, 2018
1 parent 1ffaaff commit 0d0bb43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Flex.Android/Flex.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PackageId>Forms.Controls.FlexButton</PackageId>
<PackageVersion>0.5.0</PackageVersion>
<PackageVersion>0.6.0</PackageVersion>
<Authors>Robin-Manuel Thiel</Authors>
<Description>A flexible button control for Xamarin.Forms</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Flex.iOS/Flex.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PackageId>Forms.Controls.FlexButton</PackageId>
<PackageVersion>0.5.0</PackageVersion>
<PackageVersion>0.6.0</PackageVersion>
<Authors>Robin-Manuel Thiel</Authors>
<Description>A flexible button control for Xamarin.Forms</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Flex/Flex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<PackageId>Forms.Controls.FlexButton</PackageId>
<PackageVersion>0.5.0</PackageVersion>
<PackageVersion>0.6.0</PackageVersion>
<Authors>Robin-Manuel Thiel</Authors>
<PackageProjectUrl>https://github.com/robinmanuelthiel/flexbutton</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/robinmanuelthiel/flexbutton/master/Design/Logo-150.png</PackageIconUrl>
Expand Down
4 changes: 2 additions & 2 deletions Nuget/Forms.Controls.FlexButton.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="">
<id>Forms.Controls.FlexButton</id>
<version>0.5.0</version>
<version>0.6.0</version>
<title>FlexButton for Xamarin.Forms</title>
<authors>Robin-Manuel Thiel</authors>
<owners>Robin-Manuel Thiel</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/robinmanuelthiel/flexbutton</projectUrl>
<description>Flexible button control for Xamarin.Forms</description>
<summary>Flexible button control for Xamarin.Forms</summary>
<releaseNotes>Added IsEnabled and IconOrientation support, Bugfixes</releaseNotes>
<releaseNotes>This release adds Border and Toggle features</releaseNotes>
<copyright></copyright>
<language></language>
<tags>flex xamarin.forms control button flexbutton</tags>
Expand Down

0 comments on commit 0d0bb43

Please sign in to comment.