Skip to content

Commit 315b289

Browse files
committed
(GH-9) Removed code that is not required
- Based on the original work by Particular, there were some classes, and hence tests, that are not required, lets remove them to make the code easier to understand and maintain.
1 parent c88a797 commit 315b289

File tree

5 files changed

+0
-167
lines changed

5 files changed

+0
-167
lines changed

src/Compiler/ReleaseManager.cs

Lines changed: 0 additions & 114 deletions
This file was deleted.

src/Compiler/ReleaseNotesCompiler.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@
5757
<Compile Include="AssemblyInfo.cs" />
5858
<Compile Include="DefaultGitHubClient.cs" />
5959
<Compile Include="IGitHubClient.cs" />
60-
<Compile Include="ReleaseManager.cs" />
6160
<Compile Include="ReleaseNotesBuilder.cs" />
6261
<Compile Include="OctokitExtensions.cs" />
63-
<Compile Include="ReleaseUpdateRequired.cs" />
6462
<Compile Include="MilestoneExtensions.cs" />
6563
</ItemGroup>
6664
<ItemGroup>

src/Compiler/ReleaseUpdateRequired.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Tests/ReleaseManagerTests.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/Tests/ReleaseNotesCompiler.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<Compile Include="ClipBoardHelper.cs" />
6262
<Compile Include="FakeGitHubClient.cs" />
6363
<Compile Include="Helper.cs" />
64-
<Compile Include="ReleaseManagerTests.cs" />
6564
<Compile Include="ReleaseNotesBuilderIntegrationTests.cs" />
6665
<Compile Include="ClientBuilder.cs" />
6766
<Compile Include="ReleaseNotesBuilderTests.cs" />

0 commit comments

Comments
 (0)