What is the best way to check / version a sql server clr? I am currently creating a SqlFunction that returns a version number (which I set before release). This allows me to query the version e.g.
select mySchema.GetClrAppVersion
Any thoughts or ideas would be appreciated.