Skip to content

Instantly share code, notes, and snippets.

@yaplex
Created June 19, 2017 20:30
Show Gist options
  • Save yaplex/44f7fc44a657aa68ca7583a654d09e37 to your computer and use it in GitHub Desktop.
Save yaplex/44f7fc44a657aa68ca7583a654d09e37 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