Skip to content

Commit f8ad03d

Browse files
Bump CYRTextView
1 parent e3d2763 commit f8ad03d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CYRTextView.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<version>0.1.0-beta-build0</version>
66
<authors>Codefoco</authors>
77
<owners>Vinicius Jarina</owners>
8-
<licenseUrl>https://github.com/codefoco/CYRTextView/blob/master/LICENSE</licenseUrl>
8+
<licenseUrl>https://github.com/codefoco/CYRTextView/blob/main/LICENSE</licenseUrl>
99
<projectUrl>https://github.com/codefoco/CYRTextView</projectUrl>
10-
<iconUrl>https://raw.githubusercontent.com/codefoco/CYRTextView/master/CYRTextView.png</iconUrl>
10+
<iconUrl>https://raw.githubusercontent.com/codefoco/CYRTextView/main/CYRTextView.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>
1313
Xamarin.iOS Binding for CYRTextView

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![Logo](https://raw.githubusercontent.com/codefoco/CYRTextView/master/CYRTextView.png)]()
2+
[![Logo](https://raw.githubusercontent.com/codefoco/CYRTextView/main/CYRTextView.png)]()
33

44
CYRTextView
55
===========
@@ -10,7 +10,7 @@ CYRTextView
1010

1111
| | Status |
1212
| :------ | :------: |
13-
| ![mac](https://badgen.net/badge//iOS?icon=apple&color=purple&list=1) | [![Build Status](https://dev.azure.com/codefoco/NuGets/_apis/build/status/Codefoco.CYRTextView/Codefoco.CYRTextView?branchName=master)](https://dev.azure.com/codefoco/NuGets/_build/latest?definitionId=7&branchName=master) |
13+
| ![mac](https://badgen.net/badge//iOS?icon=apple&color=purple&list=1) | [![Build Status](https://dev.azure.com/codefoco/NuGets/_apis/build/status/Codefoco.CYRTextView/Codefoco.CYRTextView?branchName=main)](https://dev.azure.com/codefoco/NuGets/_build/latest?definitionId=7&branchName=main) |
1414

1515
Xamarin.iOS Binding for [CYRTextView](https://github.com/codefoco-forks/CYRTextView)
1616

devops/BuildFunctions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function Get-Prefix-Name ()
192192
{
193193
$branchName = Get-Current-Branch-Name
194194

195-
if ($branchName -ne "master") {
195+
if ($branchName -ne "main") {
196196
return $branchName
197197
}
198198
return "beta"

src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2121

2222
[assembly: AssemblyVersion("0.1.0.0")]
23-
[assembly: AssemblyInformationalVersion("0.1.0+0.Branch.master.Sha.9621ffbaa340b51eea7a2a9918079ccbd004219f")]
23+
[assembly: AssemblyInformationalVersion("0.1.0+0.Branch.main.Sha.9621ffbaa340b51eea7a2a9918079ccbd004219f")]
2424
[assembly: AssemblyFileVersion("0.1.0.0")]
2525

0 commit comments

Comments
 (0)