Skip to content

Commit b6d2e6b

Browse files
authored
Merge pull request #34 from bUnit-dev/release/v2.0
Release of new minor version v2.0
2 parents 21a01f9 + 6ad558c commit b6d2e6b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/verification.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ on:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1216
Seond live streaming on twitch change!

src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
},

0 commit comments

Comments
 (0)