Skip to content

Commit 8b06cbf

Browse files
authored
Merge pull request #6 from matiii/build
add xml documentation to package
2 parents 8b0b521 + 0c971e2 commit 8b06cbf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Dijkstra.NET/Dijkstra.NET/Dijkstra.NET.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<DefineConstants>DEBUG;TRACE</DefineConstants>
2121
<ErrorReport>prompt</ErrorReport>
2222
<WarningLevel>4</WarningLevel>
23+
<DocumentationFile>bin\Debug\Dijkstra.NET.XML</DocumentationFile>
2324
</PropertyGroup>
2425
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2526
<DebugType>pdbonly</DebugType>
@@ -28,6 +29,7 @@
2829
<DefineConstants>TRACE</DefineConstants>
2930
<ErrorReport>prompt</ErrorReport>
3031
<WarningLevel>4</WarningLevel>
32+
<DocumentationFile>bin\Release\Dijkstra.NET.XML</DocumentationFile>
3133
</PropertyGroup>
3234
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
3335
<DebugSymbols>true</DebugSymbols>
@@ -46,6 +48,7 @@
4648
<PlatformTarget>x64</PlatformTarget>
4749
<ErrorReport>prompt</ErrorReport>
4850
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51+
<DocumentationFile>bin\x64\Release\Dijkstra.NET.XML</DocumentationFile>
4952
</PropertyGroup>
5053
<ItemGroup>
5154
<Reference Include="System" />

src/Dijkstra.NET/Dijkstra.NET/Dijkstra.NET.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
<licenseUrl>https://github.com/matiii/Dijkstra.NET/blob/master/LICENSE</licenseUrl>
1212
<tags>graphs dijkstra bfs</tags>
1313
</metadata>
14+
<files>
15+
<file src="..\..\..\build\*.xml" target="lib\net452" />
16+
</files>
17+
1418
</package>

0 commit comments

Comments
 (0)