mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 04:56:29 +00:00
Revert "Implement extension methods and PublicKeyInfo class"
This reverts commit 1d82735096.
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Represents the data and name parsed from the Ssh key.
|
||||
/// </summary>
|
||||
[Obsolete("This helper class is obsolete. Please use PublicKeyInfo instead.")]
|
||||
[Obsolete("This class will be removed in a future release.")]
|
||||
public class SshKeyInfo
|
||||
{
|
||||
public SshKeyInfo(string data, string name)
|
||||
|
||||
Reference in New Issue
Block a user