Skip to content

Commit f8e5095

Browse files
committed
Bump version to 1.3.0
🤖 Co-Authored-By: Claude Code <noreply@anthropic.com>
1 parent 94ace0e commit f8e5095

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

55
### Added
66
- Add CSLINT263 — accessor ordering: get before set/init in properties, add before remove in events (SA1212, SA1213)

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.2.1</Version>
16+
<Version>1.3.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)