File tree Expand file tree Collapse file tree 5 files changed +30
-62
lines changed
Expand file tree Collapse file tree 5 files changed +30
-62
lines changed Original file line number Diff line number Diff line change 1+ # 2.6.1 (2025-08-19)
2+
3+ - 🔧 Dependency updates.
4+
15# 2.6.0 (2025-08-16)
26
37- ✨ Updated styling to match changes to Visual Studio's Solution Explorer.
Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <Version >2.5 .1</Version >
4+ <Version >2.6 .1</Version >
55 <TargetFramework >net48</TargetFramework >
66 <Nullable >enable</Nullable >
77 <LangVersion >10.0</LangVersion >
Original file line number Diff line number Diff line change 1010 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
1111 <PackageVersion Include =" Microsoft.VisualStudio.SDK" Version =" 17.0.32112.339" />
1212 <PackageVersion Include =" Microsoft.VisualStudio.Sdk.TestFramework.Xunit.v3" Version =" 17.11.66" />
13- <PackageVersion Include =" Microsoft.VSSDK.BuildTools" Version =" 17.14.2094 " />
13+ <PackageVersion Include =" Microsoft.VSSDK.BuildTools" Version =" 17.14.2101 " />
1414 <PackageVersion Include =" NSubstitute" Version =" 5.3.0" />
1515 <PackageVersion Include =" xunit" Version =" 2.6.3" />
16- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.3 " />
16+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.4 " />
1717 <PackageVersion Include =" Xunit.StaFact" Version =" 3.0.13" />
18- <PackageVersion Include =" xunit.v3" Version =" 3.0.0 " />
18+ <PackageVersion Include =" xunit.v3" Version =" 3.0.1 " />
1919 </ItemGroup >
2020</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /.github/" />
3+ <Folder Name =" /.github/workflows/" >
4+ <File Path =" .github/workflows/ci.yml" />
5+ <File Path =" .github/workflows/publish.yml" />
6+ </Folder >
7+ <Folder Name =" /.solution/" >
8+ <File Path =" .editorconfig" />
9+ <File Path =" CHANGELOG.md" />
10+ <File Path =" Directory.Build.props" />
11+ <File Path =" Directory.Packages.props" />
12+ <File Path =" global.json" />
13+ <File Path =" nuget.config" />
14+ <File Path =" README.md" />
15+ </Folder >
16+ <Folder Name =" /source/" >
17+ <Project Path =" source/ProjectFilter/ProjectFilter.csproj" />
18+ </Folder >
19+ <Folder Name =" /tests/" >
20+ <Project Path =" tests/ProjectFilter.UnitTests/ProjectFilter.UnitTests.csproj" />
21+ </Folder >
22+ </Solution >
You can’t perform that action at this time.
0 commit comments