Skip to content

Commit

Permalink
Merge branch 'master' into refactoring-december-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha authored Jan 9, 2025
2 parents 5cb242d + 574ffa1 commit f326700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libNOM.io

![Maintained](https://img.shields.io/maintenance/yes/2024)
![Maintained](https://img.shields.io/maintenance/yes/2025)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/zencq/libNOM.io/pipeline.yml?logo=github)](https://github.com/zencq/libNOM.io/actions/workflows/pipeline.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/5f2e527d62758832d38b/maintainability)](https://codeclimate.com/github/zencq/libNOM.io/maintainability)

Expand Down
6 changes: 3 additions & 3 deletions libNOM.test/libNOM.test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
<!-- Dependencies -->
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit f326700

Please sign in to comment.