Citrina 1.2.10
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Citrina --version 1.2.10
NuGet\Install-Package Citrina -Version 1.2.10
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="Citrina" Version="1.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Citrina --version 1.2.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Citrina, 1.2.10"
#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 Citrina as a Cake Addin #addin nuget:?package=Citrina&version=1.2.10 // Install Citrina as a Cake Tool #tool nuget:?package=Citrina&version=1.2.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Citrina is a high-performance VK API realization for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 9.0.1)
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 |
---|---|---|
3.0.1 | 1,573 | 12/14/2017 |
3.0.0 | 1,145 | 9/24/2017 |
2.5.3 | 1,377 | 6/17/2017 |
2.5.1 | 1,217 | 6/8/2017 |
2.5.0 | 1,287 | 6/4/2017 |
2.4.0 | 1,294 | 5/28/2017 |
2.3.1 | 1,277 | 5/28/2017 |
2.3.0 | 1,790 | 3/12/2017 |
2.2.0 | 1,477 | 3/4/2017 |
2.1.1 | 1,592 | 1/18/2017 |
2.1.0 | 1,201 | 1/13/2017 |
2.0.3 | 1,238 | 12/29/2016 |
1.2.11 | 2,006 | 11/4/2016 |
1.2.10 | 2,257 | 11/2/2016 |
1.2.7 | 1,561 | 10/27/2016 |
Added CallbackAPI support!
Use client.CallbackEvent type as POST input parameter on your server.
Use client.CallbackApi.GetEventType and client.CallbackApi.GetEventObject to get an Object model from VK event.
Callback object types are WallReplyCallback, AudioNewCallback, GroupJoinCallback...