google-cloud-powershell
google-cloud-powershell copied to clipboard
Provide way to get version / date information
trafficstars
From our cmdlets there currently is no way to determine which version / date they were built at. Perhaps we could update the assembly version info with each release?
After a conversation with @ILMTitan it sounds like somewhere between "custom MSBuild build tasks", bringing in the "git branch label", and making commits to "explicitly bump the version in the AssemblyInfo.cs file", we have a good solution.
I'd recommend syncing up with Ivan, Jon, Chris so that we are using best practices, etc.