From 793dcb072765ee8122dd2fede2f9260ef5d99fdf Mon Sep 17 00:00:00 2001 From: Louis Fischer Date: Wed, 27 Dec 2023 23:43:19 -0600 Subject: [PATCH] Updated Dependiences (#4) --- .../Cake.GitHub.Endpoints.csproj | 12 ++++++------ src/Cake.GitHub.Endpoints/Constants.cs | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Cake.GitHub.Endpoints/Cake.GitHub.Endpoints.csproj b/src/Cake.GitHub.Endpoints/Cake.GitHub.Endpoints.csproj index 227bd38..bce9cef 100644 --- a/src/Cake.GitHub.Endpoints/Cake.GitHub.Endpoints.csproj +++ b/src/Cake.GitHub.Endpoints/Cake.GitHub.Endpoints.csproj @@ -1,7 +1,7 @@  - net6.0 + net6.0;net7.0;net8.0 Cake.GitHub.Endpoints 0.0.1.0 true @@ -51,12 +51,12 @@ - - + + - - - + + + diff --git a/src/Cake.GitHub.Endpoints/Constants.cs b/src/Cake.GitHub.Endpoints/Constants.cs index ee660e3..66f708c 100644 --- a/src/Cake.GitHub.Endpoints/Constants.cs +++ b/src/Cake.GitHub.Endpoints/Constants.cs @@ -6,7 +6,7 @@ public static class HttpHeaders { public static class Values { - public const string UserAgent = "Cake GitHub Endpoints Client"; + public const string UserAgent = "cake-gh-endpoints"; } }