Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check which update installed on Visual Studio 2013

I read this article and installed Visual Studio 2013 Update 4 and found out that the latest update version is 5. I'm wondering is it possible somehow to check which update number currently installed?

I checked Help-> About Microsoft Visual Studio, but it doesn't give much information.

like image 933
Mikhail Avatar asked Jan 21 '16 12:01

Mikhail


People also ask

How do I check for Visual Studio 2013 updates?

Open Visual Studio 2013, and then click Tools. Click Extensions and Updates. Under Updates, you can download the updates to Visual Studio or installed Visual Studio extensions.

How do I know which version of Visual Studio 2013 I have?

Click on Help > About Microsoft Visual Studio . You will see the version number and the update you have installed.

How do I know which version of Visual Studio is installed?

On macOS, go to Code > About Visual Studio Code. On Windows and Linux, go to Help > About. The VS Code version is the first Version number listed and has the version format 'major.


1 Answers

The About page does display this information in the Version number. 12.0.21005.1 REL is the release version. Update 5 is 12.0.40629.0:

About dialog box

In fact, you don't need to check the version. You can have Visual Studio check for any updates itself by going to Tools > Extensions & Updates > Updates > Product Updates. If an update is needed it will appear there.

like image 158
Panagiotis Kanavos Avatar answered Oct 04 '22 03:10

Panagiotis Kanavos