Skip to content

Commit

Permalink
move classes inside folders
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Sep 9, 2019
1 parent 2471836 commit 0a64063
Show file tree
Hide file tree
Showing 101 changed files with 380 additions and 342 deletions.
1 change: 1 addition & 0 deletions src/GitVersionCore.Tests/AssemblyFileVersionTests.cs
@@ -1,6 +1,7 @@
using GitVersion;
using NUnit.Framework;
using Shouldly;
using GitVersion.Extensions;

namespace GitVersionCore.Tests
{
Expand Down
3 changes: 2 additions & 1 deletion src/GitVersionCore.Tests/AssemblyInfoFileUpdaterTests.cs
Expand Up @@ -7,7 +7,8 @@
using Shouldly;
using GitVersion.Helpers;
using GitVersion.OutputVariables;
using GitVersion.VersionAssemblyInfoResources;
using GitVersion.Extensions;
using GitVersion.Extensions.VersionAssemblyInfoResources;

namespace GitVersionCore.Tests
{
Expand Down
1 change: 1 addition & 0 deletions src/GitVersionCore.Tests/CommitDateTests.cs
Expand Up @@ -5,6 +5,7 @@
using NUnit.Framework;
using GitVersion.Configuration;
using GitVersion.VersioningModes;
using GitVersion.Extensions;

namespace GitVersionCore.Tests
{
Expand Down
2 changes: 1 addition & 1 deletion src/GitVersionCore.Tests/ConfigProviderTests.cs
Expand Up @@ -4,13 +4,13 @@
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using GitVersion;
using NUnit.Framework;
using Shouldly;
using YamlDotNet.Serialization;
using GitVersion.Configuration;
using GitVersion.Helpers;
using GitVersion.VersioningModes;
using GitVersion.Extensions;

namespace GitVersionCore.Tests
{
Expand Down
1 change: 0 additions & 1 deletion src/GitVersionCore.Tests/DefaultConfigFileLocatorTests.cs
@@ -1,6 +1,5 @@
using System;
using System.IO;
using GitVersion;
using NUnit.Framework;
using Shouldly;
using GitVersion.Configuration;
Expand Down
1 change: 1 addition & 0 deletions src/GitVersionCore.Tests/DynamicRepositoryTests.cs
Expand Up @@ -2,6 +2,7 @@
using System.IO;
using GitVersion;
using NUnit.Framework;
using GitVersion.Helpers;

namespace GitVersionCore.Tests
{
Expand Down

0 comments on commit 0a64063

Please sign in to comment.