nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
Apache License 2.0
5.65k stars 1.42k forks source link

Use Directory.Build.props as single source of version information #1373

Closed lahma closed 1 month ago

lahma commented 1 month ago

Now Directory.Build.props's version number in <VersionPrefix> is the single source of truth for the version (and other metadata) information. No need to copy paste and sync multiple files.

This is what the DLL metadata looks with local (Release) build:

image

fixes #1372

tonyqus commented 1 month ago

LGTM.

THank you!