Skip to content

Commit

Permalink
Merge pull request #12 from gshackles/rename-branch
Browse files Browse the repository at this point in the history
master -> main
  • Loading branch information
gshackles authored Jul 21, 2020
2 parents 780cf5b + f2b1399 commit 1238878
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FloatLabeledEntry
============

[![Build Status](https://www.bitrise.io/app/9a6d51a7e8d9e68b.svg?token=jv9iKL097ydCSwPLV1eTug&branch=master)](https://www.bitrise.io/app/9a6d51a7e8d9e68b)
[![Build Status](https://www.bitrise.io/app/9a6d51a7e8d9e68b.svg?token=jv9iKL097ydCSwPLV1eTug&branch=main)](https://www.bitrise.io/app/9a6d51a7e8d9e68b)

This library provides a UI component for Xamarin.iOS apps that creates a floating placeholder effect. There are two versions available:

Expand Down
4 changes: 2 additions & 2 deletions nuspec/FloatLabeledEntry.iOS.Dialog.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.0.0</version>
<authors>gshackles</authors>
<owners>gshackles</owners>
<licenseUrl>https://github.com/gshackles/FloatLabeledEntry/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://github.com/gshackles/FloatLabeledEntry/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/gshackles/FloatLabeledEntry</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Float-labeled text input for iOS (MonoTouch.Dialog version)</description>
Expand All @@ -19,4 +19,4 @@
<files>
<file src="../src/iOS/FloatLabeledEntry.iOS.Dialog/bin/Release/FloatLabeledEntry.iOS.Dialog.dll" target="lib/Xamarin.iOS10" />
</files>
</package>
</package>
4 changes: 2 additions & 2 deletions nuspec/FloatLabeledEntry.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.1.1</version>
<authors>gshackles</authors>
<owners>gshackles</owners>
<licenseUrl>https://github.com/gshackles/FloatLabeledEntry/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://github.com/gshackles/FloatLabeledEntry/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/gshackles/FloatLabeledEntry</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Float-labeled text input for iOS</description>
Expand All @@ -16,4 +16,4 @@
<files>
<file src="../src/iOS/FloatLabeledEntry.iOS/bin/Release/FloatLabeledEntry.iOS.dll" target="lib/Xamarin.iOS10" />
</files>
</package>
</package>

0 comments on commit 1238878

Please sign in to comment.