Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 81cc508

Browse files
committed
Updated the markdown code for readme & added ReleaseEvent for events
1 parent c507fb9 commit 81cc508

9 files changed

Lines changed: 129 additions & 1839 deletions

File tree

CodeHub.Core/CodeHub.Core.iOS.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<Compile Include="Filters\NotificationsFilterModel.cs" />
4242
<Compile Include="Filters\RepositoriesFilterModel.cs" />
4343
<Compile Include="Filters\SourceFilterModel.cs" />
44-
<Compile Include="Markdown\MarkdownParser.cs" />
4544
<Compile Include="Properties\AssemblyInfo.cs" />
4645
<Compile Include="Services\ApplicationService.cs" />
4746
<Compile Include="Services\GitHubAccountsService.cs" />
@@ -146,20 +145,21 @@
146145
</Reference>
147146
</ItemGroup>
148147
<ItemGroup>
149-
<ProjectReference Include="..\lib\GitHubSharp\GitHubSharp.MonoTouch.csproj">
150-
<Project>{89E14828-85BB-4790-9B4E-E44DD4CE000E}</Project>
151-
<Name>GitHubSharp.MonoTouch</Name>
152-
</ProjectReference>
153148
<ProjectReference Include="..\lib\CodeFramework\CodeFramework.Core\CodeFramework.Core.iOS.csproj">
154149
<Project>{C99FE7E3-0985-48F1-9EBB-91680A795F0F}</Project>
155150
<Name>CodeFramework.Core.iOS</Name>
156151
</ProjectReference>
152+
<ProjectReference Include="..\lib\GitHubSharp\GitHubSharp.MonoTouch.csproj">
153+
<Project>{89E14828-85BB-4790-9B4E-E44DD4CE000E}</Project>
154+
<Name>GitHubSharp.MonoTouch</Name>
155+
</ProjectReference>
157156
</ItemGroup>
158157
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
159158
<ItemGroup>
160159
<Folder Include="Messages\" />
161160
</ItemGroup>
162161
<ItemGroup>
163162
<Content Include="Markdown\marked.js" />
163+
<Content Include="Markdown\markdown.html" />
164164
</ItemGroup>
165165
</Project>

0 commit comments

Comments
 (0)