Package Description
Get Started
$ dotnet add package Custom.Console.WriterReadme
Custom Console Writer
A simple .NET 8 class library NuGet package that prints a message to the console.
Installation
You can install this package via NuGet Package Manager or using the .NET CLI:
dotnet add package Custom.Console.Writer --prerelease
Usage
using TestNugetPackage;
class Program
{
static void Main(string[] args)
{
string message = "Hello from custom console writer";
Test.PrintMessage(message);
}
}
License
This project is licensed under the MIT License - see the LICENSE file for details.