Skip to content

Commit e2f93e1

Browse files
committed
Why does this keep getting renamed
1 parent d2c5412 commit e2f93e1

7 files changed

Lines changed: 6 additions & 112 deletions

File tree

NuGet/ReactiveUI-Core/lib/Monomac/ReactiveUI.pdb

Whitespace-only changes.

NuGet/ReactiveUI-Platforms/lib/Monomac/ReactiveUI.Cocoa.pdb

Whitespace-only changes.

ReactiveUI.Mobile/ReactiveUI.Mobile_Monotouch.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<OutputType>Library</OutputType>
1111
<RootNamespace>ReactiveUI.Mobile</RootNamespace>
1212
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
13-
<AssemblyName>ReactiveUIMobile</AssemblyName>
13+
<AssemblyName>ReactiveUI.Mobile</AssemblyName>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>
1616
</PropertyGroup>
@@ -34,6 +34,7 @@
3434
<DefineConstants>MONO; UIKIT</DefineConstants>
3535
<DocumentationFile>bin\Release\Monotouch\ReactiveUI.Mobile.XML</DocumentationFile>
3636
<DebugSymbols>true</DebugSymbols>
37+
<GenerateDocumentation>true</GenerateDocumentation>
3738
</PropertyGroup>
3839
<ItemGroup>
3940
<Reference Include="Newtonsoft.Json">

ReactiveUI.Platforms/ReactiveUI.Cocoa_Monotouch.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<OutputType>Library</OutputType>
1111
<RootNamespace>ReactiveUI.Cocoa</RootNamespace>
1212
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
13-
<AssemblyName>ReactiveUICocoa</AssemblyName>
13+
<AssemblyName>ReactiveUI.Cocoa</AssemblyName>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1515
<RestorePackages>true</RestorePackages>
1616
</PropertyGroup>
@@ -36,6 +36,7 @@
3636
<DebugSymbols>true</DebugSymbols>
3737
<RegisterForComInterop>false</RegisterForComInterop>
3838
<DocumentationFile>bin\Release\Monotouch\ReactiveUICocoa.XML</DocumentationFile>
39+
<GenerateDocumentation>true</GenerateDocumentation>
3940
</PropertyGroup>
4041
<ItemGroup>
4142
<Reference Include="System" />

ReactiveUI.Testing/ReactiveUI.Testing_Monotouch.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<DefineConstants>MONO; UIKIT</DefineConstants>
3535
<DocumentationFile>bin\Release\Monotouch\ReactiveUI.Testing.XML</DocumentationFile>
3636
<DebugSymbols>true</DebugSymbols>
37+
<GenerateDocumentation>true</GenerateDocumentation>
3738
</PropertyGroup>
3839
<ItemGroup>
3940
<Reference Include="Newtonsoft.Json">

ReactiveUI.Tests/Resources/Resource.designer.cs

Lines changed: 0 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReactiveUI/ReactiveUI_Monotouch.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<DefineConstants>MONO; IOS</DefineConstants>
3535
<DocumentationFile>bin\Release\Monotouch\ReactiveUI.XML</DocumentationFile>
3636
<DebugSymbols>true</DebugSymbols>
37+
<GenerateDocumentation>true</GenerateDocumentation>
3738
</PropertyGroup>
3839
<ItemGroup>
3940
<Reference Include="System" />

0 commit comments

Comments
 (0)