Skip to content

Conversation

@hsaito
Copy link
Owner

@hsaito hsaito commented Dec 4, 2025

Update NLog to version 6.0.6, MSTest.TestAdapter and MSTest.TestFramework to version 4.0.2, and Microsoft.NET.Test.Sdk to version 18.0.1 to ensure compatibility and access to the latest features and fixes.

dependabot bot and others added 12 commits November 10, 2025 00:04
---
updated-dependencies:
- dependency-name: NLog
  dependency-version: 6.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps MSTest.TestAdapter from 3.10.4 to 4.0.2
Bumps MSTest.TestFramework from 3.10.4 to 4.0.2

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: MSTest.TestFramework
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…/develop/multi-f1d18b91b6

Bump MSTest.TestAdapter and MSTest.TestFramework
…develop/NLog-6.0.6

Bump NLog from 6.0.4 to 6.0.6
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…/develop/Microsoft.NET.Test.Sdk-18.0.1

Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1
…yNumberValue to develop branch

- Updated MyNumberValueTests.cs to use Assert.ThrowsExactly instead of Assert.ThrowsException for MSTest 4.0.2 compatibility
- Synced MyNumberValue struct from mynumber-object branch to develop branch
- All 38 tests now pass successfully
- No security issues detected by Snyk code scan
…flict

Resolved merge conflict in MyNumberValueTests.cs by keeping develop branch version (Assert.ThrowsExactly for MSTest 4.0.2 compatibility)
…d.props

- Created Directory.Build.props with shared version, author, and package dependency properties
- Updated all four project files to reference centralized properties
- Reduces duplication and makes version management easier
- All projects build and tests pass successfully
- Removed package dependency version properties from Directory.Build.props
- Package versions (NLog, MSTest, xunit, etc.) now stay in respective project files
- Library versions (MyNumberNET, MyNumberNET_CLI, MyNumberNET_Test) remain centralized
- Keeps project-specific dependencies with their corresponding projects
@hsaito hsaito merged commit 17f54de into master Dec 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants