Skip to content

Commit ec75962

Browse files
Release. Update CHANGELOG.md
1 parent 33ea27d commit ec75962

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Unreleased
1010

11+
## [2.2.1] - 2025-08-23
12+
1113
### Added
1214

1315
- PR [#295](https://github.com/marinasundstrom/CheckedExceptions/pull/295) Code fix to remove redundant exception declarations

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
1313
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
14-
<PackageVersion Include="Sundstrom.CheckedExceptions" Version="2.2.0" />
14+
<PackageVersion Include="Sundstrom.CheckedExceptions" Version="2.2.1" />
1515
<PackageVersion Include="xunit" Version="2.9.0" />
1616
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
1717
<PackageVersion Include="System.Linq.Async" Version="6.0.3" />

Test/Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup> -->
1818

1919
<ItemGroup>
20-
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.1.2">
20+
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.2.1">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)