From 51f5ea33baf66740ba8dcc35d7ee0c4ed9fb12da Mon Sep 17 00:00:00 2001 From: Ian Griffiths Date: Mon, 24 Mar 2014 09:29:10 +0000 Subject: [PATCH] Updated NuGet package to v1.1.1. --- nuget/OrderUsings.nuspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nuget/OrderUsings.nuspec b/nuget/OrderUsings.nuspec index d96e948..1434b85 100644 --- a/nuget/OrderUsings.nuspec +++ b/nuget/OrderUsings.nuspec @@ -3,13 +3,14 @@ OrderUsings Ordering and Spacing for using directives - 1.1.0 + 1.1.1 Ian Griffiths Ian Griffiths 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 ReSharper code cleanup support + • 1.1.1 - Fixed alias handling bug +• 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