Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alvinchesaro/1349798339112c9073349b7f1b4e16e6 to your computer and use it in GitHub Desktop.
Save alvinchesaro/1349798339112c9073349b7f1b4e16e6 to your computer and use it in GitHub Desktop.
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