You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ CommandLineParser project adheres to [Semantic Versioning](https://semver.org/sp
6
6
## [2.7.0] - 2019-12-31
7
7
### Added
8
8
- 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).
10
10
- Improve spacing in HelpText by [@asherber](https://github.com/commandlineparser/commandline/pull/494) by adding a new option in the HelpText.
11
11
- 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).
12
12
- 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).
13
13
- 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).
14
14
15
15
### 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.
19
19
20
20
### Fixed
21
21
- 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
28
28
- 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).
29
29
- Fix PackageIconUrl warning in nuget package by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/551).
30
30
- 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).
32
32
- Fix --help switch throwing exception in F# [#366](https://github.com/commandlineparser/commandline/issues/366)
33
33
by [@WallaceKelly](https://github.com/commandlineparser/commandline/pull/493)
0 commit comments