for same legacy dll that we distribute both with nuget or copying dll
we change assembly version only when there are breaking changes and we change assembly file version every build
Es assemblyversion 2.4.0.0
fileversion 2.4.1303.0200 where 13=2013, 03=month, 02=day, 00=incremental day build
if assembly version doesnt change nuget package is not updated and i was looking for some easy way to set nuget package version with assemblyfileversion
we change assembly version only when there are breaking changes and we change assembly file version every build
Es assemblyversion 2.4.0.0
fileversion 2.4.1303.0200 where 13=2013, 03=month, 02=day, 00=incremental day build
if assembly version doesnt change nuget package is not updated and i was looking for some easy way to set nuget package version with assemblyfileversion