Search code examples
c#visual-studiovisual-studio-2022

How To Set Version Number For A C# Win Forms App


I am using Visual Studio 2022 and have just created a new Win Form Application. Currently the version number of my newly created app is 1.0.0

How can I change this in the designer

I have looked under properties of the project but cannot see anything related to these properties.


Solution

  • Under Project -> Properties go to Package -> General and there you can enter Assembly Version and File Version.

    enter image description here