JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.63k stars 1.05k forks source link

Missing "Product Version" in CsvHelper.dll #2235

Closed b-maslennikov closed 4 months ago

b-maslennikov commented 4 months ago

It has been observed that the most recent versions of CsvHelper dll file do not display the correct value for "Product Version." Instead of displaying the respective version number of the library, it shows 1.0.0+hash.

This leads to difficulties when identifying the exact version being used in a project. Consequently, it becomes harder to track possible incompatibilities, bugs or required updates while using CsvHelper.

Steps to Reproduce:

  1. Download the latest CsvHelper dll from the repository or via NuGet package manager.
  2. Add the CsvHelper dll to your project.
  3. Right-click on the CsvHelper dll in your solution explorer, and click on properties.
  4. Under details tab, observe the "Product Version" field.

Expected Behavior:

The "Product Version" field should display the correct version number (e.g., "x.x.x") of the CsvHelper library in use.

Actual Behavior:

The "Product Version" field displays incorrect information: 1.0.0+hash

JoshClose commented 4 months ago

The next version released will have the InformationalVersion set.