Skip to content

Commit e723cee

Browse files
author
Nick Craver
committed
master -> main changes
1 parent 4fb1ea2 commit e723cee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Readme.md

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

115115
A key feature of Dapper is performance. The following metrics show how long it takes to execute a `SELECT` statement against a DB (in various config, each labeled) and map the data returned to objects.
116116

117-
The benchmarks can be found in [Dapper.Tests.Performance](https://github.com/StackExchange/Dapper/tree/master/Dapper.Tests.Performance) (contributions welcome!) and can be run via:
117+
The benchmarks can be found in [Dapper.Tests.Performance](https://github.com/StackExchange/Dapper/tree/main/Dapper.Tests.Performance) (contributions welcome!) and can be run via:
118118
```bash
119119
dotnet run -p .\Dapper.Tests.Performance\ -c Release -f netcoreapp3.1 -- -f * --join
120120
```
@@ -389,7 +389,7 @@ Dapper has no DB specific implementation details, it works across all .NET ADO p
389389
390390
Do you have a comprehensive list of examples?
391391
---------------------
392-
Dapper has a comprehensive test suite in the [test project](https://github.com/StackExchange/Dapper/tree/master/Dapper.Tests).
392+
Dapper has a comprehensive test suite in the [test project](https://github.com/StackExchange/Dapper/tree/main/Dapper.Tests).
393393
394394
Who is using this?
395395
---------------------

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ deploy:
5555
- provider: NuGet
5656
server: https://www.myget.org/F/stackoverflow/api/v2
5757
on:
58-
branch: master
58+
branch: main
5959
api_key:
6060
secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
6161
symbol_server: https://www.myget.org/F/stackoverflow/symbols/api/v2/package
6262
- provider: NuGet
6363
server: https://www.myget.org/F/dapper/api/v2
6464
on:
65-
branch: master
65+
branch: main
6666
api_key:
6767
secure: PV7ERAltWWLhy7AT2h+Vb5c1BM9/WFgvggb+rKyQ8hDg3fYqpZauYdidOOgt2lp4
6868
symbol_server: https://www.myget.org/F/dapper/api/v2/package

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
A brief guide is available [on github](https://github.com/StackExchange/dapper-dot-net/blob/master/Readme.md)
5+
A brief guide is available [on github](https://github.com/StackExchange/Dapper/blob/main/Readme.md)
66

77
Questions on Stack Overflow should be tagged [`dapper`](https://stackoverflow.com/questions/tagged/dapper)
88

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0",
33
"assemblyVersion": "2.0.0.0",
44
"publicReleaseRefSpec": [
5-
"^refs/heads/master$",
5+
"^refs/heads/main$",
66
"^refs/tags/v\\d+\\.\\d+"
77
],
88
"nugetPackageVersion": {

0 commit comments

Comments
 (0)