Skip to content

Commit

Permalink
(GitToolsGH-271) Move classes into extensions folder
Browse files Browse the repository at this point in the history
To be consistent with where another extension class lives
  • Loading branch information
gep13 committed Aug 24, 2020
1 parent 31af1f5 commit ba96512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core
namespace GitReleaseManager.Core.Extensions
{
using System;
using Octokit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// </copyright>
//-----------------------------------------------------------------------

namespace GitReleaseManager.Core
namespace GitReleaseManager.Core.Extensions
{
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace GitReleaseManager.Core.MappingProfiles
{
using AutoMapper;
using GitReleaseManager.Core.Extensions;

public class GitHubProfile : Profile
{
Expand Down

0 comments on commit ba96512

Please sign in to comment.