Mikhail
Mikhail

Reputation: 1028

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.

Upvotes: 15

Views: 22428

Answers (1)

Panagiotis Kanavos
Panagiotis Kanavos

Reputation: 131364

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.

Upvotes: 43

Related Questions