We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a492b commit 8c5390aCopy full SHA for 8c5390a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [1.7.0] - 2026-03-25
4
5
### Added
6
- Add IDE0033 — explicit tuple names rule (`dotnet_style_explicit_tuple_names`), flags `tuple.Item1` when named elements are available
src/CsLint.Cli/CsLint.Cli.csproj
@@ -13,7 +13,7 @@
13
14
<!-- NuGet -->
15
<PackageId>cslint</PackageId>
16
- <Version>1.6.0</Version>
+ <Version>1.7.0</Version>
17
<Authors>Lucas Pimentel</Authors>
18
<Description>A fast C# linter that reads rules from .editorconfig. Uses Roslyn syntax-only parsing for fast single-file linting.</Description>
19
<Copyright>Copyright (c) Lucas Pimentel 2026</Copyright>
0 commit comments