From fee005808cf258bbcee735bf1ecda672bf9db7c6 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Mon, 12 Feb 2024 22:03:52 +0800 Subject: [PATCH] Rename NuGet configuration files. --- .github/workflows/Publish.yml | 2 +- BuildAllTargets.proj | 2 +- Mint.NuGet/{Mint.nuspec => Chuyu.Mint.nuspec} | 4 ++-- Mint.NuGet/{Mint.props => Chuyu.Mint.props} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename Mint.NuGet/{Mint.nuspec => Chuyu.Mint.nuspec} (92%) rename Mint.NuGet/{Mint.props => Chuyu.Mint.props} (93%) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 0d5044d..361e608 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -22,4 +22,4 @@ jobs: shell: cmd run: | :: 把生成的nuget包发布到nuget中 - nuget push Output\MINT.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json + nuget push Output\Chuyu.Mint.nupkg -ApiKey ${{ secrets.NUGET_TOKEN }} -Source https://api.nuget.org/v3/index.json diff --git a/BuildAllTargets.proj b/BuildAllTargets.proj index 86fbddf..71b1c0e 100644 --- a/BuildAllTargets.proj +++ b/BuildAllTargets.proj @@ -7,6 +7,6 @@ Projects="$(MSBuildThisFileDirectory)Mile.Project.Windows\Mile.Project.NuGetPackaging.proj" Targets="Restore;Build" StopOnFirstFailure="True" - Properties="PreferredToolArchitecture=x64;NuspecFile=$(MSBuildThisFileDirectory)Mint.NuGet\Mint.nuspec" /> + Properties="PreferredToolArchitecture=x64;NuspecFile=$(MSBuildThisFileDirectory)Mint.NuGet\Chuyu.Mint.nuspec" /> \ No newline at end of file diff --git a/Mint.NuGet/Mint.nuspec b/Mint.NuGet/Chuyu.Mint.nuspec similarity index 92% rename from Mint.NuGet/Mint.nuspec rename to Mint.NuGet/Chuyu.Mint.nuspec index 0e60590..92c7ea4 100644 --- a/Mint.NuGet/Mint.nuspec +++ b/Mint.NuGet/Chuyu.Mint.nuspec @@ -1,7 +1,7 @@