From 236b41929c6e541498e679756c4ed715bf8219f3 Mon Sep 17 00:00:00 2001 From: danielpalme Date: Mon, 21 Mar 2022 20:17:43 +0100 Subject: [PATCH] Release 5.1.3 --- .github/workflows/ci.yml | 6 +++--- src/Readme.txt | 4 ++++ src/ReportGenerator.Core/ReportGenerator.Core.csproj | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ee97320..2fb99100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,6 +226,6 @@ jobs: run: npm install -g tfx-cli continue-on-error: true - - name: Publish VSIX release - run: tfx extension publish --vsix Palmmedia.reportgenerator-${{ env.Version }}.vsix -t ${{ secrets.VISUALSTUDIOMARKETPLACETOKEN }} - continue-on-error: true \ No newline at end of file +# - name: Publish VSIX release +# run: tfx extension publish --vsix Palmmedia.reportgenerator-${{ env.Version }}.vsix -t ${{ secrets.VISUALSTUDIOMARKETPLACETOKEN }} +# continue-on-error: true \ No newline at end of file diff --git a/src/Readme.txt b/src/Readme.txt index a78955d4..75b15c77 100644 --- a/src/Readme.txt +++ b/src/Readme.txt @@ -67,6 +67,10 @@ For further details take a look at LICENSE.txt. CHANGELOG +5.1.3.0 + + * Fix: #503: Updated System.Text.Encodings.Web + 5.1.2.0 * Fix: #494: Fixed MSBuild task diff --git a/src/ReportGenerator.Core/ReportGenerator.Core.csproj b/src/ReportGenerator.Core/ReportGenerator.Core.csproj index 950a02e1..292ea35d 100644 --- a/src/ReportGenerator.Core/ReportGenerator.Core.csproj +++ b/src/ReportGenerator.Core/ReportGenerator.Core.csproj @@ -85,6 +85,8 @@ + + all runtime; build; native; contentfiles; analyzers