Skip to content

Commit b2b6a25

Browse files
Fixed documentation for releases
1 parent fcdc6c5 commit b2b6a25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Ed25519/Ed25519.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
17-
<DocumentationFile>c:\Users\Thorsten\Downloads\repos\Ed25519\Ed25519\Ed25519.xml</DocumentationFile>
17+
<DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
18+
</PropertyGroup>
19+
20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
21+
<DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
1822
</PropertyGroup>
1923

2024
<ItemGroup>

0 commit comments

Comments
 (0)