mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
[MAINT] Tweak User-Agent to refer to Octokit.net, not just Octokit (#2447)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user