Correct way to consume GitVersion injected version metadata #2811
Unanswered
joaosantana
asked this question in
Q&A
Replies: 1 comment
-
Try retrieving the version number with reflection instead, 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
-
I want to show my app's semver in a TextBlock. For that, I have this method:
When I compile, however, I get this error:
The "CompileXaml" task returned false but did not log an error.
What I'm doing wrong and what's the correct way to consume the injected metadata?
Thanks your your time.
Beta Was this translation helpful? Give feedback.
All reactions