diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 00000000..f072f570 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,3 @@ + + + diff --git a/src/cloudscribe.ContentUtils/cloudscribe.ContentUtils.csproj b/src/cloudscribe.ContentUtils/cloudscribe.ContentUtils.csproj index 1932af43..ef569621 100644 --- a/src/cloudscribe.ContentUtils/cloudscribe.ContentUtils.csproj +++ b/src/cloudscribe.ContentUtils/cloudscribe.ContentUtils.csproj @@ -2,7 +2,7 @@ Content utilities for html and markdown - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;blog,content diff --git a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.csproj b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.csproj index 78771174..c705868b 100644 --- a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.csproj +++ b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.csproj @@ -2,7 +2,7 @@ Bootstrap 3 pre-compiled views for cloudscribe Core and SimpleContent integration - 8.1.0 + 8.2.0 net8.0 Joe Audette true diff --git a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.csproj b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.csproj index fe8f65df..d35603bf 100644 --- a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.csproj +++ b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.csproj @@ -2,7 +2,7 @@ Bootstrap 4 pre-compiled views for cloudscribe Core and SimpleContent integration - 8.1.0 + 8.2.0 net8.0 Joe Audette true diff --git a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentCloning/Index.cshtml b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentCloning/Index.cshtml index 02b01848..28448518 100644 --- a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentCloning/Index.cshtml +++ b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentCloning/Index.cshtml @@ -3,7 +3,6 @@ @inject ICoreThemeHelper themeHelper @inject IStringLocalizer sr @inject IOptions uiOptionsAccessor -@inject ICkeditorOptionsResolver editorOptionsResolver @{ var uiOptions = uiOptionsAccessor.Value; var themeSettings = themeHelper.GetThemeSettings(); diff --git a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml index 85adf5a6..ee0ac6c1 100644 --- a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml +++ b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml @@ -2,12 +2,14 @@ @inject ICoreThemeHelper themeHelper @inject IStringLocalizer sr @inject IOptions uiOptionsAccessor +@inject ISummernoteOptionsResolver summernoteOptionsResolver @inject ICkeditorOptionsResolver editorOptionsResolver @{ var uiOptions = uiOptionsAccessor.Value; var themeSettings = themeHelper.GetThemeSettings(); if (themeSettings.AdminSideNavExpanded) { ViewData["SideNavToggle"] = "show"; } ViewData["SideNavVisible"] = true; + var summernoteOptions = await summernoteOptionsResolver.GetSummernoteOptions(); var ckOptions = await editorOptionsResolver.GetCkeditorOptions(); if (string.IsNullOrWhiteSpace(Model.AboutHeading)) { @@ -43,13 +45,15 @@
- +
diff --git a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5.csproj b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5.csproj index df630024..7314ba20 100644 --- a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5.csproj +++ b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5.csproj @@ -2,7 +2,7 @@ Bootstrap 5 pre-compiled views for cloudscribe Core and SimpleContent integration - 8.1.0 + 8.2.0 net8.0 Joe Audette true diff --git a/src/cloudscribe.Core.SimpleContent/cloudscribe.Core.SimpleContent.csproj b/src/cloudscribe.Core.SimpleContent/cloudscribe.Core.SimpleContent.csproj index bb11d309..7b60b0fa 100644 --- a/src/cloudscribe.Core.SimpleContent/cloudscribe.Core.SimpleContent.csproj +++ b/src/cloudscribe.Core.SimpleContent/cloudscribe.Core.SimpleContent.csproj @@ -2,7 +2,7 @@ integration library for integrating cloudscribe SimpleContent with cloudscribe Core multi-tenant web app foundation - 8.1.1 + 8.2.0 net8.0 Joe Audette cloudscribe;blog @@ -28,12 +28,12 @@ - - - - - - + + + + + + diff --git a/src/cloudscribe.MetaWeblog/cloudscribe.MetaWeblog.csproj b/src/cloudscribe.MetaWeblog/cloudscribe.MetaWeblog.csproj index c83e61b7..4c99897e 100644 --- a/src/cloudscribe.MetaWeblog/cloudscribe.MetaWeblog.csproj +++ b/src/cloudscribe.MetaWeblog/cloudscribe.MetaWeblog.csproj @@ -2,7 +2,7 @@ a re-useable implementation of the metaweblog api for asp.net core - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;metaweblog;api;asp.net core diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.SimpleContent.CompiledViews.Bootstrap3.csproj b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.SimpleContent.CompiledViews.Bootstrap3.csproj index 56ab96ce..b063b8fd 100644 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.SimpleContent.CompiledViews.Bootstrap3.csproj +++ b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.SimpleContent.CompiledViews.Bootstrap3.csproj @@ -2,7 +2,7 @@ Bootstrap 3 pre-compiled views for cloudscribe.SimpleContent.Web - 8.1.0 + 8.2.0 net8.0 Joe Audette true diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.SimpleContent.CompiledViews.Bootstrap4.csproj b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.SimpleContent.CompiledViews.Bootstrap4.csproj index 3fee7788..cf7e6633 100644 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.SimpleContent.CompiledViews.Bootstrap4.csproj +++ b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.SimpleContent.CompiledViews.Bootstrap4.csproj @@ -2,7 +2,7 @@ Bootstrap 4 pre-compiled views for cloudscribe.SimpleContent.Web - 8.1.0 + 8.2.0 net8.0 Joe Audette true diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/Edit.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/Edit.cshtml index da36da34..2b6e640c 100644 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/Edit.cshtml +++ b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/Edit.cshtml @@ -1,14 +1,13 @@ @model cloudscribe.SimpleContent.Web.ViewModels.PostEditViewModel @inject IStringLocalizer sr -@inject ICkeditorOptionsResolver editorOptionsResolver @inject IBlogRoutes blogRoutes @{ - var ckOptions = await editorOptionsResolver.GetCkeditorOptions(); var contentId = Model.Id; if (string.IsNullOrWhiteSpace(contentId)) { contentId = "draft-post-" + DateTime.UtcNow.ToString("yyyy-MM-dd-hh"); } } @section Styles { + }

@ViewBag.Title

@if (!string.IsNullOrEmpty(Model.Id)) diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentHtmlPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentHtmlPartial.cshtml index 53780dd5..da0ce746 100644 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentHtmlPartial.cshtml +++ b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentHtmlPartial.cshtml @@ -1,13 +1,16 @@ @model cloudscribe.SimpleContent.Web.ViewModels.PostEditViewModel +@inject ISummernoteOptionsResolver summernoteOptionsResolver @inject ICkeditorOptionsResolver editorOptionsResolver @{ + var summernoteOptions = await summernoteOptionsResolver.GetSummernoteOptions(); var ckOptions = await editorOptionsResolver.GetCkeditorOptions(); } - - + \ No newline at end of file diff --git a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentMarkdownPartial.cshtml b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentMarkdownPartial.cshtml index ff2e804f..ba90dfe2 100644 --- a/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentMarkdownPartial.cshtml +++ b/src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/EditContentMarkdownPartial.cshtml @@ -1,21 +1,22 @@ @model cloudscribe.SimpleContent.Web.ViewModels.PostEditViewModel +@inject ISummernoteOptionsResolver summernoteOptionsResolver @inject ICkeditorOptionsResolver editorOptionsResolver @inject IStringLocalizer sr @{ + var summernoteOptions = await summernoteOptionsResolver.GetSummernoteOptions(); var ckOptions = await editorOptionsResolver.GetCkeditorOptions(); var contentId = Model.Id; if (string.IsNullOrWhiteSpace(contentId)) { contentId = "draft-post-" + DateTime.UtcNow.ToString("yyyy-MM-dd-hh"); } } - +
@@ -538,8 +548,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -581,13 +591,15 @@
- +
@@ -601,8 +613,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -644,13 +656,15 @@
- +
diff --git a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/GalleryWithContentEdit.cshtml b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/GalleryWithContentEdit.cshtml index e8f4952e..1600fd2e 100644 --- a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/GalleryWithContentEdit.cshtml +++ b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/GalleryWithContentEdit.cshtml @@ -6,11 +6,13 @@ @using System.Net @inject IStringLocalizer sr @inject IAntiforgery antiforgery +@inject ISummernoteOptionsResolver summernoteOptionsResolver @inject ICkeditorOptionsResolver editorOptionsResolver @inject IGalleryOptionsProvider galleryOptionsProvider @{ var tokens = antiforgery.GetAndStoreTokens(Context); + var summernoteOptions = await summernoteOptionsResolver.GetSummernoteOptions(); var ckOptions = await editorOptionsResolver.GetCkeditorOptions(); var sorted = Model.Items.OrderBy(x => x.Sort).ToList(); int i = 1; @@ -80,8 +82,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -119,23 +121,26 @@
- - +
- +
- +
@@ -108,8 +111,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -151,14 +154,15 @@
- - +
@@ -171,8 +175,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -214,13 +218,15 @@
- +
@@ -233,8 +239,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -276,13 +282,15 @@
- + diff --git a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/TwoSectionsWithImageEdit.cshtml b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/TwoSectionsWithImageEdit.cshtml index 90593485..b802f009 100644 --- a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/TwoSectionsWithImageEdit.cshtml +++ b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/ContentTemplates/TwoSectionsWithImageEdit.cshtml @@ -4,11 +4,13 @@ @using Microsoft.AspNetCore.Antiforgery @inject IStringLocalizer sr @inject IAntiforgery antiforgery +@inject ISummernoteOptionsResolver summernoteOptionsResolver @inject ICkeditorOptionsResolver editorOptionsResolver @inject IColumnTemplateOptionsProvider optionsProvider @{ var tokens = antiforgery.GetAndStoreTokens(Context); + var summernoteOptions = await summernoteOptionsResolver.GetSummernoteOptions(); var ckOptions = await editorOptionsResolver.GetCkeditorOptions(); var options = await optionsProvider.ResolveColumnTemplateOptions(Context.Request.Host.Host, Context.Request.Path); } @@ -40,8 +42,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -83,14 +85,15 @@ - - +
@@ -102,8 +105,8 @@ data-dropzone="" data-upload-url="@Url.Action("DropFile", "FileManager")" data-anti-forgery-token="@tokens.RequestToken" - data-file-browse-url="@ckOptions.ImageBrowseUrl" - data-file-crop-url="@ckOptions.CropFileUrl" + data-file-browse-url="@summernoteOptions.ImageBrowseUrl" + data-file-crop-url="@summernoteOptions.CropFileUrl" data-target-path="@options.NewImagePath" data-create-thumb="@options.CreateThumbnails.ToString().ToLower()" data-resize-image="true" @@ -145,14 +148,15 @@
- - +
diff --git a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/RoleBasedContentRenderPartial.cshtml b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/RoleBasedContentRenderPartial.cshtml index baedc570..ecda32a6 100644 --- a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/RoleBasedContentRenderPartial.cshtml +++ b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/Views/Shared/RoleBasedContentRenderPartial.cshtml @@ -7,7 +7,6 @@ @using Newtonsoft.Json; @using System.Net @inject IAntiforgery antiforgery -@inject ICkeditorOptionsResolver editorOptionsResolver @{ var isAuthenticated = User.Identity.IsAuthenticated; diff --git a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5.csproj b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5.csproj index 2c711586..f1ee38e9 100644 --- a/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5.csproj +++ b/src/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5/cloudscribe.SimpleContent.ContentTemplates.Bootstrap5.csproj @@ -2,7 +2,7 @@ A set of Content Templates for cloudscribe.SimpleContent using Bootstrap 5 - 8.1.1 + 8.2.0 net8.0 Joe Audette true diff --git a/src/cloudscribe.SimpleContent.MetaWeblog/cloudscribe.SimpleContent.MetaWeblog.csproj b/src/cloudscribe.SimpleContent.MetaWeblog/cloudscribe.SimpleContent.MetaWeblog.csproj index 93960ee3..26e472f4 100644 --- a/src/cloudscribe.SimpleContent.MetaWeblog/cloudscribe.SimpleContent.MetaWeblog.csproj +++ b/src/cloudscribe.SimpleContent.MetaWeblog/cloudscribe.SimpleContent.MetaWeblog.csproj @@ -2,7 +2,7 @@ cloudscribe.SimpleContent.MetaWeblog Class Library - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;metaweblog;blog;cms @@ -25,9 +25,9 @@ - - - + + + diff --git a/src/cloudscribe.SimpleContent.Models/cloudscribe.SimpleContent.Models.csproj b/src/cloudscribe.SimpleContent.Models/cloudscribe.SimpleContent.Models.csproj index cc03a667..068e72b4 100644 --- a/src/cloudscribe.SimpleContent.Models/cloudscribe.SimpleContent.Models.csproj +++ b/src/cloudscribe.SimpleContent.Models/cloudscribe.SimpleContent.Models.csproj @@ -2,7 +2,7 @@ cloudscribe.SimpleContent.Models Class Library - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;blog;cms @@ -24,7 +24,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj b/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj index 791b4638..f7b9d069 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.Common/cloudscribe.SimpleContent.Storage.EFCore.Common.csproj @@ -2,7 +2,7 @@ base package - Entity Framework Core implementation of cloudscribe SimpleContent commands and queries - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;commands;queries;ef diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.MSSQL/cloudscribe.SimpleContent.Storage.EFCore.MSSQL.csproj b/src/cloudscribe.SimpleContent.Storage.EFCore.MSSQL/cloudscribe.SimpleContent.Storage.EFCore.MSSQL.csproj index 6c7d5100..175fd90f 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.MSSQL/cloudscribe.SimpleContent.Storage.EFCore.MSSQL.csproj +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.MSSQL/cloudscribe.SimpleContent.Storage.EFCore.MSSQL.csproj @@ -2,7 +2,7 @@ MSSQL Entity Framework Core implementation of cloudscribe SimpleContent commands and queries - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;commands;queries;ef diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/cloudscribe.SimpleContent.Storage.EFCore.MySQL.csproj b/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/cloudscribe.SimpleContent.Storage.EFCore.MySQL.csproj index d156f63b..a2f9e377 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/cloudscribe.SimpleContent.Storage.EFCore.MySQL.csproj +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.MySQL/cloudscribe.SimpleContent.Storage.EFCore.MySQL.csproj @@ -2,7 +2,7 @@ MySQL Entity Framework Core implementation of cloudscribe SimpleContent commands and queries - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;commands;queries;ef diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql.csproj b/src/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql.csproj index f0256006..36a35e57 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql.csproj +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql/cloudscribe.SimpleContent.Storage.EFCore.PostgreSql.csproj @@ -2,7 +2,7 @@ PostgreSql Entity Framework Core implementation of cloudscribe SimpleContent commands and queries - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;commands;queries;ef @@ -27,7 +27,7 @@ - + diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.SQLite/cloudscribe.SimpleContent.Storage.EFCore.SQLite.csproj b/src/cloudscribe.SimpleContent.Storage.EFCore.SQLite/cloudscribe.SimpleContent.Storage.EFCore.SQLite.csproj index 939421f9..0d871e4d 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.SQLite/cloudscribe.SimpleContent.Storage.EFCore.SQLite.csproj +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.SQLite/cloudscribe.SimpleContent.Storage.EFCore.SQLite.csproj @@ -2,7 +2,7 @@ SQLite Entity Framework Core implementation of cloudscribe SimpleContent commands and queries - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;commands;queries;ef diff --git a/src/cloudscribe.SimpleContent.Storage.EFCore.pgsql/cloudscribe.SimpleContent.Storage.EFCore.pgsql.csproj b/src/cloudscribe.SimpleContent.Storage.EFCore.pgsql/cloudscribe.SimpleContent.Storage.EFCore.pgsql.csproj index f95e6d8c..f3753ea6 100644 --- a/src/cloudscribe.SimpleContent.Storage.EFCore.pgsql/cloudscribe.SimpleContent.Storage.EFCore.pgsql.csproj +++ b/src/cloudscribe.SimpleContent.Storage.EFCore.pgsql/cloudscribe.SimpleContent.Storage.EFCore.pgsql.csproj @@ -2,7 +2,7 @@ PostgreSql Entity Framework Core implementation of cloudscribe SimpleContent commands and queries - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;commands;queries;ef diff --git a/src/cloudscribe.SimpleContent.Storage.NoDb/cloudscribe.SimpleContent.Storage.NoDb.csproj b/src/cloudscribe.SimpleContent.Storage.NoDb/cloudscribe.SimpleContent.Storage.NoDb.csproj index 8fd41fc2..daa3c81d 100644 --- a/src/cloudscribe.SimpleContent.Storage.NoDb/cloudscribe.SimpleContent.Storage.NoDb.csproj +++ b/src/cloudscribe.SimpleContent.Storage.NoDb/cloudscribe.SimpleContent.Storage.NoDb.csproj @@ -2,7 +2,7 @@ cloudscribe.SimpleContent.Storage implemented with NoDb file system storage - 8.1.0 + 8.2.0 net8.0 Joe Audette cloudscribe;blog;json diff --git a/src/cloudscribe.SimpleContent.Syndication/cloudscribe.SimpleContent.Syndication.csproj b/src/cloudscribe.SimpleContent.Syndication/cloudscribe.SimpleContent.Syndication.csproj index dfeb913a..5fa947a2 100644 --- a/src/cloudscribe.SimpleContent.Syndication/cloudscribe.SimpleContent.Syndication.csproj +++ b/src/cloudscribe.SimpleContent.Syndication/cloudscribe.SimpleContent.Syndication.csproj @@ -2,7 +2,7 @@ cloudscribe.SimpleContent.Syndication Class Library - 8.1.0 + 8.2.0 net8.0 Joe Audette syndication;rss;atom;cloudscribe @@ -27,9 +27,9 @@ - + - + diff --git a/src/cloudscribe.SimpleContent.Web/StartupExtensions.cs b/src/cloudscribe.SimpleContent.Web/StartupExtensions.cs index 7fefe354..26b79a9c 100644 --- a/src/cloudscribe.SimpleContent.Web/StartupExtensions.cs +++ b/src/cloudscribe.SimpleContent.Web/StartupExtensions.cs @@ -86,7 +86,7 @@ IConfiguration configuration services.TryAddScoped(); // jk breaking change in Mediatr v12 will be...: - // services.AddMediatR(cfg => cfg.RegisterServicesFromAssemblies(Assembly.GetExecutingAssembly())); + //services.AddMediatR(cfg => cfg.RegisterServicesFromAssemblies(Assembly.GetExecutingAssembly())); services.AddMediatR(typeof(PageService).Assembly); diff --git a/src/cloudscribe.SimpleContent.Web/cloudscribe.SimpleContent.Web.csproj b/src/cloudscribe.SimpleContent.Web/cloudscribe.SimpleContent.Web.csproj index 9429cff3..dc4d897f 100644 --- a/src/cloudscribe.SimpleContent.Web/cloudscribe.SimpleContent.Web.csproj +++ b/src/cloudscribe.SimpleContent.Web/cloudscribe.SimpleContent.Web.csproj @@ -2,7 +2,7 @@ A simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database - 8.1.1 + 8.2.0 net8.0 Joe Audette cloudscribe;blog,content @@ -39,13 +39,13 @@ - - - - - - - + + + + + + + diff --git a/src/sourceDev.WebApp/sourceDev.WebApp.csproj b/src/sourceDev.WebApp/sourceDev.WebApp.csproj index c20eef8f..60f93377 100644 --- a/src/sourceDev.WebApp/sourceDev.WebApp.csproj +++ b/src/sourceDev.WebApp/sourceDev.WebApp.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -50,25 +50,25 @@ - - - + + + - - - - - + + + + + - - - - - - - + + + + + + +