I am writing an application that uses the AWS SDK within .NET, I would like to be able to display the version number of the AWS SDK being used. So far I have found how to get this information for Java version of the SDK but similar methods don't seem to exist for the .NET version.
Is there a way I can programmatically get this information?