You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write my own UpdateTask
MyUpdateTask : UpdateTaskBase
In my UpdateTask I need access to UpdateManager.Instance.BaseUrl as it is done in FileUpdateTask
string baseUrl = UpdateManager.Instance.BaseUrl;
but BaseUrl is internal :(
Could you make it public?
Thanks
The text was updated successfully, but these errors were encountered:
I want to write my own UpdateTask
MyUpdateTask : UpdateTaskBase
In my UpdateTask I need access to UpdateManager.Instance.BaseUrl as it is done in FileUpdateTask
string baseUrl = UpdateManager.Instance.BaseUrl;
but BaseUrl is internal :(
Could you make it public?
Thanks
The text was updated successfully, but these errors were encountered: