Skip to content

Commit d596c9e

Browse files
committed
Fixed bad reference in docs about ValueOptionAttribute issue (correct is #33).
1 parent 26a5933 commit d596c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Compatibility:
1111

1212
News:
1313
---
14-
- Introduced ``ValueOptionAttribute`` enhancement of issue #23.
14+
- Introduced ``ValueOptionAttribute`` enhancement of issue #33.
1515
- ``CommandLineParser`` refactored (also using new ``ParserContext`` type).
1616
- ``ReflectionUtil`` now caches data using ``ReflectionCache``.
1717
- Added ``strings`` task to Rakefile used to regenerate ``SR.strings.cs``.

doc/ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2013-01-25 Giacomo Stelluti Scala <[email protected]>
22

3-
* Implemented issue #23 (https://github.com/gsscoder/commandline/issues/33) that
3+
* Implemented issue #33 (https://github.com/gsscoder/commandline/issues/33) that
44
introduces ValueOptionAttribute.
55
* Internal Target type renamed to ValueMapper.
66
* OptionInfo property writing primitives refactored in PropertyWriter type.

0 commit comments

Comments
 (0)