File tree 1 file changed +15
-1
lines changed 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,33 @@ This widget library provides single binding widgets to quickly display a range o
19
19
20
20
## Widgets
21
21
22
+ ** NOTE:** The warning icon appears to notify the user when the git repository has uncomitted changes.
23
+
22
24
### Basic
23
25
26
+ ![ Basic 2022-05-04_16 16 18] ( https://user-images.githubusercontent.com/33841634/166827533-790c8580-bb4d-4064-bab9-f032cb8c7505.png )
27
+
24
28
### Standard
25
29
30
+ ![ Standard 2022-05-04_16 17 12] ( https://user-images.githubusercontent.com/33841634/166827555-b5165760-0005-48ea-a79d-a54893dddb2d.png )
31
+
26
32
### Advanced
27
33
34
+ ![ Advanced 2022-05-04_16 17 47] ( https://user-images.githubusercontent.com/33841634/166827576-a97cc084-ee79-442f-8d36-2617ab059421.png )
35
+
28
36
## Binding
29
37
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 ` .
31
40
32
41
``` xml
33
42
<Binding mode =" oneWay" >
34
43
<Source xsi : type =" opcUaComplexObject" refId =" ::BuildVer:BuildVersion" />
35
44
<Target xsi : type =" brease" contentRefId =" content_0" widgetRefId =" BuildVersionStandard1" attribute =" value" />
36
45
</Binding >
37
46
```
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
+
You can’t perform that action at this time.
0 commit comments