Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the CsToml library version from 1.8.1 to 1.8.2, consolidating changes from multiple related pull requests including NuGet package dependency updates, README updates, new benchmark configurations, and minor refactoring improvements.
Changes:
- Updated version prefix to 1.8.2 in NuGet.props for package publishing
- Incorporates dependency updates, documentation improvements, benchmark enhancements, and code refactoring from PRs #91, #92, #93, and #95
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <RepositoryType>git</RepositoryType> | ||
| <PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
| <VersionPrefix>1.8.1</VersionPrefix> | ||
| <VersionPrefix>1.8.2</VersionPrefix> |
There was a problem hiding this comment.
The version is being updated to 1.8.2 in NuGet.props, but the benchmark project at sandbox/Benchmark/Benchmark.csproj still references version 1.8.1 for the NuGetCsToml configuration (lines 38-40). These package references should be updated to 1.8.2 to ensure the benchmark can properly compare against the new published version.
| <VersionPrefix>1.8.2</VersionPrefix> | |
| <VersionPrefix>1.8.1</VersionPrefix> |
This PR upgrades v1.8.2.