简体   繁体   中英

c# change author in visual studio

A bit of a funny question. I've made a small C# program today as a test to learn how visual studio works. More specifically playing around with the "publishing" portion of the program.

I went to run it on another machine, and it says the author as the program name. Is there any way for me to change this so the author is my name?

Edit:

I've tried this link here: https://msdn.microsoft.com/en-us/library/y8bw4k20(v=vs.80).aspx

However can't seem to find the setup project folder.

As I understood, you want to change your program's author name. You can change that in AssemblyInfo.cs file under Properties in Visual Studio Solution explorer window

在此处输入图片说明

Ok I found the solution.

In Visual Studio, open up Solution Explorer. Open up the properties menu and open the file AssemblyInfo.cs

From there you can modify details of the program.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM