Skip to content

Commit 0560fd4

Browse files
committed
Link StringExtensions class as reference to new-cli solution
1 parent caf4f61 commit 0560fd4

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
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>

0 commit comments

Comments
 (0)