version bump
This commit is contained in:
@@ -27,7 +27,7 @@ public static class Extensions
|
|||||||
return @this.Where(n => n.Enabled);
|
return @this.Where(n => n.Enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static IEnumerable<T> Orderd<T>(this IEnumerable<T> @this) where T : PluginFeature
|
public static IEnumerable<T> Ordered<T>(this IEnumerable<T> @this) where T : PluginFeature
|
||||||
{
|
{
|
||||||
return @this.OrderByDescending(n => n.Prioritization);
|
return @this.OrderByDescending(n => n.Prioritization);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user