Files
termux-packages/packages/marksman/version.diff
termux-pacman-bot 48fc9ba37e bump(main/marksman): 2026.01.28
- Fixes https://github.com/termux/termux-packages/issues/28213

- Switch to building from release archive instead of git repository
2026-02-03 11:47:47 +00:00

15 lines
604 B
Diff

Prevents:
error MSB3073: The command "git describe --tags --always --dirty" exited with code 128
when building from tar archive instead of git repository
--- a/Marksman/Marksman.fsproj
+++ b/Marksman/Marksman.fsproj
@@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<AssemblyName>marksman</AssemblyName>
<VersionPrefix>1.0.0</VersionPrefix>
+ <VersionString>@TERMUX_PKG_VERSION@</VersionString>
<TargetFramework>net9.0</TargetFramework>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>