View Single Post
  #5  
Old 02-16-2004, 02:41 PM
jnapier jnapier is online now
Registered User
 
Join Date: 07-29-2003
Posts: 32
I know how to rename a file in vs.net. Thanks for the tutorial though. The problem with permanently renaming the AssemblyInfo.cs file is that when the solution is built, that particular assembly now has a version of 0.0.0.0.

I need to have an assemblyInfo file so that I can insure that the assembly has a fixed version such as 1.0.0.0. By renaming the file, I can no longer make sure that the project has the proper version number.

Do you need more information about the problem I am facing?
Reply With Quote