Skip to content

Commit 5cd96db

Browse files
committed
fix: More concise version string
1 parent 45b2a66 commit 5cd96db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Marksman/Marksman.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
<AssemblyName>marksman</AssemblyName>
66
<VersionPrefix>1.0.0</VersionPrefix>
77
<TargetFramework>net9.0</TargetFramework>
8+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
89
</PropertyGroup>
910
<Target Name="Version" BeforeTargets="BeforeBuild">
10-
<Exec Command="git describe --tags --long --always --dirty" ConsoleToMSBuild="true" Condition="'$(VersionString)'==''">
11+
<Exec Command="git describe --tags --always --dirty" ConsoleToMSBuild="true" Condition="'$(VersionString)'==''">
1112
<Output TaskParameter="ConsoleOutput" PropertyName="VersionString"/>
1213
</Exec>
1314
<PropertyGroup>

0 commit comments

Comments
 (0)