Skip to content

Instantly share code, notes, and snippets.

@petarvucetin
Created May 9, 2021 04:07
Show Gist options
  • Save petarvucetin/6c1f505e1f9f06cc3ba949fd2ba22be5 to your computer and use it in GitHub Desktop.
Save petarvucetin/6c1f505e1f9f06cc3ba949fd2ba22be5 to your computer and use it in GitHub Desktop.
Get .net version
private static readonly string ExtensionVersion = FileVersionInfo.GetVersionInfo(typeof(DurableTaskExtension).Assembly.Location).FileVersion;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment