Skip to content

Commit

Permalink
Designer support: remove spaces from export
Browse files Browse the repository at this point in the history
  • Loading branch information
gshackles committed Feb 15, 2017
1 parent a6de1d7 commit 780cf5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuspec/FloatLabeledEntry.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FloatLabeledEntry.iOS</id>
<version>1.1.0</version>
<version>1.1.1</version>
<authors>gshackles</authors>
<owners>gshackles</owners>
<licenseUrl>https://github.com/gshackles/FloatLabeledEntry/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/iOS/FloatLabeledEntry.iOS/FloatLabeledTextField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

namespace FloatLabeledEntry
{
[Register("Float Labeled Text Field"), DesignTimeVisible(true)]
[Register("FloatLabeledTextField"), DesignTimeVisible(true)]
public class FloatLabeledTextField : UITextField
{
private UILabel _floatingLabel;
Expand Down

0 comments on commit 780cf5b

Please sign in to comment.