assemblyinfo version

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have asp.net app that has a version in the datastore, and Ive been updating
the version number in assemblyinfo.cs (the app isnt signed, though that can
be done easily enough). Im at the point where I cant to compare the two.
Ive looked in the docs, and I cant see how to access the version from cs.
Any help would be greatly appeciated.
 
System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
 

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