mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Transfer methods from SshClient to UserKeysClient
Add unit and integration tests and CreatePublicKeyContext() helper method
This commit is contained in:
@@ -371,7 +371,6 @@
|
||||
<Compile Include="Models\Response\DeployKey.cs" />
|
||||
<Compile Include="Clients\IUserKeysClient.cs" />
|
||||
<Compile Include="Clients\UserKeysClient.cs" />
|
||||
<Compile Include="Helpers\ApiUrls.Keys.cs" />
|
||||
<Compile Include="Helpers\SerializeNullAttribute.cs" />
|
||||
<Compile Include="Models\Request\CommitRequest.cs" />
|
||||
<Compile Include="Models\Response\RepositoryPermissions.cs" />
|
||||
@@ -456,6 +455,7 @@
|
||||
<Compile Include="Models\Request\NewUser.cs" />
|
||||
<Compile Include="Models\Request\UserRename.cs" />
|
||||
<Compile Include="Models\Response\UserRenameResponse.cs" />
|
||||
<Compile Include="Models\Request\NewPublicKey.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user