Skip to content

Comments

Upgrade v1.8.2#96

Merged
prozolic merged 1 commit intomainfrom
v1.8.2
Feb 20, 2026
Merged

Upgrade v1.8.2#96
prozolic merged 1 commit intomainfrom
v1.8.2

Conversation

@prozolic
Copy link
Owner

Copilot AI review requested due to automatic review settings February 20, 2026 14:15
@prozolic prozolic merged commit bee1ff2 into main Feb 20, 2026
3 checks passed
@prozolic prozolic deleted the v1.8.2 branch February 20, 2026 14:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<VersionPrefix>1.8.2</VersionPrefix>
<VersionPrefix>1.8.1</VersionPrefix>

Copilot uses AI. Check for mistakes.
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.

1 participant