Skip to content

Commit db92297

Browse files
Theoretically added Documentation file to NuGet
1 parent f5a061c commit db92297

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,6 @@ ASALocalRun/
340340
# BeatPulse healthcheck temp database
341341
healthchecksdb
342342

343-
.DS_Store
343+
.DS_Store
344+
345+
InvertedTomato.Crc.xml

Library/Library.csproj

+8-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
34-
<DocumentationFile>bin\Debug\InvertedTomato.Crc.xml</DocumentationFile>
34+
<DocumentationFile>InvertedTomato.Crc.xml</DocumentationFile>
3535
</PropertyGroup>
3636

3737
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
@@ -41,4 +41,11 @@
4141
<ItemGroup>
4242
<None Include="../README.md" Pack="true" PackagePath="\" />
4343
</ItemGroup>
44+
45+
<ItemGroup>
46+
<None Remove="InvertedTomato.Crc.xml" />
47+
<Content Include="InvertedTomato.Crc.xml">
48+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
49+
</Content>
50+
</ItemGroup>
4451
</Project>

0 commit comments

Comments
 (0)