My question is somewhat conceptual.
My company registered the software at INPI and received the protocol data, etc.
How do I populate this data on my system?
I noticed that in the AssemblyInfo.cs
file I have fields that allow me to fill in this. Doubt is how to fill in.
[assembly: AssemblyTitle("CBIP.Business.UI.Web")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CBIP.Business.UI.Web")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
What is the correct way to fill in this information?