From 33feb155a12d1e4b9445d210b3a859449190d447 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 22 May 2017 18:31:40 -0400 Subject: [PATCH] add github link to metadata --- AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 42ec8cd..d379929 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Runtime.InteropServices; // associated with an assembly. [assembly: AssemblyTitle("steamguard-cli")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("https://github.com/dyc3/steamguard-cli")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("steamguard-cli")]