Skip to content

Commit f1450ff

Browse files
committed
Move default branch to 'main'
1 parent 5901d91 commit f1450ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ env:
1313
- FAUNA_PORT=443
1414
branches:
1515
only:
16-
- master
16+
- main
1717
- faunadb-csharp-1.0

FaunaDB.Client/Utils/CheckLatestVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private static string GetMessage(string latestNuGetVesrion, string currentVersio
6464
sb.Append(System.Environment.NewLine);
6565
sb.Append($"New fauna version available {currentVersion} -> {latestNuGetVesrion}");
6666
sb.Append(System.Environment.NewLine);
67-
sb.Append($"Changelog: https://github.com/fauna/faunadb-csharp/blob/master/CHANGELOG.md");
67+
sb.Append($"Changelog: https://github.com/fauna/faunadb-csharp/blob/main/CHANGELOG.md");
6868
sb.Append(System.Environment.NewLine);
6969
sb.Append(System.Environment.NewLine);
7070
sb.Append(System.Environment.NewLine);

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FaunaDB C# Driver
22

33
[![NuGet](https://img.shields.io/nuget/v/FaunaDB.Client.svg?maxAge=21600)](https://www.nuget.org/packages/FaunaDB.Client/)
4-
[![License](https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000)](https://raw.githubusercontent.com/fauna/faunadb-csharp/master/LICENSE)
4+
[![License](https://img.shields.io/badge/license-MPL_2.0-blue.svg?maxAge=2592000)](https://raw.githubusercontent.com/fauna/faunadb-csharp/main/LICENSE)
55

66
## How to Build
77

concourse/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resources:
55
icon: github
66
source:
77
uri: https://github.com/fauna/faunadb-csharp
8-
branch: master
8+
branch: main
99

1010
jobs:
1111
- name: release

0 commit comments

Comments
 (0)