Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit fe5b8c8

Browse files
cr changes
1 parent 0698244 commit fe5b8c8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Frends.Template/Frends.Echo.Execute/Frends.Echo.Execute/Frends.Echo.Execute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static class Echo
1818
/// </summary>
1919
/// <param name="input">Essential parameters.</param>
2020
/// <param name="connection">Connection parameters.</param>
21-
/// <param name="options">x.</param>
21+
/// <param name="options">Additional parameters.</param>
2222
/// <param name="cancellationToken">A cancellation token provided by Frends Platform.</param>
2323
/// <returns>object { bool Success, string Output, object Error { string Message, Exception AdditionalInfo } }</returns>
2424
// TODO: Remove Connection parameter if the task does not make connections

Frends.Template/Frends.Echo.Execute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
TaskDescription
44

5-
[![Execute_build](https://github.com/FrendsPlatform/Frends.Echo/actions/workflows/Execute_build_and_test_on_main.yml/badge.svg)](https://github.com/FrendsPlatform/Frends.Echo/actions/workflows/Execute_build_and_test_on_main.yml)
5+
[![Execute_build](https://github.com/FrendsPlatform/Frends.Echo/actions/workflows/Execute_test_on_main.yml/badge.svg)](https://github.com/FrendsPlatform/Frends.Echo/actions/workflows/Execute_test_on_main.yml)
66
![Coverage](https://app-github-custom-badges.azurewebsites.net/Badge?key=FrendsPlatform/Frends.Echo/Frends.Echo.Execute|main)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
88

FrendsTaskTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<PackageVersion>1.5.3</PackageVersion>
5+
<PackageVersion>1.5.0</PackageVersion>
66
<PackageId>frendstasktemplate</PackageId>
77
<Title>Frends Task template</Title>
88
<Authors>Frends</Authors>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ You need to clone the repository for the new Task. After cloning, move to that f
3434

3535
You can create a new Task by running the following command in the Task's repository folder.
3636

37-
`dotnet new frendstasktemplate -F Frends.ClassName.MethodName -D "Description of the Task"`
37+
`dotnet new frends-task -F Frends.ClassName.MethodName -D "Description of the Task"`
3838

3939
## Get help using the template
4040

41-
`dotnet new frendstasktemplate -h`
41+
`dotnet new frends-task -h`
4242

4343
### Example output:
4444

0 commit comments

Comments
 (0)