Skip to content

Commit 0a0fee8

Browse files
authored
Update README.md
1 parent 9b3104a commit 0a0fee8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,33 @@ This widget library provides single binding widgets to quickly display a range o
1919

2020
## Widgets
2121

22+
**NOTE:** The warning icon appears to notify the user when the git repository has uncomitted changes.
23+
2224
### Basic
2325

26+
![Basic 2022-05-04_16 16 18](https://user-images.githubusercontent.com/33841634/166827533-790c8580-bb4d-4064-bab9-f032cb8c7505.png)
27+
2428
### Standard
2529

30+
![Standard 2022-05-04_16 17 12](https://user-images.githubusercontent.com/33841634/166827555-b5165760-0005-48ea-a79d-a54893dddb2d.png)
31+
2632
### Advanced
2733

34+
![Advanced 2022-05-04_16 17 47](https://user-images.githubusercontent.com/33841634/166827576-a97cc084-ee79-442f-8d36-2617ab059421.png)
35+
2836
## Binding
2937

30-
A single binding is required to populate the widgets with build information.
38+
A single binding is required to populate the widgets with build information.
39+
Use the [BuildVersion](https://github.com/br-na-pm/BuildVersion) package with includes a task and variable to bind with `::BuildVer:BuildVersion`.
3140

3241
```xml
3342
<Binding mode="oneWay">
3443
<Source xsi:type="opcUaComplexObject" refId="::BuildVer:BuildVersion" />
3544
<Target xsi:type="brease" contentRefId="content_0" widgetRefId="BuildVersionStandard1" attribute="value" />
3645
</Binding>
3746
```
47+
48+
## Version
49+
50+
The BuildVersionWidget library is supported with [BuildVersion package version 0.0.3 and later](https://github.com/br-na-pm/BuildVersion/releases).
51+

0 commit comments

Comments
 (0)