about summary refs log tree commit diff
path: root/IRCTokens
diff options
context:
space:
mode:
Diffstat (limited to 'IRCTokens')
-rw-r--r--IRCTokens/EnumerableExtensions.cs (renamed from IRCTokens/Extensions.cs)2
-rw-r--r--IRCTokens/IRCTokens.csproj4
2 files changed, 5 insertions, 1 deletions
diff --git a/IRCTokens/Extensions.cs b/IRCTokens/EnumerableExtensions.cs
index e346a43..f98a86d 100644
--- a/IRCTokens/Extensions.cs
+++ b/IRCTokens/EnumerableExtensions.cs
@@ -4,7 +4,7 @@ using System.Linq;
 
 namespace IRCTokens
 {
-    public static class Extensions
+    public static class EnumerableExtensions
     {
         public static IEnumerable<byte[]> Split(this byte[] bytes, byte separator)
         {
diff --git a/IRCTokens/IRCTokens.csproj b/IRCTokens/IRCTokens.csproj
index 2fe9300..e69a61d 100644
--- a/IRCTokens/IRCTokens.csproj
+++ b/IRCTokens/IRCTokens.csproj
@@ -2,6 +2,10 @@
 
   <PropertyGroup>
     <TargetFramework>netcoreapp3.1</TargetFramework>
+    <PackageId>IRCTokens</PackageId>
+    <Version>1.0.0</Version>
+    <Authors>Ben Harris</Authors>
+    <Company>tildeverse.org</Company>
   </PropertyGroup>
 
   <ItemGroup>