Skip to content

Commit 8c5390a

Browse files
committed
Bump version to 1.7.0
🤖 Co-Authored-By: Claude Code <noreply@anthropic.com>
1 parent a9a492b commit 8c5390a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.7.0] - 2026-03-25
44

55
### Added
66
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- NuGet -->
1515
<PackageId>cslint</PackageId>
16-
<Version>1.6.0</Version>
16+
<Version>1.7.0</Version>
1717
<Authors>Lucas Pimentel</Authors>
1818
<Description>A fast C# linter that reads rules from .editorconfig. Uses Roslyn syntax-only parsing for fast single-file linting.</Description>
1919
<Copyright>Copyright (c) Lucas Pimentel 2026</Copyright>

0 commit comments

Comments
 (0)