sestoft / C5

C5 generic collection library for C#/.NET
http://www.itu.dk/research/c5/
MIT License
1.03k stars 181 forks source link

Why is the file version different to the assembly version? #51

Closed NicoKno closed 7 years ago

NicoKno commented 8 years ago

The current file version is 2.4.0.0 and the assembly something like 2.4.59...

Our deployed app seems to have a problem in loading the assembly because of this. We keep getting the error "The located assembly's manifest definition does not match the assembly reference" on runtime.

AArnott commented 7 years ago

With #56 this would no longer happen.