Updated assembly information.

This commit is contained in:
mmuffins 2018-05-24 22:19:21 +02:00
parent f8e63ef6ef
commit 71b62ff30a

View File

@ -6,11 +6,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("SteamStorefrontAPI")] [assembly: AssemblyTitle("SteamStorefrontAPI")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("A .NET wrapper for the Steam Storefront API")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SteamStorefrontAPI")] [assembly: AssemblyProduct("SteamStorefrontAPI")]
[assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyCopyright("Copyright © mmuffins 2018")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]