Skip to content

Commit 51f5ea3

Browse files
committed
Updated NuGet package to v1.1.1.
1 parent 9fb3f07 commit 51f5ea3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nuget/OrderUsings.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<metadata>
44
<id>OrderUsings</id>
55
<title>Ordering and Spacing for using directives</title>
6-
<version>1.1.0</version>
6+
<version>1.1.1</version>
77
<authors>Ian Griffiths</authors>
88
<owners>Ian Griffiths</owners>
99
<description>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.</description>
1010
<summary>Control over the ordering, grouping, and spacing of C# using directives.</summary>
1111
<copyright>Copyright &#x00A9; 2014 Ian Griffiths</copyright>
12-
<releaseNotes>&#x2022; 1.1.0 - Added ReSharper code cleanup support
12+
<releaseNotes>&#x2022; 1.1.1 - Fixed alias handling bug
13+
&#x2022; 1.1.0 - Added ReSharper code cleanup support
1314
&#x2022; 1.0.0 - First release (supporting only ReSharper 8.1)</releaseNotes>
1415
<projectUrl>https://github.com/idg10/order-usings</projectUrl>
1516
<licenseUrl>https://github.com/idg10/order-usings/blob/master/LICENSE</licenseUrl>

0 commit comments

Comments
 (0)