KalikoCMS.Core 0.9.9

dotnet add package KalikoCMS.Core --version 0.9.9
                    
NuGet\Install-Package KalikoCMS.Core -Version 0.9.9
                    
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="KalikoCMS.Core" Version="0.9.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KalikoCMS.Core" Version="0.9.9" />
                    
Directory.Packages.props
<PackageReference Include="KalikoCMS.Core" />
                    
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 KalikoCMS.Core --version 0.9.9
                    
#r "nuget: KalikoCMS.Core, 0.9.9"
                    
#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.
#:package KalikoCMS.Core@0.9.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=KalikoCMS.Core&version=0.9.9
                    
Install as a Cake Addin
#tool nuget:?package=KalikoCMS.Core&version=0.9.9
                    
Install as a Cake Tool

Kaliko CMS is an open-source content management system. Package contains the core files for Kaliko CMS.

Please also make sure that you install a page provider (either KalikoCMS.WebForms or KalikoCMS.Mvc) and a data provider of your choice (KalikoCMS.Data.*).

You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.9 519 11/25/2014
0.9.8 92 11/21/2014
0.9.8-beta 205 11/10/2014
0.9.7-beta 529 11/3/2014
0.9.6-beta 46 10/25/2014
0.9.5-beta2 49 10/14/2014
0.9.5-beta 64 10/14/2014
0.9.4-beta 49 9/23/2014
0.9.3-beta 52 9/21/2014
0.9.2-beta 71 9/5/2014

Fixed broken upload component