BalaReva.EasyText.Activities
2.0.0
dotnet add package BalaReva.EasyText.Activities --version 2.0.0
NuGet\Install-Package BalaReva.EasyText.Activities -Version 2.0.0
<PackageReference Include="BalaReva.EasyText.Activities" Version="2.0.0" />
paket add BalaReva.EasyText.Activities --version 2.0.0
#r "nuget: BalaReva.EasyText.Activities, 2.0.0"
// Install BalaReva.EasyText.Activities as a Cake Addin #addin nuget:?package=BalaReva.EasyText.Activities&version=2.0.0 // Install BalaReva.EasyText.Activities as a Cake Tool #tool nuget:?package=BalaReva.EasyText.Activities&version=2.0.0
TextScope - It is a scope activity.It keeps only the file path. It doesn't keep the text file resource.
DeleteAt - Delete the line at specific line
Find & Replace All - Find and replace in entire file.
FindReplaceAt - Find and replace the text in a specific from and to line (if doesn't know the To line , can mention the -1)
Find Text - Find the text position
FindLineIndex - Find the text and return the line indexes.
Insert Line At - Insert the line in specific line index
Line Count - Return the total line counts
Read Specific Line - Read the lines in the specific line index From and To (if doesn't know the To line , can mention the -1)
Remove Empty Line - It removes all the empty lines.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
1.0.0-new
1.0.1- Scope activity design changes
2.0.0 - Code Improvement and bug fixing.