Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jun 27, 2016
1 parent 91a31ca commit e692919
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 3.0-alpha01
* Add subcommand support.
* Add support for list and option parameters.
* Add support for grouped switches.
* Extend EqualsAssignment attribute for parameters of arity 2.
* Implement UniqueAttribute.
* Implement HelpFlagsAttribute, HelpDescriptionAttribute and DisableHelpAttribute.
* Add ParseResult.UnrecognizedCliParams property.

### 2.1
* AltCommandLineAttribute supporting variadic parameters.

Expand Down
4 changes: 2 additions & 2 deletions docs/content/tutorial.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ which would yield the following:
<?xml version="1.0" encoding="utf-16"?>
<configuration>
<appSettings>
<!-- sets the port number. : int -->
<!-- sets the port number. : port -->
<add key="port" value="42" />
<!-- sets the working directory. : string -->
<!-- sets the working directory. : path -->
<add key="working directory" value="/tmp" />
</appSettings>
</configuration>
Expand Down

0 comments on commit e692919

Please sign in to comment.