Skip to content

Instantly share code, notes, and snippets.

@MAOliver
Created June 15, 2015 04:15
Show Gist options
  • Save MAOliver/7e44a764e06f361cd07a to your computer and use it in GitHub Desktop.
Save MAOliver/7e44a764e06f361cd07a to your computer and use it in GitHub Desktop.
AssemblyVersionsToJson
Get-ChildItem "." -Filter *.exe | Select-Object -Property VersionInfo | ConvertTo-Json > assemblyversions.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment