You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,16 @@ This tag helper element `<our-fallback>` uses the same fallback mode logic that
198
198
<h3><our-fallback property="Header" mode="Fallback.ToAncestors">I do NOT have a Header property set on ANY parent and ancestors</our-fallback></h3>
199
199
```
200
200
201
+
## `<our-version>`
202
+
This tag helper element `<our-version>` prints out version number for a given Assembly name loaded into the current AppDomain or if none is given then the EntryAssembly version is displayed, which would be the Umbraco website project you are building.
203
+
204
+
```cshtml
205
+
<!-- Prints out the Website Project Assembly Version -->
206
+
<our-version />
207
+
208
+
<!-- Prints out the version number of a specific assembly loaded into Current AppDomain -->
209
+
<our-version="Our.Umbraco.TagHelpers" />
210
+
```
201
211
202
212
## Video 📺
203
213
[](https://www.youtube.com/watch?v=3fkDs0NwIE8)
0 commit comments