Changing the Application Version Using LightSwitch Visual Studio 2012

How to change the Application Version using LightSwitch Visual Studio 2012

In this article I describe how to change the version in LightSwitch using Visual Studio 2012.

Step 1

Open the Solution Explorer.

explorer.jpg

Step 2

In the Solution Explorer, right-click on the property node and choose "Open".

propopens.jpg

Step 3

The Application Designer appears.

general prop.jpg

Step 4

In the Application Designer, select the General Properties option.

general prop.jpg

Step 5

In the Application Version field, first enter a major version number in the first text box, and then enter a minor version number in the second text box.

You must use an integer range between between 0 and 65534.

version.jpg

Now we run the application we get the output:

version output.jpg


Similar Articles