Skip to content

Commit fec1a63

Browse files
committed
Link StringExtensions class as reference to new-cli solution
1 parent 3ade5b3 commit fec1a63

File tree

6 files changed

+2
-23
lines changed

6 files changed

+2
-23
lines changed

new-cli/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<ItemGroup>
1818
<Using Include="System.Collections"/>
19+
<Using Include="System.Text"/>
1920
</ItemGroup>
2021

2122
</Project>

new-cli/GitVersion.Common/Extensions/StringExtensions.cs

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

new-cli/GitVersion.Common/GitVersion.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PackageReference Include="Polly" />
44
</ItemGroup>
55
<ItemGroup>
6+
<Compile Include="..\..\src\GitVersion.Core\Extensions\StringExtensions.cs" Link="Extensions\StringExtensions.cs" />
67
<Compile Include="..\..\src\GitVersion.Core\Git\AuthenticationInfo.cs">
78
<Link>Git\AuthenticationInfo.cs</Link>
89
</Compile>

new-cli/GitVersion.Common/Helpers/EncodingHelper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text;
2-
31
namespace GitVersion.Helpers;
42

53
public static class EncodingHelper

new-cli/GitVersion.Common/Infrastructure/IFileSystem.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Text;
2-
31
namespace GitVersion.Infrastructure;
42

53
public interface IFileSystem

new-cli/GitVersion.Core/Infrastructure/FileSystem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Text;
21
using GitVersion.Helpers;
32

43
namespace GitVersion.Infrastructure;

0 commit comments

Comments
 (0)