Skip to content

Commit 31fa871

Browse files
committedJan 1, 2020
Modify Readme.md
1 parent 2677457 commit 31fa871

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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.1] - 2020-1-1
6+
## [2.7.0] - 2020-1-1
7+
## [2.7.0-preview1] - 2020-1-1
78
### Added
89
- 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).
910
- Add a new overload method for AutoBuild to enable HelpText customization by [@moh-hassan](https://github.com/commandlineparser/commandline/pull/557).
@@ -120,4 +121,4 @@ by [@WallaceKelly](https://github.com/commandlineparser/commandline/pull/493)
120121

121122
## [2.2.0] - 2018-01-07
122123

123-
## [1.9.71.2] - 2013-02-27: The starting bascode version
124+
## [1.9.71.2] - 2013-02-27: The starting bascode version

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build status](https://ci.appveyor.com/api/projects/status/p61dj8udxs2aocmo/branch/master?svg=true)](https://ci.appveyor.com/project/commandlineparser/commandline/branch/master)
22
[![NuGet](https://img.shields.io/nuget/dt/commandlineparser.svg)](http://nuget.org/packages/commandlineparser)
33
[![NuGet](https://img.shields.io/nuget/v/commandlineparser.svg)](https://www.nuget.org/packages/CommandLineParser/)
4-
[![NuGet](https://img.shields.io/nuget/vpre/commandlineparser.svg)](https://www.nuget.org/packages/CommandLineParser.FSharp/)
4+
[![NuGet](https://img.shields.io/nuget/vpre/commandlineparser.svg)](https://www.nuget.org/packages/CommandLineParser/)
55
[![Join the Gitter chat!](https://badges.gitter.im/gsscoder/commandline.svg)](https://gitter.im/gsscoder/commandline?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

77
# Command Line Parser Library for CLR and NetStandard

0 commit comments

Comments
 (0)
Please sign in to comment.