SmartIrc4net 1.1.0

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

// Install SmartIrc4net as a Cake Tool
#tool nuget:?package=SmartIrc4net&version=1.1.0

SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. The API features full channel syncing and is split in 3 layers: IrcConnection, IrcCommands and IrcClient.

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.1.0 6,909 5/7/2017

New features:
- NAMESX support (Andrew Nagle)
- IRCv3.2 inbound message tag support (gmt2001)
- added Mono 4.x support (Mirco Bauer)
- use log4net and NUnit from Nuget (Mirco Bauer)
   
Bugfixes:
- support X.509 client certificate correctly (Mirco Bauer)
- handle UTC offset changes without a PING timeout (Ondřej Hošek)
- removed non-free IRC RFC document from source tree and release tarball