NetIrc2 1.0.0

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

// Install NetIrc2 as a Cake Tool
#tool nuget:?package=NetIrc2&version=1.0.0

NetIRC2 is an easy-to-use .NET IRC client library. It supports all major features relevant to making a chat client or bot.

NetIRC2 has full support for synchronization contexts. You can use it from a Windows Forms or WPF GUI thread and chat events will be automatically dispatched, allowing you to completely ignore multithreading. It uses byte arrays internally so mixed encodings can be handled. The IrcClient class can even be used as a component in the Forms Designer.

Because it speeds up connect times with some IRC servers, an Ident server is included as well.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
1.0.0 5,170 5/2/2013

1.0.0.0 (May 2, 2013):
Initial version of NetIRC2.
This is a substantially redone version of my original NetIRC library.
If you need sample code, I've ported the Chatter client I wrote ages ago to NetIRC2, so try that...