Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Allow update of Version value in ApplicationService #111

Closed
wants to merge 1 commit into from
Closed

Allow update of Version value in ApplicationService #111

wants to merge 1 commit into from

Conversation

schuettecarsten
Copy link
Contributor

In earlier versions of the SDK, it was possible to modify the Version value of HockeyClient. In UWP, this no longer works, the property can be set but the value is never used. UWP uses a class called ApplicationService which has its own version value. This PR adds a SetVersion method to ApplicationService and allows access to the services.

Unfortunately, all this is done using extension methods for IHockeyClient. So this will not fix the problem that setting the HockeyClient.Version has no effect on UWP.

Copy link
Contributor

@bmourat bmourat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ApplicationServicenin WinForms should also implement new methods

@dipree dipree closed this Feb 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants