From 71b62ff30ad6fa77ecb359e111e0558be89dea0e Mon Sep 17 00:00:00 2001 From: mmuffins Date: Thu, 24 May 2018 22:19:21 +0200 Subject: [PATCH] Updated assembly information. --- SteamStorefrontAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SteamStorefrontAPI/Properties/AssemblyInfo.cs b/SteamStorefrontAPI/Properties/AssemblyInfo.cs index 5e50db5..477fb61 100644 --- a/SteamStorefrontAPI/Properties/AssemblyInfo.cs +++ b/SteamStorefrontAPI/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SteamStorefrontAPI")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A .NET wrapper for the Steam Storefront API")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SteamStorefrontAPI")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © mmuffins 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]