## 0.5.1 ### Major Analysis Improvements * Added library support for generic attributes (also for CIL extracted attributes). * `cil.ConstructedType::getName` was changed to include printing of the type arguments. ### Minor Analysis Improvements * Attributes on methods in CIL are now extracted (Bugfix). * Support for `static virtual` and `static abstract` interface members. * Support for *operators* in interface definitions. * C# 11: Added support for the unsigned right shift `>>>` and unsigned right shift assignment `>>>=` operators. * Query id's have been aligned such that they are prefixed with `cs` instead of `csharp`.