Daily Archives: May 8, 2018

版本號convention

Microsoft .NET Assembly major.minor[.build[.revision]] major, minor一般做法都差不多 使用API compatibility, feature來分別(major不同則可能破壞backward compatibility) Build: A difference in build number represents a recompilation of the same source. Different build numbers might be used when the processor, platform, or compiler changes. Revision: Assemblies with the … Continue reading

Posted in Tips | Leave a comment