mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 10:25:36 +00:00
TagObject fixes
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Octokit
|
||||
}
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods",
|
||||
Justification = "Name defined by web api and required for deserialisation")]
|
||||
Justification = "Name defined by web api and required for deserialization")]
|
||||
public TaggedType Type { get; protected set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user