OCISDK.Core 0.5.8.3-rc

This is a prerelease version of OCISDK.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OCISDK.Core --version 0.5.8.3-rc
NuGet\Install-Package OCISDK.Core -Version 0.5.8.3-rc
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.5.8.3-rc" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OCISDK.Core --version 0.5.8.3-rc
#r "nuget: OCISDK.Core, 0.5.8.3-rc"
#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.5.8.3-rc&prerelease

// Install OCISDK.Core as a Cake Tool
#tool nuget:?package=OCISDK.Core&version=0.5.8.3-rc&prerelease

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

Unofficial Oracle Cloud 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.

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

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

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 591 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,320 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 495 3/10/2020
0.6.4.1-rc 381 3/5/2020
0.6.3 883 1/27/2020
0.6.3-rc 350 1/21/2020
0.6.2 706 12/9/2019
0.6.2-rc 338 12/5/2019
0.6.1.1-rc 370 11/29/2019
0.6.0-rc 328 11/27/2019
0.5.9 513 11/27/2019
0.5.8.7 567 11/20/2019
0.5.8.7-rc2 339 11/15/2019
0.5.8.3-rc 326 11/1/2019
0.5.8.2-rc 324 11/1/2019
0.5.8.1-rc 360 10/31/2019
0.5.8 542 10/24/2019
0.5.8-rc 370 10/15/2019
0.5.7.1-rc 333 10/10/2019
0.5.7-rc 357 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,008 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/06/11 version 0.5.1 release
2019/06/11 version 0.5.2 release
2019/08/09 version 0.5.5-rc release
2019/08/19 version 0.5.5 release
2019/09/01 version 0.5.6-rc release
2019/09/10 version 0.5.6 release
2019/10/10 version 0.5.7-rc release
   * Revised Enum implementation and implemented ExtendedEnum class.
   * Significant correction of RestClient header parameter specification method.
   * add DNS APIs
   * add DatabaseSystem APIs
   * add ObjectStorage Bucket UpdateMethod
   * add LoadBalancer APIs
2019/10/10 version 0.5.7.1-rc release
   * Client DeleteMethod Bug fixed
2019/10/15 version 0.5.8-rc release
2019/10/24 version 0.5.8 release
    * add UserAPIs CreateUpdateDelete
    * add UserGroup APIs
    * add UIPassword APIs
    * add DRG APIs
    * audit version2.0 format(issue #11)
    * delete method call correction(issue #12)
2019/10/31 version 0.5.8.1-rc release
    * Polly setting Externalization
2019/11/1 version 0.5.8.3-rc release
    * Polly 7.1 support
    * Changed to Polly alone due to strong dependence on MS.Polly