KalikoCMS.Core 1.0.0-beta2

This is a prerelease version of KalikoCMS.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package KalikoCMS.Core --version 1.0.0-beta2
                    
NuGet\Install-Package KalikoCMS.Core -Version 1.0.0-beta2
                    
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="1.0.0-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KalikoCMS.Core" Version="1.0.0-beta2" />
                    
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 1.0.0-beta2
                    
#r "nuget: KalikoCMS.Core, 1.0.0-beta2"
                    
#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=KalikoCMS.Core&version=1.0.0-beta2&prerelease
                    
Install KalikoCMS.Core as a Cake Addin
#tool nuget:?package=KalikoCMS.Core&version=1.0.0-beta2&prerelease
                    
Install KalikoCMS.Core 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.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on KalikoCMS.Core:

Package Downloads
KalikoCMS.Data.SQLite

Package contains SQLite provider for Kaliko CMS - an open-source content management system. You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

KalikoCMS.Data.SqlServer

Package contains SQL Server provider for Kaliko CMS - an open-source content management system. You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

KalikoCMS.Mvc

Package contains the ASP.NET Mvc provider for Kaliko CMS - an open-source content management system. You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

KalikoCMS.WebForms

Package contains the ASP.NET WebForms provider for Kaliko CMS - an open-source content management system. You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

KalikoCMS.Identity

Package contains the ASP.NET Identity provider for Kaliko CMS - an open-source content management system. Provides database independent authentication for your Kaliko CMS project. You'll find information on how to get started over at: http://kaliko.com/cms/get-started/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.6-beta1 708 1/18/2020
1.2.5 6,512 5/29/2019
1.2.5-beta1 2,923 5/19/2019
1.2.4 4,753 10/8/2018
1.2.4-beta5 3,196 9/16/2018
1.2.4-beta4 1,098 2/24/2018
1.2.4-beta3 1,040 2/4/2018
1.2.4-beta2 1,034 1/21/2018
1.2.4-beta1 1,132 1/14/2018
1.2.3 5,499 12/9/2017
1.2.3-rc1 3,664 11/21/2017
1.2.3-beta2 3,680 8/13/2017
1.2.2 4,384 7/7/2017
1.2.1 4,380 7/5/2017
1.2.1-rc2 3,445 6/1/2017
1.2.0 5,548 10/16/2016
1.2.0-rc2 3,625 9/28/2016
1.2.0-beta3 3,583 7/9/2016
1.2.0-beta1 3,685 5/20/2016
1.1.1 5,664 1/20/2016
1.1.1-beta 3,412 1/9/2016
1.1.0 4,446 12/13/2015
1.1.0-beta2 3,423 12/5/2015
1.0.1 4,500 9/11/2015
1.0.1-beta 3,476 9/8/2015
1.0.0 4,800 8/18/2015
1.0.0-rc1 3,992 8/14/2015
1.0.0-beta3 3,537 8/11/2015
1.0.0-beta2 3,814 7/15/2015
1.0.0-beta1 3,811 6/28/2015
0.9.9 4,992 11/25/2014
0.9.8 4,604 11/21/2014
0.9.8-beta 3,691 11/10/2014
0.9.7-beta 4,316 11/3/2014
0.9.6-beta 3,779 10/25/2014
0.9.5-beta2 1,108 10/14/2014
0.9.5-beta 3,833 10/14/2014
0.9.4-beta 1,097 9/23/2014
0.9.3-beta 2,306 9/21/2014
0.9.2-beta 2,518 9/5/2014

Added Markdown property type
Added option to set URL segment when editing a page
Added option to set sort order when editing a page
Added option to set visibility in sitemaps when editing a page
Added page versioning
Added page published event
Divided startup code in pre and post CMS initialization
Improved custom routing in MVC provider
Added function to fetch all pages based on a predicate filter
Added original status for use on working copies
Fixed support for application paths in page URLs
Fixed support for abstract (inehrited) MVC controllers
Fixed property HTML output for Razor views
Fixed default log path to use the |DataDirectory| alias
Fixed bug overwriting image preview in editor
Fixed log level for datacontext
Fixed assembly resolver for SQLite