From 18c7a431076229566d69b93c3f43cf73ccb7891e Mon Sep 17 00:00:00 2001 From: GunYeng Date: Mon, 27 Apr 2026 00:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Acdiu.AspNetCore.Mvc.Commons.csproj | 43 +++++++++++++++++++---------- README.md | 4 ++- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/Acdiu.AspNetCore.Mvc.Commons.csproj b/Acdiu.AspNetCore.Mvc.Commons.csproj index fd3b38e..6131935 100644 --- a/Acdiu.AspNetCore.Mvc.Commons.csproj +++ b/Acdiu.AspNetCore.Mvc.Commons.csproj @@ -1,21 +1,34 @@  - - net10.0 - enable - enable - favicon.ico - True - + + net10.0 + enable + enable + favicon.ico + True + True + 1.0.0-preview.$([System.DateTime]::Now.ToString("yyyyMMddHHmm")) + - - - + + + - - - - - + + + + + + + + $(GITEA_TOKEN_ACDIU_NET) + https://git.acdiu.net/api/packages/gunyeng/nuget/index.json + + + + + + diff --git a/README.md b/README.md index dd15535..4ad2834 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Acdiu.AspNetCore.Mvc.Commons \ No newline at end of file +# Acdiu.AspNetCore.Mvc.Commons + +适用于 ASP.NET Core MVC 的公共组件库,包含一些常用的功能和工具类,旨在提高开发效率和代码质量。 \ No newline at end of file