Skip to content

Commit

Permalink
updated the version range for GitReleaseManager to >=0.13.0 <0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 5, 2024
1 parent cf13820 commit a8dc673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/gitreleasemanager/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class GitReleaseManagerTool extends DotnetTool implements IGitReleaseMana
}

public async install(setupSettings: ISetupSettings): Promise<void> {
await this.toolInstall('GitReleaseManager.Tool', '>=0.10.0 <0.17.0', setupSettings)
await this.toolInstall('GitReleaseManager.Tool', '>=0.13.0 <0.17.0', setupSettings)
}

public create(settings: GitReleaseManagerCreateSettings): Promise<IExecResult> {
Expand Down

0 comments on commit a8dc673

Please sign in to comment.