Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.6.1 (2025-08-19)

- 🔧 Dependency updates.

# 2.6.0 (2025-08-16)

- ✨ Updated styling to match changes to Visual Studio's Solution Explorer.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.5.1</Version>
<Version>2.6.1</Version>
<TargetFramework>net48</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageVersion Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" />
<PackageVersion Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit.v3" Version="17.11.66" />
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.14.2094" />
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.14.2101" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="xunit" Version="2.6.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.4" />
<PackageVersion Include="Xunit.StaFact" Version="3.0.13" />
<PackageVersion Include="xunit.v3" Version="3.0.0" />
<PackageVersion Include="xunit.v3" Version="3.0.1" />
</ItemGroup>
</Project>
58 changes: 0 additions & 58 deletions ProjectFilter.sln

This file was deleted.

22 changes: 22 additions & 0 deletions ProjectFilter.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<Solution>
<Folder Name="/.github/" />
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/ci.yml" />
<File Path=".github/workflows/publish.yml" />
</Folder>
<Folder Name="/.solution/">
<File Path=".editorconfig" />
<File Path="CHANGELOG.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/source/">
<Project Path="source/ProjectFilter/ProjectFilter.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/ProjectFilter.UnitTests/ProjectFilter.UnitTests.csproj" />
</Folder>
</Solution>
Loading