NLine.Library
2.0.0
See the version list below for details.
dotnet add package NLine.Library --version 2.0.0
NuGet\Install-Package NLine.Library -Version 2.0.0
<PackageReference Include="NLine.Library" Version="2.0.0" />
paket add NLine.Library --version 2.0.0
#r "nuget: NLine.Library, 2.0.0"
// Install NLine.Library as a Cake Addin #addin nuget:?package=NLine.Library&version=2.0.0 // Install NLine.Library as a Cake Tool #tool nuget:?package=NLine.Library&version=2.0.0
NLine Library
Adds line numbering to IEnumerable<string> in the style of the nl
unix command.
Compatibility
This project should work with any .NET 8 project but support for edge cases or niche use cases is not guaranteed.
Licensing
The NLine library is licensed under the LGPLv3 license.
If you'd like to contribute to the project please visit the GitHub Repo.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- AlastairLundy.Extensions.System (>= 5.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
## Changes since NLine 1.0.0
### NLine CLI
* Initial Release of NLine CLI
### NLine Library
* Added ``ILineNumberer``
* Re-structured ``LineNumberer`` to no longer be static and use ``ILineNumberer``
* Made ``CalculateNextLineNumber`` public