Skip to content

Commit ed2a100

Browse files
author
Amirhossein Beheshti
committed
chore: update version to 3.0.1 in project and analyzer releases
Update version number in both the project file and shipped analyzer releases documentation to maintain consistency across the codebase.
1 parent a94e381 commit ed2a100

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/SetSharp/AnalyzerReleases.Shipped.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; Shipped analyzer release
22

3-
### 3.0.0
3+
### 3.0.1
44

55
Rule ID | Category | Severity | Notes
66
--------|----------|----------|-------

src/SetSharp/SetSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1111

1212
<PackageId>SetSharp</PackageId>
13-
<Version>3.0.0</Version>
13+
<Version>3.0.1</Version>
1414
<PackageIcon>icon.png</PackageIcon>
1515
<Authors>Amirhossein Beheshti</Authors>
1616
<Description>Generates strongly typed settings classes from appsettings.json using Source Generators.</Description>

0 commit comments

Comments
 (0)