From 5bc122109b5e5d3002a1b1bbb4b24a59330fb834 Mon Sep 17 00:00:00 2001 From: getBlup Date: Mon, 4 Jul 2022 09:35:24 +0200 Subject: [PATCH] 2sxc 14 migration --- .data/app.xml | 6 +++--- _SnippetInject.cshtml | 2 +- readme.md | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.data/app.xml b/.data/app.xml index 2ef3520..d4604e6 100644 --- a/.data/app.xml +++ b/.data/app.xml @@ -1,5 +1,5 @@ - +
@@ -396,13 +396,13 @@ - + - + diff --git a/_SnippetInject.cshtml b/_SnippetInject.cshtml index 5e80f3f..5a0f806 100644 --- a/_SnippetInject.cshtml +++ b/_SnippetInject.cshtml @@ -1,4 +1,4 @@ -@inherits Custom.Hybrid.Razor12 +@inherits Custom.Hybrid.Razor14 @using ToSic.Razor.Blade; @{ // Detect what kind of snippet this is (js, html, css) diff --git a/readme.md b/readme.md index 9ec81e5..da40de9 100644 --- a/readme.md +++ b/readme.md @@ -36,4 +36,6 @@ But note that you usually don't want to do this, as added snippets should just b * Switched all injects to use Razor * Reduced views to a single file * v3.01 2022-05 - * Activated Lightspeed \ No newline at end of file + * Activated Lightspeed +* v3.02 2022-06 + * Replaced all base classes with their 2sxc 14 equivalend \ No newline at end of file