Skip to content

Commit 1ee8ef3

Browse files
committed
Simplify ArgumentBuilder and remove unused parameters
Refactored the ArgumentBuilder class to reduce complexity by consolidating constructors and eliminating redundant parameters. Removed the obsolete ExecuteIn method that utilized these parameters from GitVersionHelper. Updated the test case to align with the new method signature and ensure functionality remains intact.
1 parent 5c84c80 commit 1ee8ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<!-- common packages -->
7-
<PackageVersion Include="LibGit2Sharp" Version="0.31.0" />
7+
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
88
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
99
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
1010
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />

0 commit comments

Comments
 (0)