File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments