Skip to content

Commit f49478f

Browse files
committed
fix(type branch): should see version number with branch name
1 parent aa1883c commit f49478f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.BlazorComponentLibrary/Components/SimpleCounter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h3>Simple Counter</h3>
22
Feat123
33
<button class="btn btn-primary" @onclick="IncrementCount">
4-
A Build aa(@currentCount)
4+
A Build a(@currentCount)
55
</button>
66

77
@code {

0 commit comments

Comments
 (0)