File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - stable
8+ paths :
9+ - ' src/**'
10+ - ' tests/**'
11+
712 pull_request :
13+ branches :
14+ - main
15+ - stable
816 types :
917 - opened
1018 - synchronize
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ Third live streaming on twitch change!
11+
12+ Tweaked verification workflow.
13+
1014## [ 1.26.0] - 2021-04-26
1115
1216Seond live streaming on twitch change!
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class Program
66 {
77 static void Main ( string [ ] args )
88 {
9- Console . WriteLine ( "Hello World!" ) ;
9+ Console . WriteLine ( "Hello World from Twitch !" ) ;
1010 }
1111 }
1212}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 1.26 " ,
3+ "version" : " 2.0 " ,
44 "assemblyVersion" : {
55 "precision" : " revision"
66 },
You can’t perform that action at this time.
0 commit comments