PigToolsLiteLibDemo 3.5.72

dotnet add package PigToolsLiteLibDemo --version 3.5.72                
NuGet\Install-Package PigToolsLiteLibDemo -Version 3.5.72                
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="PigToolsLiteLibDemo" Version="3.5.72" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PigToolsLiteLibDemo --version 3.5.72                
#r "nuget: PigToolsLiteLibDemo, 3.5.72"                
#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 PigToolsLiteLibDemo as a Cake Addin
#addin nuget:?package=PigToolsLiteLibDemo&version=3.5.72

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

C#
class Program
{
    static void Main(string[] args)
    {
        PigToolsLiteLibDemo.ConsoleDemo oConsoleDemo = new PigToolsLiteLibDemo.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. 
.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
3.5.72 109 6/10/2024
3.5.70 115 6/5/2024
3.5.36 234 12/6/2023
3.5.26 147 11/9/2023
3.5.22 115 11/5/2023
3.5.20 163 10/17/2023
3.5.16 144 9/28/2023
3.5.8 180 6/15/2023
3.5.6 157 6/13/2023
3.5.2 168 6/11/2023
3.3.158 148 5/28/2023
3.3.132 189 4/16/2023
3.3.130 199 4/14/2023
3.3.126.2 218 4/2/2023
3.3.126 219 4/1/2023
3.3.122 246 2/20/2023
3.3.92 309 12/11/2022
3.3.86 334 11/16/2022
3.3.82 348 11/12/2022
3.3.32 410 10/19/2022
3.3.28 422 10/17/2022
3.3.13 404 10/16/2022
3.3.12 403 10/9/2022
3.2.70 455 9/18/2022
3.2.68 391 9/12/2022
3.2.28 424 8/30/2022
3.0.8 428 8/26/2022
2.9.60 426 7/21/2022
2.9.8 437 7/11/2022
2.9.2 427 7/9/2022
2.8.2 433 6/16/2022
2.7.8 460 6/14/2022
2.7.2 436 6/3/2022
2.6.2 429 5/30/2022
2.5.2 428 5/15/2022
2.3.10 449 5/10/2022
2.2.16 459 4/9/2022
2.2.8 465 4/2/2022
2.2.2 441 3/26/2022
2.1.2 433 2/22/2022
2.0.2 460 2/3/2022
1.3.18 299 1/5/2022
1.3.16 292 12/26/2021
1.3.12 295 12/24/2021
1.3.2 387 10/16/2021

Synchronize the PigToolsLiteLib update sample program.