Skip to content

Commit

Permalink
Link StringExtensions class as reference to new-cli solution
Browse files Browse the repository at this point in the history
  • Loading branch information
HHobeck committed Apr 4, 2023
1 parent caf4f61 commit 0560fd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions new-cli/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<ItemGroup>
<Using Include="System.Collections"/>
<Using Include="System.Text"/>
</ItemGroup>

</Project>
18 changes: 0 additions & 18 deletions new-cli/GitVersion.Common/Extensions/StringExtensions.cs

This file was deleted.

1 change: 1 addition & 0 deletions new-cli/GitVersion.Common/GitVersion.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PackageReference Include="Polly" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\src\GitVersion.Core\Extensions\StringExtensions.cs" Link="Extensions\StringExtensions.cs" />
<Compile Include="..\..\src\GitVersion.Core\Git\AuthenticationInfo.cs">
<Link>Git\AuthenticationInfo.cs</Link>
</Compile>
Expand Down

0 comments on commit 0560fd4

Please sign in to comment.