diff --git a/.github/workflows/nuget.build.yml b/.github/workflows/nuget.build.yml index 88f08bfe..d4f1ca57 100644 --- a/.github/workflows/nuget.build.yml +++ b/.github/workflows/nuget.build.yml @@ -30,4 +30,4 @@ jobs: - name: Pack run: | - nuget pack -version 1.0.0 wuganhao.fmt.nuspec \ No newline at end of file + nuget pack -version 1.0.0 wuganhao.fmtlib.nuspec -outputdirectory dist \ No newline at end of file diff --git a/wuganhao.fmt.nuspec b/wuganhao.fmtlib.nuspec similarity index 61% rename from wuganhao.fmt.nuspec rename to wuganhao.fmtlib.nuspec index d609cea9..acd33704 100644 --- a/wuganhao.fmt.nuspec +++ b/wuganhao.fmtlib.nuspec @@ -1,7 +1,7 @@ - fmtlib + wuganhao.fmtlib $version$ {fmt} lib nuget package Wu, Ganhao<wuganhao@hotmail.com> @@ -10,11 +10,14 @@ fmtlib fmt lib fmtlib std::format + + + - - - - + + + + \ No newline at end of file diff --git a/wuganhao.fmt.targets b/wuganhao.fmtlib.targets similarity index 100% rename from wuganhao.fmt.targets rename to wuganhao.fmtlib.targets