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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BalaReva.EasyText.Activities" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BalaReva.EasyText.Activities --version 2.0.0
#r "nuget: BalaReva.EasyText.Activities, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0 2,533 8/7/2020

1.0.0-new
1.0.1- Scope activity design changes
2.0.0 - Code Improvement and bug fixing.