diff --git a/Blog.Core.Build.bat b/Tiobon.Core.Build.bat similarity index 100% rename from Blog.Core.Build.bat rename to Tiobon.Core.Build.bat diff --git a/Blog.Core.Clean.bat b/Tiobon.Core.Clean.bat similarity index 100% rename from Blog.Core.Clean.bat rename to Tiobon.Core.Clean.bat diff --git a/Blog.Core.Publish.Docker.Jenkins.sh b/Tiobon.Core.Publish.Docker.Jenkins.sh similarity index 100% rename from Blog.Core.Publish.Docker.Jenkins.sh rename to Tiobon.Core.Publish.Docker.Jenkins.sh diff --git a/Blog.Core.Publish.Docker.sh b/Tiobon.Core.Publish.Docker.sh similarity index 100% rename from Blog.Core.Publish.Docker.sh rename to Tiobon.Core.Publish.Docker.sh diff --git a/Blog.Core.Publish.Linux.sh b/Tiobon.Core.Publish.Linux.sh similarity index 100% rename from Blog.Core.Publish.Linux.sh rename to Tiobon.Core.Publish.Linux.sh diff --git a/Blog.Core.Publish.bat b/Tiobon.Core.Publish.bat similarity index 59% rename from Blog.Core.Publish.bat rename to Tiobon.Core.Publish.bat index cfe49e73..7b948d34 100644 --- a/Blog.Core.Publish.bat +++ b/Tiobon.Core.Publish.bat @@ -8,11 +8,11 @@ dotnet build cd Tiobon.Core.Api -dotnet publish -o ..\Tiobon.Core.Api\bin\Debug\net7.0\ +dotnet publish -o ..\Tiobon.Core.Api\bin\Debug\net8.0\ md ..\.PublishFiles -xcopy ..\Tiobon.Core.Api\bin\Debug\net7.0\*.* ..\.PublishFiles\ /s /e +xcopy ..\Tiobon.Core.Api\bin\Debug\net8.0\*.* ..\.PublishFiles\ /s /e echo "Successfully!!!! ^ please see the file .PublishFiles" diff --git a/Blog.Core.System.Architecture.png b/Tiobon.Core.System.Architecture.png similarity index 100% rename from Blog.Core.System.Architecture.png rename to Tiobon.Core.System.Architecture.png