1

I'm using the official nuget package of Windows Azure Storage Client Library to retrieve items of my Azure tables.

Recently I updated the package from version 2.0.2.0 to 2.0.5.0 and my app stopped working because the results returned by my storage query are different with the new version.

I'm looking for the library changelog in order to understand how to fix the issue.

Do you know where can I find it ?

The link provided on the nuget page seems to be outdated (it's a changelog between 1.x and 2.x, not between 2.0.2 and 2.0.5 !). Also, the Windows Azure Storage team's blog is not updated.

4

2 回答 2

4

Please refer to the changelog.txt that is always updated with the respective source code changes.

于 2013-03-29T17:29:00.220 回答
1

The changelog is always up to date at https://github.com/Azure/azure-storage-net/blob/master/changelog.txt

于 2015-09-01T17:09:56.073 回答