Skip to content

Releases: IrcDotNet/IrcDotNet

v0.7.0: dotnet cli and core

04 Apr 18:23
Compare
Choose a tag to compare

This release adds support for .NET core.

Bug Fixes

  • appveyor: first pass at .net core CI (6b8d662)
  • travis: first pass at .net core CI (696bc73)

0.6.1: Minor Cleanup Release

17 Apr 22:53
Compare
Choose a tag to compare

This release brings minor stability and bug fixes.

0.6.0: DNX Restructure and TwitchIRCClient

15 Feb 02:58
Compare
Choose a tag to compare

The project has been restructured around DNX and the new .NET Core libraries. This release targets .NET 4.0 and higher, as well as DNX4.5 and higher. Cross-platform compatibility is improved with the open source DNX command line tools.

Added this release is the TwitchIrcClient which supports the twitch.tv IRC chat protocol.

0.5.0

31 May 16:22
Compare
Choose a tag to compare

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

0.4.1

31 May 16:23
Compare
Choose a tag to compare

This release primarily introduces thread-safety in the IrcClient and CtcpClient classes; this is important particularly in UI scenarios. Minor stability improvements have also been made. The TwitterBot sample project has been updated to use v2 of the TweetSharp library and has several bug fixes.

  • IrcClient and CtcpClient classes are now properly thread-safe (including IDisposable implementaiton).
  • IrcClient now handles replies to STATS messages (server statistics).
  • Improved XML documentation.
  • TwitterBot sample now uses TweetSharp v2 library.
  • Created NuGet package for library and samples.
  • Minor bug fixes; see commit log.