./nugetz
pkg

surinder987/Custom.Console.Writerv1.0.0

docs d<> code .compare c
.NET 8.0

Package Description

License

View license

Deps

0

Install Size

Vulns

✓ 0

Published

Jun 9, 2025

Get Started

$ dotnet add package Custom.Console.Writer

Readme

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.