FVNever.DotNetAuthors
0.0.0
dotnet tool install --global FVNever.DotNetAuthors --version 0.0.0
dotnet new tool-manifest
dotnet tool install --local FVNever.DotNetAuthors --version 0.0.0
#tool dotnet:?package=FVNever.DotNetAuthors&version=0.0.0
nuke :add-package FVNever.DotNetAuthors --version 0.0.0
dotnet-authors 
This is a tool for OSS projects to keep the project author list and update copyright statements in the project files whenever they are changed.
Installation
Install as a dotnet tool: either
$ dotnet tool install --global FVNever.DotNetAuthors
for global installation or
$ dotnet new tool-manifest
$ dotnet tool install FVNever.DotNetAuthors
for local solution-wide installation.
Usage
After installation, the tool will be available in shell as dotnet authors
.
For now, its only function is to exit with zero code. More functions will be available later.
Versioning Notes
This project's versioning follows the Semantic Versioning 2.0.0 specification.
When considering compatible changes, we currently consider the project's public API is the command-line interface:
- the way of running the project (e.g., the executable file name),
- the input arguments,
- the input data formats,
- the output data format,
- the program exit code.
Documentation
License
The project is distributed under the terms of the MIT license.
The license indication in the project's sources is compliant with the REUSE specification v3.3.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.0.0 | 137 | 3/12/2025 |
This is the first version of the tool. It does nothing, prepared to bootstrap the automated publishing process and leave an anchor to track further changes.