GoogleCloudPlatform / google-cloud-powershell

PowerShell cmdlets for the Google Cloud Platform
http://googlecloudplatform.github.io/google-cloud-powershell/
Apache License 2.0
136 stars 61 forks source link

Provide way to get version / date information #177

Open chrsmith opened 8 years ago

chrsmith commented 8 years ago

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?

chrsmith commented 8 years ago

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.