TTT.TicTacTube 0.4.0

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

// Install TTT.TicTacTube as a Cake Tool
#tool nuget:?package=TTT.TicTacTube&version=0.4.0

A versatile pipelining library, created with media organization in mind and meant to be run as a service.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on TTT.TicTacTube:

Package Downloads
TTT.TicTacTube.Genius

An extension for the versatile pipelining library TicTacTube, that allows the integration of Genius (https://genius.com).

TTT.TicTacTube.Telegram

An extension for the versatile pipelining library TicTacTube, that allows the integration of telegram bots.

TTT.TicTacTube.Soundcloud

An extension for the versatile pipelining library TicTacTube, that allows the integration of soundcloud. Creating new Soundcloud API-keys is currently disabled, therefore this API uses web parsing which may be against soundcloud's terms of service. Only use with soundclouds written permission.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0 1,166 4/8/2019
0.3.1 473 3/11/2019
0.3.0 1,440 4/10/2018
0.2.3 898 3/17/2018
0.2.1 962 12/18/2017
0.2.0 906 12/13/2017

* Add a new execution system which allows to manage processing pipelines, delay and discard sources, and operate on sources from multiple threads
* Improve documentation