Question: How to use the short commit hash
Open
- Dominant language
- C#
- Stars
- 1.4k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
I reference sourcelink in my project.
set the project property:
```
true
```
The product version is displayed with the full commit hash like this:
```
myapp 1.2.0+5c4e32d04e09192978893654c898735ca6aa0205
```
How to use the short version, like:
```
myapp 1.2.0+5c4e32d
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.