Skip to content

Commit

Permalink
Finish 2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Apr 28, 2018
1 parent 6a3cdf2 commit 92481fa
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
## [v2.2.2]

**April 28, 2018**

Minor improvement:

Expand Down Expand Up @@ -148,7 +150,8 @@ Other:
[@rmcc13]: https://github.com/rmcc13
[@sebastienros]: https://github.com/sebastienros

[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.1...HEAD
[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.2...HEAD
[v2.2.2]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.1...v2.2.2
[v2.2.1]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-rc...v2.2.0
[v2.2.0-rc]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-beta...v2.2.0-rc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils
```
```xml
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.2" />
</ItemGroup>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

```xml
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.2" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils
```
```xml
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.2" />
</ItemGroup>
```

Expand Down
6 changes: 6 additions & 0 deletions releasenotes.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<PropertyGroup>
<PackageReleaseNotes>
<![CDATA[
Minor improvement:
- Add conventions from attributes that implement IConvention and IMemberConvention
- Add a help option by default as long as it doesn't conflict with existing options
See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.',''))
]]>
</PackageReleaseNotes>
Expand Down

0 comments on commit 92481fa

Please sign in to comment.