From 7f206ca1252bc053f6af607dc5bcfb429e10f7ee Mon Sep 17 00:00:00 2001 From: Lex Date: Thu, 5 Jan 2023 22:45:30 -0300 Subject: [PATCH] Updating changelog, removed 'list_of_files' for now --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f77149468..4cb7185e84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - Fix perl linter skipping files -- Upgrade to dotnet 6.0 + `list_of_files` for dotnet-format CLI lint mode to improve performances (requires `.csproj` or `.vbproj` in the repo) +- Upgrade to dotnet 6.0, dotnet-format requires `.sln`, `.csproj` or `.vbproj` in the repo - Linter versions upgrades - [csharpier](https://csharpier.com/) from 0.21.0 to **0.16.0** on 2022-12-29