Skip to content

Commit 8f1d78e

Browse files
committed
Update change log, add embedded symbols, and finish 2.2.0-beta
1 parent b1dfda7 commit 8f1d78e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v2.2.0-beta]
4+
5+
**March 7, 2018**
46

57
New features:
68
- Add `CommandOptionType.SingleOrNoValue`. Options of this type can be a switch, or have a value but only in the form `--param:value` or `--param=value`.
@@ -98,7 +100,8 @@ Other:
98100
[@rmcc13]: https://github.com/rmcc13
99101
[@sebastienros]: https://github.com/sebastienros
100102

101-
[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-alpha...HEAD
103+
[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-beta...HEAD
104+
[v2.2.0-beta]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-alpha...v2.2.0-beta
102105
[v2.2.0-alpha]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.1.1...v2.2.0-alpha
103106
[v2.1.1]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.1.0...v2.1.1
104107
[v2.1.0]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.0.1...v2.1.0

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<RepositoryUrl>https://github.com/natemcmaster/CommandLineUtils.git</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<SourceLinkCreate>true</SourceLinkCreate>
17+
<DebugType>embedded</DebugType>
1718
<IsPackable>false</IsPackable>
1819
<NoPackageAnalysis>true</NoPackageAnalysis>
1920
<LangVersion>7.2</LangVersion>

0 commit comments

Comments
 (0)