Owin.Framework.Pages.CMS.Manager
1.4.0
See the version list below for details.
dotnet add package Owin.Framework.Pages.CMS.Manager --version 1.4.0
NuGet\Install-Package Owin.Framework.Pages.CMS.Manager -Version 1.4.0
<PackageReference Include="Owin.Framework.Pages.CMS.Manager" Version="1.4.0" />
paket add Owin.Framework.Pages.CMS.Manager --version 1.4.0
#r "nuget: Owin.Framework.Pages.CMS.Manager, 1.4.0"
// Install Owin.Framework.Pages.CMS.Manager as a Cake Addin #addin nuget:?package=Owin.Framework.Pages.CMS.Manager&version=1.4.0 // Install Owin.Framework.Pages.CMS.Manager as a Cake Tool #tool nuget:?package=Owin.Framework.Pages.CMS.Manager&version=1.4.0
Provides a UI for editing pages, layouts, regions etc within the CMS. You can include this in your website to allow the pages to be modified, or you can build a separate website (intranet) for managing website content
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Newtonsoft.Json (>= 7.0.1)
- Owin.Framework (>= 2.7.1)
- Owin.Framework.Pages.CMS.Runtime (>= 1.4.0)
- Owin.Framework.Pages.Core (>= 1.4.0)
- Owin.Framework.Pages.Restful (>= 1.4.0)
- Urchin.Client (>= 1.3.2)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 7.0.1)
- Owin.Framework (>= 2.7.1)
- Owin.Framework.Pages.CMS.Runtime (>= 1.4.0)
- Owin.Framework.Pages.Core (>= 1.4.0)
- Owin.Framework.Pages.Restful (>= 1.4.0)
- Urchin.Client (>= 1.3.2)
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.4.1 | 1,086 | 4/3/2020 |
1.4.0 | 1,136 | 4/1/2020 |
1.3.17 | 959 | 3/11/2020 |
1.3.15 | 1,053 | 2/29/2020 |
1.3.14 | 945 | 2/24/2020 |
1.3.13 | 946 | 2/24/2020 |
1.3.12 | 978 | 2/24/2020 |
1.3.11 | 954 | 2/21/2020 |
1.3.9 | 994 | 2/21/2020 |
1.3.8 | 955 | 2/20/2020 |
1.3.7 | 921 | 2/19/2020 |
1.3.6 | 942 | 2/18/2020 |
1.3.5 | 925 | 2/17/2020 |
1.3.4 | 989 | 2/17/2020 |
1.2.14 | 973 | 2/14/2020 |
1.2.13 | 943 | 2/14/2020 |
1.2.11 | 957 | 2/4/2020 |
1.2.10 | 942 | 1/14/2020 |
1.2.9 | 983 | 1/12/2020 |
1.2.7 | 941 | 12/12/2019 |
1.2.6 | 940 | 9/25/2019 |
1.2.5 | 1,015 | 8/1/2019 |
Major refactoring of the templating system so that templates can render data bound content
into other areas of the page and not just the body. This allows the template parsers that
parse Javascript to support back-ticks for mustache data binding in the Javascript. This is
especially useful when using Vue.js to initialize the "data" attribute of the view model
with server-side data binding.