File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ public interface IPipelineStage<in T>
99 /// <summary>
1010 /// Executes the stage.
1111 /// </summary>
12- /// <param name="args ">The arguments .</param>
12+ /// <param name="item ">The item for execution .</param>
1313 /// <returns></returns>
14- bool Execute ( T args ) ;
14+ bool Execute ( T item ) ;
1515 }
1616}
Original file line number Diff line number Diff line change 55 <Product >Simplify</Product >
66 <Description >Pipelines processing, validation patterns</Description >
77 <Copyright >Licensed under LGPL</Copyright >
8- <Version >0.5</Version >
8+ <Version >0.5.1 </Version >
99 <PackageProjectUrl >https://github.com/SimplifyNet/Simplify</PackageProjectUrl >
1010 <PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/Logo.png</PackageIconUrl >
1111 <RepositoryUrl >https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Pipelines</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments