-
-
Save alvinchesaro/1349798339112c9073349b7f1b4e16e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed) { | |
System.Deployment.Application.ApplicationDeployment cd = | |
System.Deployment.Application.ApplicationDeployment.CurrentDeployment; | |
string publishVersion = cd.CurrentVersion; | |
// show publish version in title or About box... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment