diff --git a/src/ImageSharp/Drawing/Brushes/Brushes`2.cs b/src/ImageSharp/Drawing/Brushes/Brushes{TColor,TPacked}.cs similarity index 98% rename from src/ImageSharp/Drawing/Brushes/Brushes`2.cs rename to src/ImageSharp/Drawing/Brushes/Brushes{TColor,TPacked}.cs index 2e2eb5ad3..8bb2c698b 100644 --- a/src/ImageSharp/Drawing/Brushes/Brushes`2.cs +++ b/src/ImageSharp/Drawing/Brushes/Brushes{TColor,TPacked}.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageSharp/Drawing/Brushes/ImageBrush`2.cs b/src/ImageSharp/Drawing/Brushes/ImageBrush{TColor,TPacked}.cs similarity index 97% rename from src/ImageSharp/Drawing/Brushes/ImageBrush`2.cs rename to src/ImageSharp/Drawing/Brushes/ImageBrush{TColor,TPacked}.cs index 19e0591a9..9fcb11038 100644 --- a/src/ImageSharp/Drawing/Brushes/ImageBrush`2.cs +++ b/src/ImageSharp/Drawing/Brushes/ImageBrush{TColor,TPacked}.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageSharp/Drawing/Brushes/PatternBrush`2.cs b/src/ImageSharp/Drawing/Brushes/PatternBrush{TColor,TPacked}.cs similarity index 98% rename from src/ImageSharp/Drawing/Brushes/PatternBrush`2.cs rename to src/ImageSharp/Drawing/Brushes/PatternBrush{TColor,TPacked}.cs index cdbdf23ad..9d18342d9 100644 --- a/src/ImageSharp/Drawing/Brushes/PatternBrush`2.cs +++ b/src/ImageSharp/Drawing/Brushes/PatternBrush{TColor,TPacked}.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // diff --git a/src/ImageSharp/Drawing/Brushes/SolidBrush`2.cs b/src/ImageSharp/Drawing/Brushes/SolidBrush{TColor,TPacked}.cs similarity index 96% rename from src/ImageSharp/Drawing/Brushes/SolidBrush`2.cs rename to src/ImageSharp/Drawing/Brushes/SolidBrush{TColor,TPacked}.cs index f882d59b3..351373b23 100644 --- a/src/ImageSharp/Drawing/Brushes/SolidBrush`2.cs +++ b/src/ImageSharp/Drawing/Brushes/SolidBrush{TColor,TPacked}.cs @@ -1,4 +1,4 @@ -// +// // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. //