CEK.CSharp
0.2.2
dotnet add package CEK.CSharp --version 0.2.2
NuGet\Install-Package CEK.CSharp -Version 0.2.2
<PackageReference Include="CEK.CSharp" Version="0.2.2" />
paket add CEK.CSharp --version 0.2.2
#r "nuget: CEK.CSharp, 0.2.2"
// Install CEK.CSharp as a Cake Addin
#addin nuget:?package=CEK.CSharp&version=0.2.2
// Install CEK.CSharp as a Cake Tool
#tool nuget:?package=CEK.CSharp&version=0.2.2
Clova Extensions Kit C# SDK
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.AspNetCore (>= 2.2.0)
- Newtonsoft.Json (>= 12.0.2)
- System.Security.Cryptography.Csp (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.2.2 - Bug fix (Change clova instance from Singleton -> Scoped)
0.2.1 - Typo fix and referenced nuget version match
0.2.0 - [Breaking Change included] Change name space and how it works. Released under LINE Developer Community
0.1.8 - Added AudioPlayer
0.1.7 - Embed Cert info for performance reason
0.1.6 - Move SetSessionAttributesFrom method to appropriate class
0.1.5 - Target this library as .NET Standard 1.3
0.1.4 - Specify dependencies
0.1.3 - Convert to .NET Standard 1.3
0.1.2 - fix typo
0.1.1 - fix namespace
0.1.0 - initial