Skip to content

Commit

Permalink
Fixed the api product header
Browse files Browse the repository at this point in the history
  • Loading branch information
slxdy committed Nov 14, 2024
1 parent d1748ea commit a561e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit a561e3d

Please sign in to comment.