CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: File Version

  1. #1
    Join Date
    Sep 2003
    Posts
    26

    File Version

    When you right-click on the executable, version information is displayed.
    How can I add version information to my executable?
    I am using VS.NET , C#

    any help is greatly appreciated.

  2. #2
    Join Date
    May 2003
    Location
    Germany
    Posts
    936

    Re: File Version

    You have to edit the AssemblyInfo.cs
    Useful or not? Rate my posting. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured