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
Would it be possible to export functions to be used in c# code.? My current implementation in a project runs appimageupdate
with Process.start and is parsing the output stream.
In the future they might want to add the capability to change the update information before updating.
This would either require adding an option to the command line tool or creating a wrapper library which exposed Updater::setUpdateInformation to the dotnet runtime.
Having a nuget package for this would be most convenient.
The text was updated successfully, but these errors were encountered:
Would it be possible to export functions to be used in c# code.? My current implementation in a project runs appimageupdate
with Process.start and is parsing the output stream.
In the future they might want to add the capability to change the update information before updating.
This would either require adding an option to the command line tool or creating a wrapper library which exposed Updater::setUpdateInformation to the dotnet runtime.
Having a nuget package for this would be most convenient.
The text was updated successfully, but these errors were encountered: