mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
Rename value to version
The parameter name was incorrect.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
{
|
||||
}
|
||||
|
||||
public ProductHeaderValue(string name, string value)
|
||||
: this(new System.Net.Http.Headers.ProductHeaderValue(name, value))
|
||||
public ProductHeaderValue(string name, string version)
|
||||
: this(new System.Net.Http.Headers.ProductHeaderValue(name, version))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user