Skip to content

Commit 382c395

Browse files
Kebooamina-sab
andauthored
Show version in demo app (#3770)
* test * test * addingVersionInDemo * Code Suggestion for #3736 #3736 I added some suggestions as a cloud patch (let me know if you have any trouble viewing it). Some key changes here: 1. You can access the environment variables to get the versions. I left some code showing how to do this. 2. You can setup a string property in the view model and bind that in the XAML rather than the code behind. 3. There are several TODO items I left in the cloud patch, let me know if you have any questions on them. 4. If you want to see my review of this, I did it it live on twitch. It is at the beginning of this stream. https://www.twitch.tv/videos/2318667161 * Updating to read in the library versions Updating the MainWindowViewModel to use the MVVM toolkit. * Minor cleanup --------- Co-authored-by: asabrina messikh <[email protected]>
1 parent e0ab487 commit 382c395

File tree

7 files changed

+164
-165
lines changed

7 files changed

+164
-165
lines changed

.github/workflows/get_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Setup Versions
22

33
on:
44
workflow_call:
5-
inputs:
5+
inputs:
66
is-full-release:
77
required: false
88
type: boolean

0 commit comments

Comments
 (0)