Skip to content

Commit

Permalink
Fixed documentation for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering committed Jan 12, 2020
1 parent fcdc6c5 commit b2b6a25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Ed25519/Ed25519.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>c:\Users\Thorsten\Downloads\repos\Ed25519\Ed25519\Ed25519.xml</DocumentationFile>
<DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b2b6a25

Please sign in to comment.