I'm working on a .NET tool which will add a reference to a NuGet package to a project file, very similar to what `nbgv` does. For this, I'd like to use a property on `ThisAssembly` which would return the NuGet package version. @AArnott what do you think?