From 0a0fee82183222c854d308e832f1b822903fec72 Mon Sep 17 00:00:00 2001 From: Tyler Matijevich <33841634+tmatijevich@users.noreply.github.com> Date: Wed, 4 May 2022 16:24:08 -0500 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3404ae..08e1a66 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,24 @@ This widget library provides single binding widgets to quickly display a range o ## Widgets +**NOTE:** The warning icon appears to notify the user when the git repository has uncomitted changes. + ### Basic +![Basic 2022-05-04_16 16 18](https://user-images.githubusercontent.com/33841634/166827533-790c8580-bb4d-4064-bab9-f032cb8c7505.png) + ### Standard +![Standard 2022-05-04_16 17 12](https://user-images.githubusercontent.com/33841634/166827555-b5165760-0005-48ea-a79d-a54893dddb2d.png) + ### Advanced +![Advanced 2022-05-04_16 17 47](https://user-images.githubusercontent.com/33841634/166827576-a97cc084-ee79-442f-8d36-2617ab059421.png) + ## Binding -A single binding is required to populate the widgets with build information. +A single binding is required to populate the widgets with build information. +Use the [BuildVersion](https://github.com/br-na-pm/BuildVersion) package with includes a task and variable to bind with `::BuildVer:BuildVersion`. ```xml @@ -35,3 +44,8 @@ A single binding is required to populate the widgets with build information. ``` + +## Version + +The BuildVersionWidget library is supported with [BuildVersion package version 0.0.3 and later](https://github.com/br-na-pm/BuildVersion/releases). +