Skip to content

Commit 25da04e

Browse files
authored
Merge pull request #45 from bUnit-dev/release/v2.9
Release of new minor version v2.9
2 parents 8d298f9 + baf7d96 commit 25da04e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/verification.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: verification
33
on:
44
push:
55
branches:
6-
- main
7-
- stable
6+
- main
87
paths:
98
- 'src/**'
10-
- 'tests/**'
9+
- 'tests/**'
10+
1111
pull_request:
12-
branches:
13-
- main
14-
- stable
1512
types:
1613
- opened
1714
- synchronize

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
asdfsadfasdf
11+
1012
## [2.8.2] - 2021-04-30
1113

1214
test

src/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ static void Main(string[] args)
88
{
99
Console.WriteLine("Hello World from Twitch!");
1010
Console.WriteLine("Hello World from Twitch!");
11+
Console.WriteLine("Hello World from GitHub!");
1112
}
1213
}
1314
}

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": "2.8",
3+
"version": "2.9",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)