From 8d09ab79925ebb53f44c256d8ca8ab41f0651d19 Mon Sep 17 00:00:00 2001 From: Ian Griffiths Date: Thu, 6 Mar 2014 11:27:19 +0000 Subject: [PATCH] Fixed stupid typo in nuspec. --- nuget/OrderUsings.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/OrderUsings.nuspec b/nuget/OrderUsings.nuspec index 920f75d..d96e948 100644 --- a/nuget/OrderUsings.nuspec +++ b/nuget/OrderUsings.nuspec @@ -9,7 +9,7 @@ Enables configurable fine control over the ordering, grouping, and spacing of C# using directives. Instead of being limited to two groups - System*, and everything else - you can define any number of groups in any order to arrange using directives however makes most sense for your project. Control over the ordering, grouping, and spacing of C# using directives. Copyright © 2014 Ian Griffiths - • 1.1.0 - Added code ReSharper cleanup support + • 1.1.0 - Added ReSharper code cleanup support • 1.0.0 - First release (supporting only ReSharper 8.1) https://github.com/idg10/order-usings https://github.com/idg10/order-usings/blob/master/LICENSE