From b1ef72e513b8f6cb7c21d32e09510ae53ca6a5e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Dec 2022 12:10:15 +0000 Subject: [PATCH 1/3] [tagpr] prepare for the next release --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be02d0b0..4cd6019e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Example: ```yml - name: Inspect code - uses: muno92/resharper_inspectcode@1.6.4 + uses: muno92/resharper_inspectcode@1.6.5 with: solutionPath: ./YourSolution.sln include: | diff --git a/package.json b/package.json index 360e337f..8648f8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resharper_inspectcode", - "version": "1.6.4", + "version": "1.6.5", "private": true, "description": "Run ReSharper Inspection action", "main": "lib/main.js", From 317f93cc0088d80094f4fd7679c4cbc468349935 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Dec 2022 12:10:16 +0000 Subject: [PATCH 2/3] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c97c604..d8ac56cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.6.5](https://github.com/muno92/resharper_inspectcode/compare/1.6.4...1.6.5) - 2022-12-16 +- Support .NET 7 by @muno92 in https://github.com/muno92/resharper_inspectcode/pull/365 + ## [1.6.4](https://github.com/muno92/resharper_inspectcode/compare/1.6.3...1.6.4) - 2022-12-08 - Update all non-major dependencies by @renovate in https://github.com/muno92/resharper_inspectcode/pull/363 From fc75a0121ce369473528ece3e2e804e09735662c Mon Sep 17 00:00:00 2001 From: n-ogawa Date: Fri, 16 Dec 2022 21:12:02 +0900 Subject: [PATCH 3/3] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd6019e..4dca2262 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ jobs: - name: Restore run: dotnet restore - name: Inspect code - uses: muno92/resharper_inspectcode@1.6.2 + uses: muno92/resharper_inspectcode@1.6.5 with: solutionPath: ./YourSolution.sln ```