SimpleIRCLib 2.2.1
.NET Standard 2.0
dotnet add package SimpleIRCLib --version 2.2.1
NuGet\Install-Package SimpleIRCLib -Version 2.2.1
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="SimpleIRCLib" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleIRCLib --version 2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleIRCLib, 2.2.1"
#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 SimpleIRCLib as a Cake Addin
#addin nuget:?package=SimpleIRCLib&version=2.2.1
// Install SimpleIRCLib as a Cake Tool
#tool nuget:?package=SimpleIRCLib&version=2.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A easy to use, easy to implent, IRC library with DCC (Download) support for C#.
See for more information:
https://github.com/EldinZenderink/SimpleIRCLib
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.
-
.NETStandard 2.0
- No dependencies.
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.1 | 1,399 | 10/28/2018 |
2.2.0 | 817 | 8/21/2018 |
2.1.2 | 710 | 8/21/2018 |
2.1.1 | 767 | 8/9/2018 |
2.1.0 | 863 | 6/21/2018 |
2.0.0 | 829 | 5/21/2018 |
1.2.4 | 869 | 1/28/2018 |
1.2.3 | 823 | 10/22/2017 |
1.2.2 | 894 | 10/5/2017 |
1.2.1 | 784 | 8/31/2017 |
1.2.0 | 960 | 1/7/2017 |
1.1.90 | 1,795 | 4/24/2016 |
1.1.8 | 1,379 | 4/24/2016 |
1.1.7 | 1,098 | 3/20/2016 |
1.1.6 | 1,130 | 3/20/2016 |
1.1.5 | 1,072 | 3/20/2016 |
1.1.4 | 1,099 | 3/20/2016 |
1.1.3.1 | 1,075 | 3/20/2016 |
1.1.3 | 1,176 | 3/19/2016 |
1.1.2 | 1,226 | 2/3/2016 |
1.1.1 | 1,159 | 2/2/2016 |
1.1.0 | 1,175 | 2/2/2016 |
1.0.2 | 1,132 | 2/1/2016 |
1.0.1 | 1,159 | 2/1/2016 |
1.0.0 | 1,153 | 2/1/2016 |
-- Added byte list buffer to access data downloaded per second (for parsing during the download for example (espescially used within LittleWeeb to parse subtitles during download).