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"; } }