mirror of https://github.com/Jackett/Jackett
core: default version for development builds (#15564)
This commit is contained in:
parent
1d941043fc
commit
76af7c77d4
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
<!-- Set the Product and Version info for our own projects -->
|
<!-- Set the Product and Version info for our own projects -->
|
||||||
<PropertyGroup Condition="'$(JackettProject)'=='true'">
|
<PropertyGroup Condition="'$(JackettProject)'=='true'">
|
||||||
|
<Version>0.0.0</Version>
|
||||||
|
|
||||||
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
|
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue