Skip to content

Commit

Permalink
Remove obsolete Atlantis.Net project.
Browse files Browse the repository at this point in the history
Update version to a release state instead of Pre-Release
Update description of Atlantis.Net.Irc for searching on nuget.org
Add nuget folder in git root for nupkg packages.
  • Loading branch information
zloveless committed Feb 12, 2015
1 parent 67be7c5 commit 82dd722
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 424 deletions.
2 changes: 1 addition & 1 deletion Code/Atlantis.Net.Irc/Atlantis.Net.Irc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>4.1.3-alpha</version>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
Expand Down
4 changes: 3 additions & 1 deletion Code/Atlantis.Net.Irc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System.Reflection;

[assembly: AssemblyTitle("Atlantis.Net.Irc")]
[assembly: AssemblyFileVersion("4.1.3.0")]
[assembly: AssemblyDescription("Atlantis.Net.Irc is an implementation of the IRC RFC (not 100%) for my own purposes. It features a very fast IRC message parser, asynchronous message transmission, an event system, and a basic command system.")]
[assembly: AssemblyFileVersion("4.1.*")]
[assembly: AssemblyInformationalVersion("4.1.3")]
Binary file removed Code/Atlantis.Net/Atlantis.Net.4.0.2.0.nupkg
Binary file not shown.
54 changes: 0 additions & 54 deletions Code/Atlantis.Net/Atlantis.Net.csproj

This file was deleted.

13 changes: 0 additions & 13 deletions Code/Atlantis.Net/Atlantis.Net.nuspec

This file was deleted.

35 changes: 0 additions & 35 deletions Code/Atlantis.Net/ITcpClient.cs

This file was deleted.

25 changes: 0 additions & 25 deletions Code/Atlantis.Net/ITcpClientAsync.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Code/Atlantis.Net/Properties/AssemblyInfo.cs

This file was deleted.

125 changes: 0 additions & 125 deletions Code/Atlantis.Net/TcpClientAdapter.cs

This file was deleted.

Loading

0 comments on commit 82dd722

Please sign in to comment.