aboutsummaryrefslogtreecommitdiff
path: root/back-end
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-31 21:22:00 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-31 21:22:00 -0500
commit272dad8ba722a6a1a072790cf13f3efb9f40f7af (patch)
treea5dc749b38eb73e9fc9ffcb39ef1b0ac27e8c155 /back-end
parentcedc795e7eea326e73a9625f5ca7bfbead9b34de (diff)
hopefully last commit before release & fix some minor annoyances
Diffstat (limited to 'back-end')
-rw-r--r--back-end/src/Content.Publishing.Blog.Admin.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/back-end/src/Content.Publishing.Blog.Admin.csproj b/back-end/src/Content.Publishing.Blog.Admin.csproj
index 0d63d90..d782a61 100644
--- a/back-end/src/Content.Publishing.Blog.Admin.csproj
+++ b/back-end/src/Content.Publishing.Blog.Admin.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
@@ -13,7 +13,7 @@
<Company>Vaughn Nugent</Company>
<Product>CMNext.Admin</Product>
<Description>A VNLib.Plugins.Essentials administration plugin for the CMNext content publishing platform.</Description>
- <Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
+ <Copyright>Copyright © 2024 Vaughn Nugent</Copyright>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/CMNext.Admin</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/CMNext/tree/master/</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -33,7 +33,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="FluentFTP" Version="48.0.3" />
+ <PackageReference Include="FluentFTP" Version="49.0.1" />
<PackageReference Include="Minio" Version="6.0.1" />
<PackageReference Include="VNLib.Plugins.Extensions.Loading" Version="0.1.0-ci0044" />
<PackageReference Include="VNLib.Plugins.Extensions.Validation" Version="0.1.0-ci0044" />