mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Remove obsolete items - SshKey
- SshKeysClient - SshKey - SshKeyInfo - SshKeyUpdate
This commit is contained in:
@@ -420,7 +420,6 @@
|
||||
<Compile Include="Authentication\AnonymousAuthenticator.cs" />
|
||||
<Compile Include="Authentication\Authenticator.cs" />
|
||||
<Compile Include="Clients\ReleasesClient.cs" />
|
||||
<Compile Include="Clients\SshKeysClient.cs" />
|
||||
<Compile Include="Exceptions\ApiValidationException.cs" />
|
||||
<Compile Include="Exceptions\ForbiddenException.cs" />
|
||||
<Compile Include="Exceptions\LoginAttemptsExceededException.cs" />
|
||||
@@ -444,7 +443,6 @@
|
||||
<Compile Include="Clients\IMiscellaneousClient.cs" />
|
||||
<Compile Include="Clients\IReleasesClient.cs" />
|
||||
<Compile Include="Clients\INotificationsClient.cs" />
|
||||
<Compile Include="Clients\ISshKeysClient.cs" />
|
||||
<Compile Include="Clients\IOrganizationsClient.cs" />
|
||||
<Compile Include="Helpers\IReadOnlyPagedCollection.cs" />
|
||||
<Compile Include="Clients\IRepositoriesClient.cs" />
|
||||
@@ -475,7 +473,6 @@
|
||||
<Compile Include="Http\IRequest.cs" />
|
||||
<Compile Include="Http\IResponse.cs" />
|
||||
<Compile Include="Http\Request.cs" />
|
||||
<Compile Include="Helpers\ModelExtensions.cs" />
|
||||
<Compile Include="Models\Response\Authorization.cs" />
|
||||
<Compile Include="Models\Request\AuthorizationUpdate.cs" />
|
||||
<Compile Include="Models\Request\NewAuthorization.cs" />
|
||||
@@ -488,9 +485,6 @@
|
||||
<Compile Include="Models\Response\ReleaseAsset.cs" />
|
||||
<Compile Include="Models\Request\ReleaseUpdate.cs" />
|
||||
<Compile Include="Models\Response\Repository.cs" />
|
||||
<Compile Include="Models\Response\SshKey.cs" />
|
||||
<Compile Include="Models\Response\SshKeyInfo.cs" />
|
||||
<Compile Include="Models\Request\SshKeyUpdate.cs" />
|
||||
<Compile Include="Models\Response\User.cs" />
|
||||
<Compile Include="Models\Request\UserUpdate.cs" />
|
||||
<Compile Include="Helpers\StringExtensions.cs" />
|
||||
|
||||
Reference in New Issue
Block a user