Skip to content

Commit c87cde4

Browse files
authored
Merge pull request #12 from reduckted/feature/dependency-updates
Dependency updates.
2 parents f5b6dfa + a4722ff commit c87cde4

File tree

5 files changed

+30
-62
lines changed

5 files changed

+30
-62
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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>

ProjectFilter.sln

Lines changed: 0 additions & 58 deletions
This file was deleted.

ProjectFilter.slnx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>

0 commit comments

Comments
 (0)