Skip to content

Commit b4ae98e

Browse files
authored
Finalize release 2.2.5
1 parent 67193ea commit b4ae98e

File tree

9 files changed

+31
-11
lines changed

9 files changed

+31
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v2.2.5]
4+
5+
**July 1, 2018**
6+
7+
Bug fixes:
8+
* [@bording] and [@SeanFeldman]: Unable to create new instance of `CommandOption<T>` for type that is already registered
9+
10+
Minor improvements:
11+
* Started code signing the NuGet package and binaries
12+
* [@jerriep]: added documentation for response file parsing
13+
314
## [v2.2.4]
415

516
**May 24, 2018**
@@ -163,14 +174,19 @@ Other:
163174

164175

165176
[@atruskie]: https://github.com/atruskie
177+
[@bording]: https://github.com/bording
166178
[@couven92]: https://github.com/couven92
167179
[@demosdemon]: https://github.com/demosdemon
180+
[@jerriep]: https://github.com/jerriep
168181
[@kant2002]: https://github.com/kant2002
169182
[@liamdawson]: https://github.com/liamdawson
170183
[@rmcc13]: https://github.com/rmcc13
184+
[@SeanFeldman]: https://github.com/SeanFeldman
171185
[@sebastienros]: https://github.com/sebastienros
172186

173-
[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.3...HEAD
187+
[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.5...HEAD
188+
[v2.2.5]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.4...v2.2.5
189+
[v2.2.4]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.3...v2.2.4
174190
[v2.2.3]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.3...v2.2.3
175191
[v2.2.2]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.1...v2.2.2
176192
[v2.2.1]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0...v2.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils
2929
```
3030
```xml
3131
<ItemGroup>
32-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
32+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
3333
</ItemGroup>
3434
```
3535

docs/docs/concepts/samples/dependency-injection/custom/CustomServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
9+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
1010
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" />
1111
</ItemGroup>
1212

docs/docs/concepts/samples/dependency-injection/standard/StandardServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
10+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
1111
</ItemGroup>
1212

1313
</Project>

docs/docs/concepts/samples/response-file-parsing/attributes/ResponseFileParsing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
9+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
1010
</ItemGroup>
1111

1212
</Project>

docs/docs/concepts/samples/response-file-parsing/builder-api/ResponseFileParsing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
9+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
1010
</ItemGroup>
1111

1212
</Project>

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
```xml
2424
<ItemGroup>
25-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
25+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
2626
</ItemGroup>
2727
```
2828

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils
2222
```
2323
```xml
2424
<ItemGroup>
25-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.4" />
25+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.5" />
2626
</ItemGroup>
2727
```
2828

releasenotes.props

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<Project>
22
<PropertyGroup>
3-
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.2.4'">
3+
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.2.5'">
44
<![CDATA[
55
Bug fixes:
66
7-
* @liamdawson: support parsing `System.Uri`
8-
* Fix #101 - Update `DotNetExe.FullPath` to honor the `DOTNET_ROOT` environment variable as a fallback
7+
* @bording and @SeanFeldman: Unable to create new instance of `CommandOption<T>` for type that is already registered
8+
9+
Minor improvements:
10+
11+
* Started code signing the NuGet package and binaries
12+
* [@jerriep]: added documentation for response file parsing
913
1014
See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.',''))
1115
]]>

0 commit comments

Comments
 (0)