nugethello 1.0.1
See the version list below for details.
dotnet add package nugethello --version 1.0.1
NuGet\Install-Package nugethello -Version 1.0.1
<PackageReference Include="nugethello" Version="1.0.1" />
paket add nugethello --version 1.0.1
#r "nuget: nugethello, 1.0.1"
// Install nugethello as a Cake Addin #addin nuget:?package=nugethello&version=1.0.1 // Install nugethello as a Cake Tool #tool nuget:?package=nugethello&version=1.0.1
Example code usage.
using System;
using System.Linq;
using Base.NugetHello;
namespace Base.ConsoleApplication
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Begin: Base.ConsoleApplication.");
Example e = new Example();
e.WriteLicense();
Console.WriteLine(e.GetMessage());
Console.WriteLine("");
Console.WriteLine("End: Base.ConsoleApplication.");
Console.WriteLine("");
Console.WriteLine("Press anykey to exit.");
Console.ReadKey();
}
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.