Merge pull request #71 from zezha-msft/0.2.5

Release 0.2.5
This commit is contained in:
Ze Qian Zhang 2017-11-22 17:21:17 -08:00 коммит произвёл GitHub
Родитель c4f9e466b8 ae275d78d9
Коммит 4933f24d68
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "AZSClient"
s.version = "0.2.4"
s.version = "0.2.5"
s.summary = "Azure Storage Client Library for iOS."
s.description = <<-DESC "This library is designed to help you build iOS applications that use Microsoft Azure Storage."
DESC

Просмотреть файл

@ -1,3 +1,9 @@
2017.11.22 Version 0.2.5
* Fixed nullability issue on UploadFromData of AZSCloudBlockBlob.
2017.05.11 Version 0.2.4
* This minor release added the header files related to get/set service properties to the main header AZSClient.h.
2017.05.07 Version 0.2.3
* Added support for Getting Service Properties for blob service.
* Added support for Setting Service Properties for blob service.