Skip to content

Centralize package version mgt#312

Open
alex-clickhouse wants to merge 1 commit intomainfrom
packages-props
Open

Centralize package version mgt#312
alex-clickhouse wants to merge 1 commit intomainfrom
packages-props

Conversation

@alex-clickhouse
Copy link
Copy Markdown
Collaborator

Moves package versions to a single props file, will make package version upgrades a bit easier.

Copilot AI review requested due to automatic review settings April 28, 2026 02:38
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Introduces NuGet Central Package Management for the solution by moving package version declarations into a new Directory.Packages.props, simplifying dependency upgrades across projects.

Changes:

  • Added Directory.Packages.props with centrally managed package versions (and a ClickHouseDriverVersion property).
  • Removed per-project Version="..." attributes from multiple .csproj files to rely on central versions.
  • Updated benchmark comparison mode to use centrally managed ClickHouse.Driver package versioning.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
examples/ClickHouse.Driver.Examples.csproj Removes inline package versions so examples consume centrally managed versions.
Directory.Packages.props New central package/version registry for the repo (enables CPM).
ClickHouse.Driver/ClickHouse.Driver.csproj Removes inline versions for runtime/analyzer dependencies.
ClickHouse.Driver.Tests/ClickHouse.Driver.Tests.csproj Removes inline test/dependency versions to rely on central versions.
ClickHouse.Driver.IntegrationTests/ClickHouse.Driver.IntegrationTests.csproj Removes inline test/dependency versions to rely on central versions.
ClickHouse.Driver.Benchmark/ClickHouse.Driver.Benchmark.csproj Removes inline versions and centralizes benchmark comparison package version control.

Comment thread Directory.Packages.props
Comment thread Directory.Packages.props
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.

3 participants