ClickOnce Update Location as Github

Hemanth B 886 Reputation points
2022-01-07T14:31:40.627+00:00

Hi, so I created a simple app versioned 1.0.0.0 and published it to a local path via clickonce and set the update location to a github repository. Now I've made changes to the app and it is now versioned 1.0.0.1. So should I upload the published files of app 1.0.0.1 to github?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,362 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,196 Reputation points
    2022-01-07T15:25:47.73+00:00

    If working with this than yes you need to specify the version similar to how a GitHub package works, if you don't specify a version the initial version is used.