I am a little confused with the (1)Azure SDK and the (2)Windows Azure Storage nu-get package versions. Can someone explain what version of the SDK (latest 2.3) uses the latest nu-get package (4.0.1 is the latest currently). In the MSDN(1) says the 2.3 release contains "Azure Storage 3.0".
It looks like a complete mess...
It is strange that after updating the nu-get package, it removed the references to the old 'StorageClient.dll', and did not added the new assembly. Instead it added other dependencies.
I am starting to think are these 2 one and the same thing? There is already a question on SO, that adds more confusion. Will i be safe with just updating the nu-get package(2), or i need to run the SDK installer(1) first? Is the nu-get package(2) just the wrapper around the Client Api(1)
There are a lot of breaking changes, but this is due to the big jump in the versions i suppose, but just wanted to confirm I am on the right path.