From cc433af1789273fc65b91958edcd5011fa048fa5 Mon Sep 17 00:00:00 2001 From: juliangiebel Date: Mon, 11 Nov 2024 19:56:20 +0100 Subject: [PATCH] Bump version Fix typo --- SS14.MapServer/Controllers/GitHubWebhookController.cs | 2 +- SS14.MapServer/SS14.MapServer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SS14.MapServer/Controllers/GitHubWebhookController.cs b/SS14.MapServer/Controllers/GitHubWebhookController.cs index 9c64849..7c3da00 100644 --- a/SS14.MapServer/Controllers/GitHubWebhookController.cs +++ b/SS14.MapServer/Controllers/GitHubWebhookController.cs @@ -99,7 +99,7 @@ private async Task HandlePullRequestEvent(PullRequestEventPayload payload) if (files.Count == 0) return; - // Ensure the the ref will always just be the branch name + // Ensure the ref will always just be the branch name var bareRef = Path.GetFileName(headCommit.Ref); // Prevent PRs from the master branch causing issues diff --git a/SS14.MapServer/SS14.MapServer.csproj b/SS14.MapServer/SS14.MapServer.csproj index 0006a54..565300b 100644 --- a/SS14.MapServer/SS14.MapServer.csproj +++ b/SS14.MapServer/SS14.MapServer.csproj @@ -5,7 +5,7 @@ enable enable Linux - 1.1.8 + 1.1.9