Replies: 1 comment
-
Should be
Perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Software works great, I can use the version number in the C# application. But I wonder how I could also set the
ClickOnce
version number automatically.If have tried to use the vars like
$(GitSemVerMajor)
in the profile, but this does not work and is also overridden when the profile is edited next time inVS2022
.Could I synchronize the
ClickOnce
versions? I have tried something like this in mycsproj
file, but no success.Beta Was this translation helpful? Give feedback.
All reactions