From 21f1e95fb8e935134a969bc3d729964d8d2aadfa Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 14 May 2020 23:06:10 -0400 Subject: rename Irc to IRC --- Examples/States/Client.cs | 4 ++-- Examples/States/StatesSample.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Examples/States') diff --git a/Examples/States/Client.cs b/Examples/States/Client.cs index 78d253f..e98457d 100644 --- a/Examples/States/Client.cs +++ b/Examples/States/Client.cs @@ -2,8 +2,8 @@ using System; using System.Linq; using System.Net.Sockets; using System.Threading; -using IrcStates; -using IrcTokens; +using IRCStates; +using IRCTokens; namespace StatesSample { diff --git a/Examples/States/StatesSample.csproj b/Examples/States/StatesSample.csproj index ac7b5b7..75b83cc 100644 --- a/Examples/States/StatesSample.csproj +++ b/Examples/States/StatesSample.csproj @@ -6,7 +6,7 @@ - + -- cgit 1.4.1