Skip to content

Commit 8e92d8e

Browse files
Find/replace of master to main for branch rename (#1843)
Co-authored-by: Patrick Meinecke <[email protected]>
1 parent 854665f commit 8e92d8e

21 files changed

+35
-35
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
tags: [ v* ]
77
pull_request:
88
# The branches below must be a subset of the branches above
9-
branches: [ master ]
9+
branches: [ main ]
1010
paths-ignore: [ '**/*.md' ]
1111
schedule:
1212
- cron: '00 14 * * *' # Every morning at 7:00am PDT

Diff for: .github/workflows/emacs-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: "Emacs"
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
tags: [ v* ]
77
pull_request:
88
# The branches below must be a subset of the branches above
9-
branches: [ master ]
9+
branches: [ main ]
1010
paths-ignore: [ '**/*.md' ]
1111

1212
jobs:

Diff for: .vsts-ci/misc-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
33
trigger:
44
branches:
55
include:
6-
- master
6+
- main
77

88
pr:
9-
- master
9+
- main
1010

1111
resources:
1212
repositories:

Diff for: CHANGELOG.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1415,14 +1415,14 @@ Thanks to our new co-maintainer [Patrick Meinecke](https://github.com/SeeminglyS
14151415
we've gained a new set of useful commands for interacting with the $psEditor APIs
14161416
within the Integrated Console:
14171417

1418-
- [Find-Ast](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/Find-Ast.md)
1419-
- [Get-Token](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/Get-Token.md)
1420-
- [ConvertFrom-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/ConvertFrom-ScriptExtent.md)
1421-
- [ConvertTo-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/ConvertTo-ScriptExtent.md)
1422-
- [Set-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/Set-ScriptExtent.md)
1423-
- [Join-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/Join-ScriptExtent.md)
1424-
- [Test-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/Test-ScriptExtent.md)
1425-
- [Import-EditorCommand](https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/docs/Import-EditorCommand.md)
1418+
- [Find-Ast](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/Find-Ast.md)
1419+
- [Get-Token](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/Get-Token.md)
1420+
- [ConvertFrom-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/ConvertFrom-ScriptExtent.md)
1421+
- [ConvertTo-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/ConvertTo-ScriptExtent.md)
1422+
- [Set-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/Set-ScriptExtent.md)
1423+
- [Join-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/Join-ScriptExtent.md)
1424+
- [Test-ScriptExtent](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/Test-ScriptExtent.md)
1425+
- [Import-EditorCommand](https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/docs/Import-EditorCommand.md)
14261426

14271427
#### Microsoft.PowerShell.EditorServices API removals ([#492](https://github.com/PowerShell/PowerShellEditorServices/pull/492))
14281428

@@ -1626,7 +1626,7 @@ on the PowerShell Team Blog.
16261626
## 0.10.0
16271627
### Tuesday, March 14, 2017
16281628

1629-
These improvements are described in detail in the [vscode-powershell changelog](https://github.com/PowerShell/vscode-powershell/blob/master/CHANGELOG.md#0100)
1629+
These improvements are described in detail in the [vscode-powershell changelog](https://github.com/PowerShell/vscode-powershell/blob/main/CHANGELOG.md#0100)
16301630
for its 0.10.0 release.
16311631

16321632
#### Language feature improvements
@@ -1644,7 +1644,7 @@ for its 0.10.0 release.
16441644
## 0.9.0
16451645
### Thursday, January 19, 2017
16461646

1647-
These improvements are described in detail in the [vscode-powershell changelog](https://github.com/PowerShell/vscode-powershell/blob/master/CHANGELOG.md#090)
1647+
These improvements are described in detail in the [vscode-powershell changelog](https://github.com/PowerShell/vscode-powershell/blob/main/CHANGELOG.md#090)
16481648
for its 0.9.0 release.
16491649

16501650
#### Language feature improvements

Diff for: PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Copyright>© Microsoft Corporation.</Copyright>
77
<LangVersion>latest</LangVersion>
88
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>
9-
<PackageLicenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE</PackageLicenseUrl>
9+
<PackageLicenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/main/LICENSE</PackageLicenseUrl>
1010
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1111
<RepositoryType>git</RepositoryType>
1212
<RepositoryUrl>https://github.com/PowerShell/PowerShellEditorServices</RepositoryUrl>

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PowerShell Editor Services
22

3-
[![Build Status](https://dev.azure.com/powershell/PowerShellEditorServices/_apis/build/status/PowerShellEditorServices-ci?branchName=master)](https://dev.azure.com/powershell/PowerShellEditorServices/_build/latest?definitionId=57&branchName=master)
3+
[![Build Status](https://dev.azure.com/powershell/PowerShellEditorServices/_apis/build/status/PowerShellEditorServices-ci?branchName=main)](https://dev.azure.com/powershell/PowerShellEditorServices/_build/latest?definitionId=57&branchName=main)
44
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/psdiscord)
55
[![Join the chat at https://gitter.im/PowerShell/PowerShellEditorServices](https://badges.gitter.im/PowerShell/PowerShellEditorServices.svg)](https://gitter.im/PowerShell/PowerShellEditorServices?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

@@ -119,7 +119,7 @@ The types of PowerShell Editor Services can change at any moment and should not
119119

120120
## Development
121121

122-
> NOTE: The easiest way to manually test changes you've made in PowerShellEditorServices is to follow the [vscode-powershell development doc](https://github.com/PowerShell/vscode-powershell/blob/master/docs/development.md) to get a local build of the VS Code extension to use your local build of PowerShellEditorServices.
122+
> NOTE: The easiest way to manually test changes you've made in PowerShellEditorServices is to follow the [vscode-powershell development doc](https://github.com/PowerShell/vscode-powershell/blob/main/docs/development.md) to get a local build of the VS Code extension to use your local build of PowerShellEditorServices.
123123
124124
### 1. Install PowerShell 7+
125125

@@ -179,4 +179,4 @@ For more information, see the [Code of Conduct FAQ][conduct-FAQ] or contact [ope
179179
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
180180
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
181181
[conduct-email]: mailto:[email protected]
182-
[conduct-md]: https://github.com/PowerShell/PowerShellEditorServices/blob/master/CODE_OF_CONDUCT.md
182+
[conduct-md]: https://github.com/PowerShell/PowerShellEditorServices/blob/main/CODE_OF_CONDUCT.md

Diff for: module/PowerShellEditorServices.VSCode/PowerShellEditorServices.VSCode.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ PrivateData = @{
102102
# Tags = @()
103103

104104
# A URL to the license for this module.
105-
LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/master/LICENSE'
105+
LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/main/LICENSE'
106106

107107
# A URL to the main website for this project.
108108
ProjectUri = 'https://github.com/PowerShell/PowerShellEditorServices'

Diff for: module/PowerShellEditorServices/Commands/PowerShellEditorServices.Commands.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ PrivateData = @{
108108
# Tags = @()
109109

110110
# A URL to the license for this module.
111-
LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/master/LICENSE'
111+
LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/main/LICENSE'
112112

113113
# A URL to the main website for this project.
114114
ProjectUri = 'https://github.com/PowerShell/PowerShellEditorServices'

Diff for: module/PowerShellEditorServices/PowerShellEditorServices.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ PrivateData = @{
107107
# Tags = @()
108108

109109
# A URL to the license for this module.
110-
LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/master/LICENSE'
110+
LicenseUri = 'https://github.com/PowerShell/PowerShellEditorServices/blob/main/LICENSE'
111111

112112
# A URL to the main website for this project.
113113
ProjectUri = 'https://github.com/PowerShell/PowerShellEditorServices'

Diff for: module/PowerShellEditorServices/Start-EditorServices.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
If editor integration authors make modifications to this script, please
2424
consider contributing changes back to the canonical version of this script
2525
at the PowerShell Editor Services GitHub repository:
26-
https://github.com/PowerShell/PowerShellEditorServices/blob/master/module/PowerShellEditorServices/Start-EditorServices.ps1'
26+
https://github.com/PowerShell/PowerShellEditorServices/blob/main/module/PowerShellEditorServices/Start-EditorServices.ps1'
2727
#>
2828
[CmdletBinding(DefaultParameterSetName="NamedPipe")]
2929
param(

Diff for: module/docs/ConvertFrom-ScriptExtent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/ConvertFrom-ScriptExtent.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/ConvertFrom-ScriptExtent.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/ConvertTo-ScriptExtent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/ConvertTo-ScriptExtent.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/ConvertTo-ScriptExtent.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Find-Ast.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Find-Ast.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Find-Ast.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Get-Token.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Get-Token.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Get-Token.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Import-EditorCommand.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Import-EditorCommand.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Import-EditorCommand.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Join-ScriptExtent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Join-ScriptExtent.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Join-ScriptExtent.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Out-CurrentFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Out-CurrentFile.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Out-CurrentFile.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Register-EditorCommand.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Register-EditorCommand.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Register-EditorCommand.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Set-ScriptExtent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Set-ScriptExtent.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Set-ScriptExtent.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Test-ScriptExtent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Test-ScriptExtent.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Test-ScriptExtent.md
44
schema: 2.0.0
55
---
66

Diff for: module/docs/Unregister-EditorCommand.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: PowerShellEditorServices.Commands-help.xml
3-
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/master/module/docs/Unregister-EditorCommand.md
3+
online version: https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Unregister-EditorCommand.md
44
schema: 2.0.0
55
---
66

0 commit comments

Comments
 (0)