OCISDK.Core 0.6.5.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package OCISDK.Core --version 0.6.5.2
NuGet\Install-Package OCISDK.Core -Version 0.6.5.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OCISDK.Core" Version="0.6.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OCISDK.Core --version 0.6.5.2
#r "nuget: OCISDK.Core, 0.6.5.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OCISDK.Core as a Cake Addin
#addin nuget:?package=OCISDK.Core&version=0.6.5.2

// Install OCISDK.Core as a Cake Tool
#tool nuget:?package=OCISDK.Core&version=0.6.5.2

Unofficial Oracle Cloud Infrastructure SDK for .NET.
Supports several APIs.
This SDK is unofficial and does not support all OCI services. It is also intended for personal research and limited project use only.
Please be aware that the author is not responsible for any problems that may arise from using this SDK.
Please send comments and requests for this SDK to GitHub.

The RC version may contain bugs.
Use the official version for important work.

.Net向け非公式Oracle Cloud Infrastructure SDK。
一部のAPIにのみ対応。
本SDKは非公式であり、すべてのOCIサービスをサポートするものではありません。また、個人的な研究と限られたプロジェクトでの利用のみを想定しています。
本SDKを利用したことで発生したいかなる問題に関して作成者は責任を負いかねますのでご了承ください。
本SDKに対するご意見・ご要望はGitHubまでお願いします。

RCバージョンにはバグが含まれている場合があります。
重要な作業には公式バージョンを使用してください。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.7.2 595 9/2/2020
0.6.7.1 556 8/5/2020
0.6.7.1-rc 311 8/3/2020
0.6.6 562 7/10/2020
0.6.5.2 1,321 4/16/2020
0.6.5.1 567 4/9/2020
0.6.5 520 4/8/2020
0.6.5-rc 333 4/3/2020
0.6.4.2 497 3/10/2020
0.6.4.1-rc 383 3/5/2020
0.6.3 886 1/27/2020
0.6.3-rc 352 1/21/2020
0.6.2 708 12/9/2019
0.6.2-rc 340 12/5/2019
0.6.1.1-rc 372 11/29/2019
0.6.0-rc 330 11/27/2019
0.5.9 515 11/27/2019
0.5.8.7 569 11/20/2019
0.5.8.7-rc2 341 11/15/2019
0.5.8.3-rc 328 11/1/2019
0.5.8.2-rc 326 11/1/2019
0.5.8.1-rc 362 10/31/2019
0.5.8 544 10/24/2019
0.5.8-rc 372 10/15/2019
0.5.7.1-rc 335 10/10/2019
0.5.7-rc 359 10/10/2019
0.5.6 676 9/10/2019
0.5.6-rc 349 9/6/2019
0.5.5 577 8/19/2019
0.5.5-rc 372 8/9/2019
0.5.2 1,009 6/11/2019
0.5.1 629 6/11/2019
0.5.0 693 6/11/2019

2019/06/11 version 0.5.0 release
----
2019/11/27 version 0.6.0-rc release
2019/11/27 version 0.6.1-rc release
2019/11/29 version 0.6.1.1-rc release
2019/12/05 version 0.6.2-rc release
2019/12/09 version 0.6.2 release
2020/01/27 version 0.6.3 release
2020/03/10 version 0.6.4.2 release
   * Add Budget Service APIs
   * Add InstanceDefaultCredentials API(External cooperation)
2020/04/08 version 0.6.5 release
   * Threadsafe Signer is added to support each client.
   * Add ObjectStorage full APis
   * Add class equivalent to S3DirectoryInfo.
2020/04/09 version 0.6.5.1 release
   * Bug that forgets to Dispose when weResponse is processed. issue #28
2020/04/16 version 0.6.5.2 release
   * Add HeadObject API
   * ReadToEnd() is used in the Async client. issue #30
   * Room for speed improvements in ObjectStorageDirectoryInfo. issue #31