Skip to content

Commit 788eab3

Browse files
author
Oren Novotny
committed
Fix name of the XML doc file
1 parent 13e7954 commit 788eab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactiveUI.Platforms/ReactiveUI.Cocoa_Monotouch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<DefineConstants>MONO; UIKIT; COCOA</DefineConstants>
3838
<DebugSymbols>true</DebugSymbols>
3939
<RegisterForComInterop>false</RegisterForComInterop>
40-
<DocumentationFile>bin\Release\Monotouch\ReactiveUICocoa.XML</DocumentationFile>
40+
<DocumentationFile>bin\Release\Monotouch\ReactiveUI.Cocoa.XML</DocumentationFile>
4141
<GenerateDocumentation>True</GenerateDocumentation>
4242
</PropertyGroup>
4343
<ItemGroup>
@@ -107,4 +107,4 @@
107107
<Name>ReactiveUI</Name>
108108
</ProjectReference>
109109
</ItemGroup>
110-
</Project>
110+
</Project>

0 commit comments

Comments
 (0)