Skip to content

Commit 8c3afc5

Browse files
authored
Merge pull request #62 from FluentLayout/rename-branch
master -> main
2 parents 3fc26e3 + fa7df53 commit 8c3afc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FluentLayout provides an easy, fluent API for creating constraint-based layouts in Xamarin.iOS.
44

5-
[![Build Status](https://app.bitrise.io/app/3584ad3a37e4084c/status.svg?token=nxuhVtDms232YxvcvYIW0w&branch=master)](https://app.bitrise.io/app/3584ad3a37e4084c)
5+
[![Build Status](https://app.bitrise.io/app/3584ad3a37e4084c/status.svg?token=nxuhVtDms232YxvcvYIW0w&branch=main)](https://app.bitrise.io/app/3584ad3a37e4084c)
66

77
## How To Use
88

@@ -46,4 +46,4 @@ When using the `VerticalStackPanelConstraints` helper each constraint added will
4646

4747
- `containerId` will be the container's `AccessibilityIdentifier` if one is set, and `VerticalStackPanel` if not
4848
- `viewId` will be the subview's `AccessibilityIdentifier` if one is set, and the subview's index in the array if not
49-
- `constraintDescription` will be based on the constraint itself, such as `Bottom`, `Top`, `Width`, etc.
49+
- `constraintDescription` will be based on the constraint itself, such as `Bottom`, `Top`, `Width`, etc.

nuspec/Cirrious.FluentLayout.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>2.9.0</version>
66
<authors>slodge</authors>
77
<owners>gshackles,slodge</owners>
8-
<licenseUrl>https://github.com/slodge/Cirrious.FluentLayout/blob/master/LICENSE</licenseUrl>
8+
<licenseUrl>https://github.com/FluentLayout/Cirrious.FluentLayout/blob/main/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/slodge/Cirrious.FluentLayout</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Easy API for using AutoLayout in iOS</description>
@@ -16,4 +16,4 @@
1616
<files>
1717
<file src="../Cirrious.FluentLayout/bin/iPhoneSimulator/Release/Cirrious.FluentLayouts.Touch.dll" target="lib/Xamarin.iOS10/Cirrious.FluentLayouts.Touch.dll" />
1818
</files>
19-
</package>
19+
</package>

0 commit comments

Comments
 (0)