Skip to content

Instantly share code, notes, and snippets.

@nickcox
Created November 30, 2021 05:45
Show Gist options
  • Save nickcox/7a7a6917eae51f53824d4b2e6cab8231 to your computer and use it in GitHub Desktop.
Save nickcox/7a7a6917eae51f53824d4b2e6cab8231 to your computer and use it in GitHub Desktop.
fd --no-ignore System.Collections.Immutable.dll | gi |% {
[pscustomobject]@{name=$_; version=[Reflection.AssemblyName]::GetAssemblyName($_).Version }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment