model/LatestAssembly.ps1

Class LatestAssembly {

    [String] $name
    [Version] $version
    [String] $fullyQualifiedName
}