From bba672dd31fdda7b57cd2bf97025a96c7d54538f Mon Sep 17 00:00:00 2001
From: PTKu <61538034+PTKu@users.noreply.github.com>
Date: Tue, 28 Jan 2025 15:53:36 +0100
Subject: [PATCH 1/3] Create draft PR for #381


From fa6119987bf626221baad69dcf1100801f97ce17 Mon Sep 17 00:00:00 2001
From: PTKu <61538034+PTKu@users.noreply.github.com>
Date: Tue, 28 Jan 2025 15:55:08 +0100
Subject: [PATCH 2/3] version bump to 0.23

---
 GitVersion.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GitVersion.yml b/GitVersion.yml
index 2e9a4a98..fb85aea9 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -1,5 +1,5 @@
 mode: ContinuousDeployment
-next-version: 0.22.0
+next-version: 0.23.0
 branches:
   main:
     regex: ^master$|^main$

From a6864510ad397b915f1568eb4e088db4a1168085 Mon Sep 17 00:00:00 2001
From: PTKu <61538034+PTKu@users.noreply.github.com>
Date: Tue, 28 Jan 2025 15:57:30 +0100
Subject: [PATCH 3/3] rename jobs in 'dev' workflow

---
 .github/workflows/dev.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index ddf17c73..fb92f68c 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -28,10 +28,10 @@ jobs:
       with:
         fetch-depth: '0'   
                    
-    - name: "Build  script"  
+    - name: "Build cake script"  
       run: dotnet build cake/Build.csproj
                        
-    - name: "Run build script"
+    - name: "Run cake script"
       env:
           GH_TOKEN : ${{ secrets.GH_TOKEN }}
       run: dotnet run --project cake/Build.csproj --do-test --do-pack --test-level 2 --framework net9.0