Skip to content

Commit

Permalink
Merge pull request #34 from bUnit-dev/release/v2.0
Browse files Browse the repository at this point in the history
Release of new minor version v2.0
  • Loading branch information
egil authored Apr 26, 2021
2 parents 21a01f9 + 6ad558c commit b6d2e6b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ on:
push:
branches:
- main
- stable
paths:
- 'src/**'
- 'tests/**'

pull_request:
branches:
- main
- stable
types:
- opened
- synchronize
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Third live streaming on twitch change!

Tweaked verification workflow.

## [1.26.0] - 2021-04-26

Seond live streaming on twitch change!
Expand Down
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.WriteLine("Hello World from Twitch!");
}
}
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.26",
"version": "2.0",
"assemblyVersion": {
"precision": "revision"
},
Expand Down

0 comments on commit b6d2e6b

Please sign in to comment.