fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
924 stars 196 forks source link

Version number on 2.? of Deedle.dll given as 1.0.0.0 #472

Closed totalgit74 closed 5 years ago

totalgit74 commented 5 years ago

The version of the library as observed in Visual Studio is 1.0.0.0 This would seem to be an error as 1.2.5 was given as 1.2.5.0 in project references.

Capture

zyzhu commented 5 years ago

I've fixed the assembly information in https://github.com/fslaborg/Deedle/commit/eb9af079abb62b6a17c5f1a3893d4ce2e71ef66b

It will show up correctly in the next release. If version number is critical in your project setup, I could release a newer version. Let me know.

totalgit74 commented 5 years ago

Thanks. Not too much of an issue for me, may cause issues for anyone looking to put it in the GAC

zyzhu commented 5 years ago

You are right. I've released 2.0.4 that fixed assembly version. Thanks for reporting this!