We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3afa6 commit 14aae2eCopy full SHA for 14aae2e
Directory.Build.props
@@ -6,7 +6,7 @@
6
<AssemblyProduct>Python.NET</AssemblyProduct>
7
<LangVersion>10.0</LangVersion>
8
<IsPackable>false</IsPackable>
9
- <FullVersion>$([System.IO.File]::ReadAllText("version.txt"))</FullVersion>
+ <FullVersion>$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)version.txt))</FullVersion>
10
<VersionPrefix>$(FullVersion.Split('-', 2)[0])</VersionPrefix>
11
<VersionSuffix Condition="$(FullVersion.Contains('-'))">$(FullVersion.Split('-', 2)[1])</VersionSuffix>
12
</PropertyGroup>
0 commit comments