We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ccf51 commit 9c059d6Copy full SHA for 9c059d6
src/LinkDotNet.Blog.Web/Features/Home/Components/AccessControl.razor
@@ -27,7 +27,7 @@
27
</AuthorizeView>
28
29
@code {
30
- private const string _version = $"{ThisAssembly.Git.Tag} - {ThisAssembly.Git.Commit}";
+ private const string _version = $"{ThisAssembly.Git.BaseTag} commit:{ThisAssembly.Git.Commit}";
31
32
[Parameter]
33
public string CurrentUri { get; set; } = string.Empty;
0 commit comments