Skip to content

Commit aa8f219

Browse files
authored
Rename master to main (#191)
1 parent 3676cd4 commit aa8f219

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: build
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
tags:
77
- '*'
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
workflow_dispatch:
1212
inputs:
1313
forcePublish:

GitVersion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
mode: ContinuousDeployment
88
branches:
99
master:
10-
regex: ^master
10+
regex: ^main
1111
tag: preview
1212
increment: patch
1313
dependabot-pr:
1414
regex: ^dependabot
1515
tag: dependabot
1616
source-branches:
1717
- develop
18-
- master
18+
- main
1919
- release
2020
- feature
2121
- support

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ais.Net
2-
[![#](https://img.shields.io/nuget/v/Ais.Net.svg)](https://www.nuget.org/packages/Ais.Net/) [![Build Status](https://dev.azure.com/endjin-labs/Ais.Net/_apis/build/status/ais-dotnet.Ais.Net?branchName=master)](https://dev.azure.com/endjin-labs/Ais.Net/_build/latest?definitionId=2&branchName=master)
3-
[![GitHub license](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/ais-dotnet/Ais.Net/master/LICENSE)
2+
[![#](https://img.shields.io/nuget/v/Ais.Net.svg)](https://www.nuget.org/packages/Ais.Net/)
3+
[![GitHub license](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/ais-dotnet/Ais.Net/main/LICENSE)
44
[![GitHub license](https://img.shields.io/badge/License-NLOD-blue.svg)](https://data.norge.no/nlod/en/2.0)
55
[![IMM](https://imm.endjin.com/api/imm/github/ais-dotnet/Ais.Net/total?cache=false)](https://imm.endjin.com/api/imm/github/ais-dotnet/Ais.Net/total?cache=false)
66

@@ -50,7 +50,7 @@ matter how many messages you process.
5050

5151
## Licenses
5252

53-
[![GitHub license](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/ais-dotnet/Ais.Net/master/LICENSE)
53+
[![GitHub license](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/ais-dotnet/Ais.Net/main/LICENSE)
5454

5555
Ais.Net is available under the [GNU Affero General Public License v3.0 (GNU AGPLv3)](https://choosealicense.com/licenses/agpl-3.0/) open source license. The AGPLv3 is a Copyleft license, and is ideal for use cases such as open source projects with open source distribution, student/academic purposes, hobby projects, internal research projects without external distribution, or other projects where all GNU Affero General Public License v3.0 obligations can be met.
5656

0 commit comments

Comments
 (0)