PigToolsLiteLibDemo 3.3.130

There is a newer version of this package available.
See the version list below for details.
dotnet add package PigToolsLiteLibDemo --version 3.3.130                
NuGet\Install-Package PigToolsLiteLibDemo -Version 3.3.130                
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.3.130" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PigToolsLiteLibDemo --version 3.3.130                
#r "nuget: PigToolsLiteLibDemo, 3.3.130"                
#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.3.130

// Install PigToolsLiteLibDemo as a Cake Tool
#tool nuget:?package=PigToolsLiteLibDemo&version=3.3.130                
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 83 6/10/2024
3.5.70 94 6/5/2024
3.5.36 214 12/6/2023
3.5.26 120 11/9/2023
3.5.22 106 11/5/2023
3.5.20 137 10/17/2023
3.5.16 120 9/28/2023
3.5.8 157 6/15/2023
3.5.6 133 6/13/2023
3.5.2 149 6/11/2023
3.3.158 125 5/28/2023
3.3.132 164 4/16/2023
3.3.130 177 4/14/2023
3.3.126.2 192 4/2/2023
3.3.126 199 4/1/2023
3.3.122 224 2/20/2023
3.3.92 280 12/11/2022
3.3.86 313 11/16/2022
3.3.82 331 11/12/2022
3.3.32 375 10/19/2022
3.3.28 401 10/17/2022
3.3.13 386 10/16/2022
3.3.12 382 10/9/2022
3.2.70 435 9/18/2022
3.2.68 372 9/12/2022
3.2.28 399 8/30/2022
3.0.8 399 8/26/2022
2.9.60 398 7/21/2022
2.9.8 410 7/11/2022
2.9.2 404 7/9/2022
2.8.2 408 6/16/2022
2.7.8 437 6/14/2022
2.7.2 417 6/3/2022
2.6.2 402 5/30/2022
2.5.2 410 5/15/2022
2.3.10 427 5/10/2022
2.2.16 437 4/9/2022
2.2.8 442 4/2/2022
2.2.2 419 3/26/2022
2.1.2 427 2/22/2022
2.0.2 450 2/3/2022
1.3.18 274 1/5/2022
1.3.16 259 12/26/2021
1.3.12 270 12/24/2021
1.3.2 360 10/16/2021

Synchronize the PigToolsLiteLib update sample program.