Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 898 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 898 Bytes

Build status NuGet Coverage Status Documentation

IBM Cloud SDK

The IBM.Cloud.SDK.Core is a core project of SDKs generated using the IBM OpenAPI SDK generator.

Installation

Nuget


PM > Install-Package IBM.Cloud.SDK.Core

.csproj

<ItemGroup>
    <PackageReference Include="IBM.Cloud.SDK.Core" Version="1.3.1" />
</ItemGroup>