Skip to content

Commit

Permalink
updated the version range for GitVersion to >=5.2.0 <6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 5, 2024
1 parent 9398ff4 commit 8921bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gitversion/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class GitVersionTool extends DotnetTool implements IGitVersionTool {
}

public async install(setupSettings: ISetupSettings): Promise<void> {
await this.toolInstall('GitVersion.Tool', '>=5.10.0 <6.1.0', setupSettings)
await this.toolInstall('GitVersion.Tool', '>=5.2.0 <6.1.0', setupSettings)
}

public run(options: GitVersionSettings): Promise<IExecResult> {
Expand Down

0 comments on commit 8921bf0

Please sign in to comment.