new maintainer address, bump ver no

This commit is contained in:
Hong Ooi 2020-10-10 01:28:58 +11:00
Родитель f954f7af82
Коммит 365e19a5c9
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -1,8 +1,8 @@
Package: AzureAuth
Title: Authentication Services for Azure Active Directory
Version: 1.2.4.9000
Version: 1.2.5
Authors@R: c(
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("httr development team", role="ctb", comment="Original OAuth listener code"),
person("Scott", "Holden", , role = "ctb", comment = "Advice on AAD authentication"),
person("Chris", "Stone", , role = "ctb", comment = "Advice on AAD authentication"),

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

@ -1,3 +1,7 @@
# AzureAuth 1.2.5
- Change maintainer email address.
# AzureAuth 1.2.4
- Allow any scheme to be used in the URI for a token resource, not just HTTP\[S\].