From f05bd978ff9f419d9608dbf90923fb2bb2f0b9ad Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Mon, 26 Apr 2021 14:33:22 +0000 Subject: [PATCH 1/8] Set version to '2.0-preview' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 6cda815..efb1bc3 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.26-preview", + "version": "2.0-preview", "assemblyVersion": { "precision": "revision" }, From ec302e37595353df95291cc86d3152a2dc962500 Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Mon, 26 Apr 2021 14:37:17 +0000 Subject: [PATCH 2/8] Update verification.yml --- .github/workflows/verification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index 322e9c7..b2173f7 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - stable pull_request: types: - opened From 4e9bb2b5a979515bcb7804cc53d9c9554f9a8a94 Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Mon, 26 Apr 2021 14:42:24 +0000 Subject: [PATCH 3/8] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d680bd1..6bbbc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +Third live streaming on twitch change! + ## [1.26.0] - 2021-04-26 Seond live streaming on twitch change! From da25820174f3dd00345872ff756f1e50b29d9a53 Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Mon, 26 Apr 2021 14:47:01 +0000 Subject: [PATCH 4/8] Update verification.yml --- .github/workflows/verification.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index b2173f7..5391cd8 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -5,6 +5,10 @@ on: branches: - main - stable + paths: + - 'src/**' + - 'tests/**' + pull_request: types: - opened From ca7463fadadd71080026f01159b9b30c5807c9a7 Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Mon, 26 Apr 2021 14:47:27 +0000 Subject: [PATCH 5/8] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbbc72..3ca8c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Third live streaming on twitch change! +Tweaked verification workflow. + ## [1.26.0] - 2021-04-26 Seond live streaming on twitch change! From 1e62e3758df35f3f6262f00d00df5a3d34c5c29e Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Mon, 26 Apr 2021 14:48:03 +0000 Subject: [PATCH 6/8] Update Program.cs --- src/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Program.cs b/src/Program.cs index a12910f..6096085 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -6,7 +6,7 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello World!"); + Console.WriteLine("Hello World from Twitch!"); } } } From bf866112225c1c65f90cde7b018202c7c356d0dd Mon Sep 17 00:00:00 2001 From: bUnit bot Date: Mon, 26 Apr 2021 14:50:11 +0000 Subject: [PATCH 7/8] Set version to '2.0' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index efb1bc3..23c8f62 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "2.0-preview", + "version": "2.0", "assemblyVersion": { "precision": "revision" }, From 6ad558c6ed0d2602b872238bcfa686dd786a44ff Mon Sep 17 00:00:00 2001 From: Egil Hansen Date: Mon, 26 Apr 2021 14:52:29 +0000 Subject: [PATCH 8/8] Update verification.yml --- .github/workflows/verification.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index 5391cd8..bbc5857 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -10,6 +10,9 @@ on: - 'tests/**' pull_request: + branches: + - main + - stable types: - opened - synchronize