PigCmdLibDemo 2.2.126

.NET 5.0 .NET Core 3.1 .NET Framework 2.0
dotnet add package PigCmdLibDemo --version 2.2.126
NuGet\Install-Package PigCmdLibDemo -Version 2.2.126
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PigCmdLibDemo" Version="2.2.126" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PigCmdLibDemo --version 2.2.126
#r "nuget: PigCmdLibDemo, 2.2.126"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PigCmdLibDemo as a Cake Addin
#addin nuget:?package=PigCmdLibDemo&version=2.2.126

// Install PigCmdLibDemo as a Cake Tool
#tool nuget:?package=PigCmdLibDemo&version=2.2.126
VB.net
Module Program
    Sub Main(args As String())
        Dim oConsoleDemo As New PigCmdLibDemo.ConsoleDemo
        oConsoleDemo.Main()
    End Sub
End Module

C#
class Program
{
    static void Main(string[] args)
    {
        PigCmdLibDemo.ConsoleDemo oConsoleDemo = new PigCmdLibDemo.ConsoleDemo() ;
        oConsoleDemo.Main();
    }
}

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android 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. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net20 is compatible.  net30 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.126 38 11/30/2023
2.2.116 59 11/20/2023
2.2.110 50 11/9/2023
2.2.108 63 11/5/2023
2.2.98 84 10/19/2023
2.2.96 76 10/17/2023
2.2.92 78 10/9/2023
2.2.90 71 9/16/2023
2.2.88.88 99 8/23/2023
2.2.88.86 79 8/18/2023
2.2.88.2 90 8/16/2023
2.2.88 89 8/7/2023
2.2.68 117 6/15/2023
2.2.58 108 6/5/2023
2.2.50 108 5/28/2023
2.2.38 110 5/25/2023
2.2.22 147 4/16/2023
2.2.20 144 4/14/2023
2.2.16 159 4/2/2023
2.2.12 207 2/20/2023
2.2.8 237 2/1/2023
2.2.6 257 1/20/2023
2.1.32 257 12/11/2022
2.1.26 303 11/12/2022
2.1.6 329 10/19/2022
2.1.2 335 10/18/2022
2.0.82 371 10/16/2022
2.0.80 342 10/4/2022
2.0.70 378 9/18/2022
1.10.68 382 7/24/2022
1.10.10 365 7/19/2022
1.9.12 369 7/11/2022
1.9.10 383 7/9/2022
1.9.8 374 6/15/2022
1.9.6 364 6/7/2022
1.8.8 372 5/31/2022
1.8.6 368 5/19/2022
1.7.16 383 5/1/2022
1.7.2 399 4/17/2022
1.5.8 394 4/3/2022
1.5.2 408 4/1/2022
1.3.2 405 3/19/2022
1.2.6 419 2/1/2022
1.1.8 406 1/23/2022
1.1.2 399 1/23/2022
1.0.2 390 1/15/2022

Synchronize the PigCmdLib update sample program.