diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml
index 65859d8..2e2eec3 100644
--- a/.github/workflows/test-and-publish.yml
+++ b/.github/workflows/test-and-publish.yml
@@ -53,7 +53,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Generate NuGet packages
- run: dotnet pack --configuration Release --no-build -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output ./packages
+ run: dotnet pack --configuration Release --no-build --output ./packages
- uses: actions/upload-artifact@v2
with:
name: Artifacts
diff --git a/Tsu.TreeSourceGen/src/Tsu.TreeSourceGen.csproj b/Tsu.TreeSourceGen/src/Tsu.TreeSourceGen.csproj
index 8b0680c..25c1f3d 100644
--- a/Tsu.TreeSourceGen/src/Tsu.TreeSourceGen.csproj
+++ b/Tsu.TreeSourceGen/src/Tsu.TreeSourceGen.csproj
@@ -8,13 +8,9 @@
enable
preview
- true
- true
- false
-
GGG KILLER © 2024
Tsu.TreeSourceGen
- 0.1.0
+ 0.1.1
A source generator that creates visitors for your trees.
diff --git a/build/Settings.Library.targets b/build/Settings.Library.targets
index 058c02d..69472fc 100644
--- a/build/Settings.Library.targets
+++ b/build/Settings.Library.targets
@@ -1,5 +1,9 @@
-
+
+
+ true
+ snupkg
+
\ No newline at end of file
diff --git a/build/Settings.SourceGenerator.targets b/build/Settings.SourceGenerator.targets
index 058c02d..204419b 100644
--- a/build/Settings.SourceGenerator.targets
+++ b/build/Settings.SourceGenerator.targets
@@ -1,5 +1,19 @@
-
+
+ $(NoWarn);NU5128
+
+ true
+ true
+ false
+ false
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/build/Settings.props b/build/Settings.props
index fa135a4..233cc93 100644
--- a/build/Settings.props
+++ b/build/Settings.props
@@ -15,7 +15,7 @@
GGG KILLER
- GGG KILLER © 2022
+ GGG KILLER © 2022~2024
true
https://github.com/GGG-KILLER/Tsu
@@ -29,9 +29,6 @@
true
true
-
- true
- snupkg