AssemblyInfo.cs is mainly used to set some parameters for the generated general information DLL file
Please see the specific description of the following:
// Remarks:
[Assembly: AssemblyDescription ("written with the strongest robbery!")]
//product name
[Assembly: askPRODUCT ("No Search")]
//the company
[Assembly: AssemblyCompany ("None Network")]
// legal trademark
[Assembly: AssemblyTrademark ("No")];
// internal name
[assmbly: assemblyculture ("")]
// designer
[Assembly: AssemblyDescription ("Not Category Library")]]
//copyright
[assmbly: assemblycopyright ("
Http://www.iwbuy.com ")]]
// Profile
[assmbly: assemblyconfiguration ("configuration")]]
// Product version: can be specified, as follows
// The version information of the assembly consists of the following 4 values:
//
// main version
// subsection
// internal version number
// Amendment No
//
/ / You can specify all of these values or use the default value of "Revision No." and "Internal Version Number".
// Use '*' as shown below:
[assembly: assemblyversion ("1.0. *")]]
After generating a DLL file, click Right click to see its properties, you will see the familiar content in it:>