Skip to content

Commit 04a3d02

Browse files
committed
Bump version to 1.3.1
🤖 Co-Authored-By: Claude Code <noreply@anthropic.com>
1 parent 9681597 commit 04a3d02

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.3.1] - 2026-03-20
44

55
### Fixed
66
- Fix CSLINT106 false positives on type parameters with digit suffixes (e.g., `T0`, `T1`, `T2`)

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.3.0</Version>
16+
<Version>1.3.1</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)