[MAINT] Tweak User-Agent to refer to Octokit.net, not just Octokit (#2447)

This commit is contained in:
Tim Rogers
2022-07-11 15:04:44 +01:00
committed by GitHub
parent b023602347
commit 3d6cdc459f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -768,7 +768,7 @@ namespace Octokit
static string FormatUserAgent(ProductHeaderValue productInformation)
{
return string.Format(CultureInfo.InvariantCulture, "{0} ({1}; {2}; Octokit {3})",
return string.Format(CultureInfo.InvariantCulture, "{0} ({1}; {2}; Octokit.net {3})",
productInformation,
GetPlatformInformation(),
GetCultureInformation(),