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 45b2a66 commit 5cd96dbCopy full SHA for 5cd96db
Marksman/Marksman.fsproj
@@ -5,9 +5,10 @@
5
<AssemblyName>marksman</AssemblyName>
6
<VersionPrefix>1.0.0</VersionPrefix>
7
<TargetFramework>net9.0</TargetFramework>
8
+ <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
9
</PropertyGroup>
10
<Target Name="Version" BeforeTargets="BeforeBuild">
- <Exec Command="git describe --tags --long --always --dirty" ConsoleToMSBuild="true" Condition="'$(VersionString)'==''">
11
+ <Exec Command="git describe --tags --always --dirty" ConsoleToMSBuild="true" Condition="'$(VersionString)'==''">
12
<Output TaskParameter="ConsoleOutput" PropertyName="VersionString"/>
13
</Exec>
14
<PropertyGroup>
0 commit comments