setting version info

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gregory Khrapunovich

    setting version info

    I am sorry for such a simple question, but I cannot find the way to set
    version info for my Windows Forms C# project. I am using Visual Studio .Net
    2003. How can I set version and other data (copyright etc.) with Visual
    Studio?
    Thank you.
    Gregory Khrapunovich


  • Pete Davis

    #2
    Re: setting version info

    "Gregory Khrapunovich" <greg@a-s-l.com> wrote in message
    news:OLHTFuEwFH A.720@TK2MSFTNG P15.phx.gbl...[color=blue]
    >I am sorry for such a simple question, but I cannot find the way to set
    > version info for my Windows Forms C# project. I am using Visual Studio
    > .Net
    > 2003. How can I set version and other data (copyright etc.) with Visual
    > Studio?
    > Thank you.
    > Gregory Khrapunovich[/color]

    Look at AssemblyInfo.cs in the project.


    Comment

    • Ollie Riches

      #3
      Re: setting version info

      check out the assemblyinfo.cs class in the project

      HTH

      Ollie Riches

      "Gregory Khrapunovich" <greg@a-s-l.com> wrote in message
      news:OLHTFuEwFH A.720@TK2MSFTNG P15.phx.gbl...[color=blue]
      >I am sorry for such a simple question, but I cannot find the way to set
      > version info for my Windows Forms C# project. I am using Visual Studio
      > .Net
      > 2003. How can I set version and other data (copyright etc.) with Visual
      > Studio?
      > Thank you.
      > Gregory Khrapunovich
      >
      >[/color]


      Comment

      Working...