Thanks Beniamino for your answer, Actually I noticed that None signature and tried fixing it like you suggested without any luck. Error message I discussed in my previous message was coming from statements that had proper signatures. It seems that there is bug in NM 1.0.10 related to this 'address-data' property. It can't be present when settings are updated. Update succeeds if I have 'addresses' property present (what previous error message suggests) and deleting "address-data" property from settings read with .GetSettings() method.
Actually now the procedure is similar as it used to be in NM 0.9.8.10 with the exception of deleting "adderss-data" property from settings. Procedure did not work after updating from NM 0.9.8.10 to NM 1.0.10 and I made a wrong assumption that "addresses" property had become from "deprecated" to "obsolete".