diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6511449..2be7ede 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -47,14 +47,7 @@ jobs:
run: dotnet test -c Release --no-build --verbosity normal
- name: Pack
- run: |
- PACK_OPTIONS="/p:Authors=ikpil"
- PACK_OPTIONS+=" /p:Description=\"Small & portable byte-aligned LZ77 compression for C#\""
- PACK_OPTIONS+=" /p:RepositoryType=git"
- PACK_OPTIONS+=" /p:PackageProjectUrl=https://github.com/ikpil/DotFastLZ"
- PACK_OPTIONS+=" /p:RepositoryUrl=https://github.com/ikpil/DotFastLZ"
- PACK_OPTIONS+=" /p:PackageTags=\"compression fastlz unity3d lz77\""
- dotnet pack $PACK_OPTIONS /p:PackageVersion=${{ github.event.inputs.version }} -c Release --nologo --output working-nuget
+ run: dotnet pack -p:PackageVersion=${{ github.event.inputs.version }} -c Release --nologo --output working-nuget
- name: Publish the package to nuget.org
run: dotnet nuget push ./working-nuget/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
diff --git a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj
index 68b3a26..8753a5c 100644
--- a/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj
+++ b/src/DotFastLZ.Compression/DotFastLZ.Compression.csproj
@@ -1,13 +1,19 @@
-
- netstandard2.1
- DotFastLZ.Compression
- README.md
-
+
+ netstandard2.1
+ DotFastLZ.Compression
+ README.md
+ ikpil
+ Small and portable byte-aligned LZ77 compression for C#
+ git
+ https://github.com/ikpil/DotFastLZ
+ https://github.com/ikpil/DotFastLZ
+ compression fastlz unity3d lz77
+
-
-
-
+
+
+
diff --git a/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj b/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj
index 54496d4..ea36c3d 100644
--- a/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj
+++ b/src/DotFastLZ.Packaging.Tools/DotFastLZ.Packaging.Tools.csproj
@@ -6,14 +6,20 @@
6pack
DotFastLZ.Packaging.Tools
README.md
+ ikpil
+ Small and portable byte-aligned LZ77 compression for C#
+ git
+ https://github.com/ikpil/DotFastLZ
+ https://github.com/ikpil/DotFastLZ
+ compression fastlz unity3d lz77
-
+
-
+
diff --git a/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj b/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj
index 4eb7c29..b3c6618 100644
--- a/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj
+++ b/src/DotFastLZ.Packaging/DotFastLZ.Packaging.csproj
@@ -4,6 +4,12 @@
netstandard2.1
DotFastLZ.Packaging
README.md
+ ikpil
+ Small and portable byte-aligned LZ77 compression for C#
+ git
+ https://github.com/ikpil/DotFastLZ
+ https://github.com/ikpil/DotFastLZ
+ compression fastlz unity3d lz77
@@ -11,7 +17,7 @@
-
+