Hi!
We are using ServiceStack.OrmLite and having a trouble.
Problem
Assembly version of ServiceStack.OrmLite.nupkg 5.10.4 seems to be incorrect.
Expected assembly version is 5.10.4.0, but actual is 5.0.0.0.
https://www.nuget.org/packages/ServiceStack.OrmLite/5.10.4
This causes us a trouble in updating our product.
We used to use ServiceStack.OrmLite.nupkg 5.1.0 in the older product, assembly version of it is correct.
When we update our product by our installer, ServiceStack.OrmLite shoud be updated from 5.1.0.0 to 5.10.4.0.
But assembly version is from 5.1.0.0 to 5.0.0.0 (this should be 5.10.4.0), so installer cannnot replace it properly.
Cause
In this line, assembly version of ServiceStack.OrmLite is fixed to 5.0.0.0.
So, could you please publish ServiceStack.OrmiLite.nupkg as 5.10.4 by deleting the AssemblyVersion definition in the line?
Best regards,