File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Specialized .NET Stream classes
33
44[ ![ NuGet package] ( https://img.shields.io/nuget/v/Nerdbank.Streams.svg )] ( https://nuget.org/packages/Nerdbank.Streams )
55[ ![ Build Status] ( https://dev.azure.com/andrewarnott/OSS/_apis/build/status/Nerdbank.Streams )] ( https://dev.azure.com/andrewarnott/OSS/_build/latest?definitionId=14 )
6- [ ![ codecov] ( https://codecov.io/gh/AArnott/Nerdbank.Streams/branch/master /graph/badge.svg )] ( https://codecov.io/gh/AArnott/Nerdbank.Streams )
6+ [ ![ codecov] ( https://codecov.io/gh/AArnott/Nerdbank.Streams/branch/main /graph/badge.svg )] ( https://codecov.io/gh/AArnott/Nerdbank.Streams )
77
88* Enhanced streams for communication in-proc or across the Internet.*
99
@@ -44,5 +44,4 @@ Specialized .NET Stream classes
4444 read directly from any ` ReadOnlySequence<byte> ` , making it more reusable than ` StreamReader `
4545 and thus allows for alloc-free reading across many sequences.
46461 . [ ` DuplexPipe ` ] ( doc/DuplexPipe.md ) is a trivial implementation of ` IDuplexPipe ` .
47- 1 . [ ` Stream.ReadBlockAsync ` ] ( doc/ReadBlockAsync.md ) reads
48-
47+ 1 . [ ` Stream.ReadBlockAsync ` ] ( doc/ReadBlockAsync.md ) reads
Original file line number Diff line number Diff line change 11trigger :
22 branches :
33 include :
4- - master
4+ - main
55 - ' v2.*'
66 - ' validate/*'
77 paths :
Original file line number Diff line number Diff line change 1919
2020See our [ project README] [ GitHubREADME ] for more information.
2121
22- [ GitHubREADME ] : https://github.com/AArnott/Nerdbank.Streams/blob/master /README.md
22+ [ GitHubREADME ] : https://github.com/AArnott/Nerdbank.Streams/blob/main /README.md
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
33 "version" : " 2.7-alpha" ,
44 "publicReleaseRefSpec" : [
5- " ^refs/heads/master $" ,
5+ " ^refs/heads/main $" ,
66 " ^refs/heads/v\\ d+(?:.\\ d+)?$" ,
77 " ^refs/heads/fullduplexstream$"
88 ]
9- }
9+ }
You can’t perform that action at this time.
0 commit comments