1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-23 00:08:23 +00:00

ci/cd: remove revision info from version (#15360)

This commit is contained in:
ilike2burnthing 2024-06-03 08:36:05 +01:00 committed by GitHub
parent f3b02a0bb0
commit 35bcb69e23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,4 +10,8 @@
<PropertyGroup Condition="'$(JackettProject)'=='true'">
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
</PropertyGroup>
<PropertyGroup>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
</Project>