PigCmdLibDemo 2.3.10

dotnet add package PigCmdLibDemo --version 2.3.10
                    
NuGet\Install-Package PigCmdLibDemo -Version 2.3.10
                    
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.3.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PigCmdLibDemo" Version="2.3.10" />
                    
Directory.Packages.props
<PackageReference Include="PigCmdLibDemo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PigCmdLibDemo --version 2.3.10
                    
#r "nuget: PigCmdLibDemo, 2.3.10"
                    
#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.
#addin nuget:?package=PigCmdLibDemo&version=2.3.10
                    
Install PigCmdLibDemo as a Cake Addin
#tool nuget:?package=PigCmdLibDemo&version=2.3.10
                    
Install PigCmdLibDemo as a Cake Tool
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-browser 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.  net9.0 was computed.  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. 
.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)
Included target framework(s) (in package)
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.3.10 144 7 months ago
2.2.166 151 3/12/2024
2.2.126 249 11/30/2023
2.2.116 144 11/20/2023
2.2.110 129 11/9/2023
2.2.108 135 11/5/2023
2.2.98 145 10/19/2023
2.2.96 141 10/17/2023
2.2.92 160 10/9/2023
2.2.90 147 9/16/2023
2.2.88.88 161 8/23/2023
2.2.88.86 153 8/18/2023
2.2.88.2 162 8/16/2023
2.2.88 162 8/7/2023
2.2.68 179 6/15/2023
2.2.58 182 6/5/2023
2.2.50 162 5/28/2023
2.2.38 177 5/25/2023
2.2.22 219 4/16/2023
2.2.20 216 4/14/2023
2.2.16 219 4/2/2023
2.2.12 282 2/20/2023
2.2.8 308 2/1/2023
2.2.6 324 1/20/2023
2.1.32 330 12/11/2022
2.1.26 364 11/12/2022
2.1.6 392 10/19/2022
2.1.2 391 10/18/2022
2.0.82 427 10/16/2022
2.0.80 400 10/4/2022
2.0.70 449 9/18/2022
1.10.68 451 7/24/2022
1.10.10 426 7/19/2022
1.9.12 430 7/11/2022
1.9.10 439 7/9/2022
1.9.8 434 6/15/2022
1.9.6 439 6/7/2022
1.8.8 439 5/31/2022
1.8.6 433 5/19/2022
1.7.16 444 5/1/2022
1.7.2 476 4/17/2022
1.5.8 459 4/3/2022
1.5.2 468 4/1/2022
1.3.2 467 3/19/2022
1.2.6 496 2/1/2022
1.1.8 473 1/23/2022
1.1.2 456 1/23/2022
1.0.2 467 1/15/2022

Synchronize the PigCmdLib update sample program.