Skip to content

Commit 2677457

Browse files
committed
Merge branch 'master' into develop
2 parents b289810 + 66706df commit 2677457

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
CommandLineParser project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [2.7.0] - 2019-12-31
6+
## [2.7.1] - 2020-1-1
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).
99
- Add a new overload method for AutoBuild to enable HelpText customization by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/557).

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.{build}
34

45
image: Visual Studio 2019
56

src/CommandLine/CommandLine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(BuildTarget)' == 'fsharp'" />
4848
</ItemGroup>
4949
<ItemGroup>
50-
<None Include="$(SolutionDirectory)LICENSE.md" Pack="true" PackagePath=""/>
51-
<None Include="$(SolutionDirectory)art\CommandLine20.png" Pack="true" PackagePath=""/>
50+
<None Include="..\..\License.md" Pack="true" PackagePath="$(PackageLicenseFile)"/>
51+
<None Include="..\..\art\CommandLine20.png" Pack="true" PackagePath="$(PackageIcon)"/>
5252
</ItemGroup>
5353
</Project>

0 commit comments

Comments
 (0)