Skip to content

Centralize version to Directory.Build.props#78

Open
johnpuksta wants to merge 1 commit into
mainfrom
unify-build-props
Open

Centralize version to Directory.Build.props#78
johnpuksta wants to merge 1 commit into
mainfrom
unify-build-props

Conversation

@johnpuksta

@johnpuksta johnpuksta commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

I noticed you have been updating these csproj version tags in multiple places. This Directory.Build.props file is picked up by MSBuild when using dotnet commands.

Consolidates the Version property from individual .csproj files into a single Directory.Build.props at the repo root, so all projects share one version source.

Changes:

  • Added Directory.Build.props with Version 7.6.2
  • Removed Version from src/L5Sharp.Catalog/L5Sharp.Catalog.csproj
  • Removed Version from src/L5Sharp.Core/L5Sharp.Core.csproj
  • Removed Version from src/L5Sharp.Gateway/L5Sharp.Gateway.csproj
  • Removed Version from src/L5Sharp.Generators.Data/L5Sharp.Generators.Data.csproj
  • Removed Version from src/L5Sharp.Generators/L5Sharp.Generators.csproj

The tradeoff here is easier maintainability, but you lose granular versions per csproj.

@johnpuksta johnpuksta requested a review from tnunnink as a code owner June 30, 2026 02:05
@johnpuksta johnpuksta self-assigned this Jun 30, 2026
@johnpuksta johnpuksta added the good first issue Good for newcomers label Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant