From a561e3df2e80763f3269d40695d62c430f99af42 Mon Sep 17 00:00:00 2001 From: slxdy Date: Thu, 14 Nov 2024 23:25:18 +0100 Subject: [PATCH] Fixed the api product header --- Generator/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator/Program.cs b/Generator/Program.cs index 6fba413..9ba9475 100644 --- a/Generator/Program.cs +++ b/Generator/Program.cs @@ -13,7 +13,7 @@ internal static class Program private static string repoName = null!; private static string repoMainBranch = null!; - private static readonly GitHubClient github = new GitHubClient(new ProductHeaderValue("MelonLoader.UnityDependencies Generator")); + private static readonly GitHubClient github = new GitHubClient(new ProductHeaderValue("MelonLoader.UnityDependencies")); private static readonly HttpClient http = new(); private static readonly int[] majorVersions =