Versioning .NET applications

  • Thread starter Thread starter stephen
  • Start date Start date
S

stephen

Hi,

If i create a console or web app and then make changes to the app as the
requirements increase. How can implement version information?

Please do point me to an article or sample of how to version .NET
Applications.

Thanks,
Stephen
 
If you are using either the VS 2005 Web Deployment Project,
or are using MSBuild, you can version APS.NET applications.

See :
http://weblogs.asp.net/bradleyb/archive/2005/12/02/432150.aspx
and
http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx

Console and Windows Forms apps can be versioned without hoopla,
by specifying the build in Assemblyinfo.cs or Assemblyinfo.vb

See : http://www.codeproject.com/dotnet/ManagingAssemblyVersions.asp




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
If you are using either the VS 2005 Web Deployment Project,

Yes indeed - another excellent feature of this most excellent of add-ons to
VS.NET 2005... :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top