Skip to content

Commit b289810

Browse files
committed
Modify Changelog.md
1 parent 612dbbc commit b289810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ CommandLineParser project adheres to [Semantic Versioning](https://semver.org/sp
66
## [2.7.0] - 2019-12-31
77
### Added
88
- Add option groups feature by [@hadzhiyski](https://github.com/commandlineparser/commandline/pull/552) - When one or more options has group set, at least one of these properties should have set value (they behave as required).
9-
- Add a new overload method for AutoBuild to enable HelpText customization by [@moh-hassan]().
9+
- Add a new overload method for AutoBuild to enable HelpText customization by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/557).
1010
- Improve spacing in HelpText by [@asherber](https://github.com/commandlineparser/commandline/pull/494) by adding a new option in the HelpText.
1111
- Add a new option "SkipDefault" in UnParserSettings by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/550) to add the ability of skipping the options with a default value and fix [#541](https://github.com/commandlineparser/commandline/issues/541).
1212
- Generate a new symbolic nuget Package by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/554) to Improve the debugging of Applications with the NuGet package using [symbols experience](https://github.com/NuGet/Home/wiki/NuGet-Package-Debugging-&-Symbols-Improvements).
1313
- Add Support to [SourceLink](https://github.com/dotnet/sourcelink/blob/master/docs/README.md) in the nuget package [@moh-hassan](https://github.com/commandlineparser/commandline/pull/554).
1414

1515
### Changed
16-
- Remove the Exception when both CompanyAttribute and CopyRightAttribute are null in the Excuting assembly and set the copyright text to a default value.
17-
- Change default copyright to include current year instead of 1 by @moh-hassan.
18-
- Enabling c# 8 and Vs2019.
16+
- Remove the Exception when both CompanyAttribute and CopyRightAttribute are null in the Excuting assembly and set the copyright text to a default value by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/557).
17+
- Change the default copyright to include current year instead of 1 by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/557).
18+
- Enabling c# 8 and Vs2019 image in Appveyor.
1919

2020
### Fixed
2121
- Fix NullReferenceException when creating a default immutable instance by [@0xced](https://github.com/commandlineparser/commandline/pull/495).
@@ -28,7 +28,7 @@ CommandLineParser project adheres to [Semantic Versioning](https://semver.org/sp
2828
- Fix nuget Licence in nuget package by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/549) and fix issue [#545](https://github.com/commandlineparser/commandline/issues/545).
2929
- Fix PackageIconUrl warning in nuget package by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/551).
3030
- Fix immutable nullException, Improve exception message when immutable type can't be created
31-
- Fix Custom help for verbs issue[#529](https://github.com/commandlineparser/commandline/issues/529)
31+
- Fix Custom help for verbs issue[#529](https://github.com/commandlineparser/commandline/issues/529) by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/557).
3232
- Fix --help switch throwing exception in F# [#366](https://github.com/commandlineparser/commandline/issues/366)
3333
by [@WallaceKelly](https://github.com/commandlineparser/commandline/pull/493)
3434

0 commit comments

Comments
 (0)