Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75fb230

Browse files
committedJan 1, 2020
Modify appveyor.yml
1 parent 612dbbc commit 75fb230

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 5 deletions
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

‎appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#version should be only changed with RELEASE eminent, see RELEASE.md
2-
version: 2.7.0-{build}
2+
3+
version: 2.7.1-beta4
34

45
image: Visual Studio 2019
56

0 commit comments

Comments
 (0)
Please sign in to comment.