SoftwareKobo.CnblogsAPI 1.2.5

dotnet add package SoftwareKobo.CnblogsAPI --version 1.2.5
                    
NuGet\Install-Package SoftwareKobo.CnblogsAPI -Version 1.2.5
                    
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="SoftwareKobo.CnblogsAPI" Version="1.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SoftwareKobo.CnblogsAPI" Version="1.2.5" />
                    
Directory.Packages.props
<PackageReference Include="SoftwareKobo.CnblogsAPI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SoftwareKobo.CnblogsAPI --version 1.2.5
                    
#r "nuget: SoftwareKobo.CnblogsAPI, 1.2.5"
                    
#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.
#addin nuget:?package=SoftwareKobo.CnblogsAPI&version=1.2.5
                    
Install SoftwareKobo.CnblogsAPI as a Cake Addin
#tool nuget:?package=SoftwareKobo.CnblogsAPI&version=1.2.5
                    
Install SoftwareKobo.CnblogsAPI as a Cake Tool

Cnblogs API

Product 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.

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
1.2.5 1,716 2/12/2015
1.2.4 1,168 2/5/2015
1.2.3 1,142 1/22/2015
1.2.2 1,582 1/5/2015
1.2.1 1,562 12/24/2014
1.2.0 1,451 12/24/2014
1.1.1 1,374 12/17/2014
1.1.0 1,344 12/12/2014
1.0.4 1,298 12/7/2014

1.2.0:
Add send comment,
Split Comment to NewsComment and ArticleComment
1.2.1:
fix some platform cache the result
1.2.2:
small update
1.2.3:
fix news title has empty space which is unnecessary.
1.2.4:
remove silverlight 5 support.
use WebUtility in .net framework.
update json.net.