Make Azure SDK Assembly Version track to public Version Number
2
votes
1 comment
-
Howard Hoffman
commented
SDK Version 1.3 assemblies are marked with [VersionAttribute] value of 1.0.0.0 (ServiceRuntime) and 1.1.0.0 (StorageClient).
This is confusing to developers who may have multiple Azure SDK versions floating around in their development envrionments.
We would prefer the AssemblyVersion match the public verion number -- at least the 1st 2 or 3 digits. That would mean the above assemblies would both now be versioned to 1.3.0.0 (or 1.3.0.n where n is some private build number used by MS internally).