IrcDotNet 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package IrcDotNet --version 0.5.0
NuGet\Install-Package IrcDotNet -Version 0.5.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="IrcDotNet" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IrcDotNet --version 0.5.0
#r "nuget: IrcDotNet, 0.5.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 IrcDotNet as a Cake Addin
#addin nuget:?package=IrcDotNet&version=0.5.0

// Install IrcDotNet as a Cake Tool
#tool nuget:?package=IrcDotNet&version=0.5.0

IRC.NET aims to provide a complete and efficient implementation of the protocol as described in RFCs 1459 and 2812, as well as de-facto modern features of the protocol.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (5)

Showing the top 5 NuGet packages that depend on IrcDotNet:

Package Downloads
IrcDotNet.Sample

Sample projects for the IRC.NET library

XPlaysGameboy

A framework for Twitch Plays Pokemon, Fish Plays Pokemon and so on, which makes it easier for others to do what they have done in C#.

XPlaysGameboy.Samples.SimulatorPlaysPokemon

A framework for Twitch Plays Pokemon, Fish Plays Pokemon and so on, which makes it easier for others to do what they have done in C#.

libtoxtmi

https://github.com/roydejong/libtoxtmi

DragonBreath.SimulCastGrab

Simultaneous Twitch and Youtube Casting Integration

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 8,465 4/4/2017
0.6.1 2,402 4/17/2016
0.6.0 1,713 2/15/2016
0.5.0 2,836 5/31/2015
0.4.1 6,015 6/30/2011

Various refactoring improvements have been made, along with a number of bug fixes. Some usability issues have also been resolved.