From e25c73d17fb72f4f82a66dcf0d1b7ead42a47bad Mon Sep 17 00:00:00 2001 From: Verner Fortelius Date: Mon, 22 Aug 2022 23:02:19 +0300 Subject: [PATCH] update csproj --- .github/workflows/build.yml | 2 +- FuzzySearchNet/FuzzySearchNet.csproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1186974..b184031 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: run: dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura - name: Pack - run: dotnet pack -c Release --no-build --include-symbols --version-suffix build.${{github.run_number}} + run: dotnet pack -c Release --no-build --version-suffix build.${{github.run_number}} - name: Upload nuget package if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' diff --git a/FuzzySearchNet/FuzzySearchNet.csproj b/FuzzySearchNet/FuzzySearchNet.csproj index 0f00425..0560a44 100644 --- a/FuzzySearchNet/FuzzySearchNet.csproj +++ b/FuzzySearchNet/FuzzySearchNet.csproj @@ -24,6 +24,8 @@ https://github.com/vforteli/FuzzySearch.Net/blob/main/LICENSE.md Clean up public methods, fix some bugs fuzzy search;levenshtein distance;dotnet;.net;c#;fuzzysearch.net + true + snupkg