Skip to content

Commit e544c8c

Browse files
Release. Update CHANGELOG.md and references
1 parent 87d21af commit e544c8c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11+
## [2.1.2] - 2025-08-22
12+
1113
### Added
1214

1315
- PR [#284](https://github.com/marinasundstrom/CheckedExceptions/pull/284) Report diagnostics on return expression and arguments
1416
- PR [#286](https://github.com/marinasundstrom/CheckedExceptions/pull/286) Follow up on return expression and arguments
1517

16-
1718
## [2.1.1] - 2025-08-14
1819

1920
### Fixed

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.1.1" />
14+
<PackageVersion Include="Sundstrom.CheckedExceptions" Version="2.1.2" />
1515
<PackageVersion Include="xunit" Version="2.9.0" />
1616
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
1717
</ItemGroup>

NetStandard2_0Test/NetStandard2_0Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<!-- <ItemGroup>
15-
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.1.1"
15+
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.1.2"
1616
IncludePrerelease="true">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

NetStandard2_1Test/NetStandard2_1Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<!-- <ItemGroup>
15-
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.1.1"
15+
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.1.2"
1616
IncludePrerelease="true">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

Test/Test.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,20 @@
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1717
</PropertyGroup> -->
1818

19-
<!--
2019
<ItemGroup>
21-
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.1.1">
20+
<PackageReference Include="Sundstrom.CheckedExceptions" Version="2.1.2">
2221
<PrivateAssets>all</PrivateAssets>
2322
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2423
</PackageReference>
25-
</ItemGroup> -->
24+
</ItemGroup>
2625

27-
<ItemGroup>
26+
<!-- <ItemGroup>
2827
<ProjectReference Include="..\CheckedExceptions\CheckedExceptions.csproj"
2928
PrivateAssets="all"
3029
ReferenceOutputAssembly="true"
3130
OutputItemType="Analyzer"
3231
SetTargetFramework="TargetFramework=netstandard2.0" />
33-
</ItemGroup>
32+
</ItemGroup> -->
3433

3534
<ItemGroup>
3635
<AdditionalFiles Include="CheckedExceptions.settings.json" />

0 commit comments

Comments
 (0)