about summary refs log tree commit diff
path: root/IRCTokens/IRCTokens.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-05-15 16:12:20 -0400
committerBen Harris <ben@tilde.team>2020-05-15 16:12:20 -0400
commit589b64be0c27b6477ad41cff3fe93d8e8b7eff0c (patch)
tree7fb5a21ec651bd10da73e91fb9d8c6b9000d0fcd /IRCTokens/IRCTokens.csproj
parentd3600ce56816dbdb3fa5eae12fc6ad133e6e8712 (diff)
add nuget packaging metadata
Diffstat (limited to 'IRCTokens/IRCTokens.csproj')
-rw-r--r--IRCTokens/IRCTokens.csproj4
1 files changed, 4 insertions, 0 deletions
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>