Skip to content

Commit 5d4615c

Browse files
Merge branch 'main' into dependabot/nuget/MSTest.TestFramework-3.7.3
2 parents fbd83be + 16ff711 commit 5d4615c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MIT License
44

5-
Copyright (c) 2024 Stillpoint Software, Inc.
5+
Copyright (c) 2025 Stillpoint Software, Inc.
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
@@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2020
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2121
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
23+
SOFTWARE.

test/Hyperbee.Templating.Tests/Hyperbee.Templating.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<EmbeddedResource Include="TestSupport\Resources\TextFile1.txt" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Hyperbee.Collections" Version="2.0.0" />
14+
<PackageReference Include="Hyperbee.Collections" Version="2.3.0" />
1515
<PackageReference Include="Hyperbee.Resources" Version="2.0.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1717
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
18-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
19-
<PackageReference Include="coverlet.collector" Version="6.0.2">
18+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
19+
<PackageReference Include="coverlet.collector" Version="6.0.4">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)