SimpleIRCLib 2.2.1
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
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 (1)
Showing the top 1 popular GitHub repositories that depend on SimpleIRCLib:
Repository | Stars |
---|---|
erfg12/AOL_4.0_Emu
Emulating AOL 4.0
|
Version | Downloads | Last updated |
---|---|---|
2.2.1 | 1,768 | 10/28/2018 |
2.2.0 | 943 | 8/21/2018 |
2.1.2 | 844 | 8/21/2018 |
2.1.1 | 893 | 8/9/2018 |
2.1.0 | 1,011 | 6/21/2018 |
2.0.0 | 972 | 5/21/2018 |
1.2.4 | 971 | 1/28/2018 |
1.2.3 | 939 | 10/22/2017 |
1.2.2 | 1,029 | 10/5/2017 |
1.2.1 | 905 | 8/31/2017 |
1.2.0 | 1,083 | 1/7/2017 |
1.1.90 | 1,950 | 4/24/2016 |
1.1.8 | 1,508 | 4/24/2016 |
1.1.7 | 1,230 | 3/20/2016 |
1.1.6 | 1,284 | 3/20/2016 |
1.1.5 | 1,214 | 3/20/2016 |
1.1.4 | 1,241 | 3/20/2016 |
1.1.3.1 | 1,213 | 3/20/2016 |
1.1.3 | 1,307 | 3/19/2016 |
1.1.2 | 1,378 | 2/3/2016 |
1.1.1 | 1,305 | 2/2/2016 |
1.1.0 | 1,328 | 2/2/2016 |
1.0.2 | 1,264 | 2/1/2016 |
1.0.1 | 1,315 | 2/1/2016 |
1.0.0 | 1,321 | 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).