Skip to content

Commit

Permalink
Added release dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Jul 20, 2023
1 parent bdbb5cc commit f44bd57
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What’s new in Ookii.CommandLine

## Ookii.CommandLine 4.0
## Ookii.CommandLine 4.0 - 2023-07-20

**IMPORTANT:** Version 4.0 contains breaking changes. If you are upgrading from version 2.x or 3.x,
please check the [migration guide](Migrating.md).
Expand Down Expand Up @@ -51,12 +51,12 @@ please check the [migration guide](Migrating.md).
- [Source link](https://github.com/dotnet/sourcelink) integration.
- Various bug fixes and minor improvements.

## Ookii.CommandLine 3.1.1
## Ookii.CommandLine 3.1.1 - 2023-03-29

- .Net Standard 2.0: use the System.Memory package to remove some downlevel-only code.
- There are no changes for the .Net Standard 2.1 and .Net 6.0 assemblies.

## Ookii.CommandLine 3.1
## Ookii.CommandLine 3.1 - 2023-03-21

- Added an instance [`CommandLineParser<T>.ParseWithErrorHandling()`][] method, which handles errors
and displays usage help the same way as the static [`Parse<T>()`][Parse<T>()_1] method, but allows access to more
Expand All @@ -79,7 +79,7 @@ please check the [migration guide](Migrating.md).
writer yet.
- Some minor bug fixes.

## Ookii.CommandLine 3.0
## Ookii.CommandLine 3.0 - 2022-12-01

**IMPORTANT:** Several of the changes in version 3.0 are *breaking changes*. There are breaking API
changes as well as several behavior changes. In general, it's not expected that you'll need to make
Expand Down Expand Up @@ -144,7 +144,7 @@ existing application.
- No longer targets .Net Framework 2.0
- Now targets .Net Standard 2.0, .Net Standard 2.1, and .Net 6.0 and later.

## Ookii.CommandLine 2.4
## Ookii.CommandLine 2.4 - 2022-09-01

- Ookii.CommandLine now comes in a .Net 6.0 version that fully supports nullable reference types
(.Net Framework 2.0 and .Net Standard 2.0 versions are also still provided).
Expand All @@ -156,18 +156,18 @@ existing application.
- Arguments can indicate they cancel parsing to make adding a `-Help` or `-?` argument easier.
- Some small bug fixes.

## Ookii.CommandLine 2.3
## Ookii.CommandLine 2.3 - 2019-09-05

- Ookii.CommandLine now comes in both a .Net Framework 2.0 and .Net Standard 2.0 version.

## Ookii.CommandLine 2.2
## Ookii.CommandLine 2.2 - 2013-02-06

- Added support for alternative names (aliases) for command line arguments.
- An argument’s aliases and default value can be included in the argument description when
generating usage.
- Added code snippets.

## Ookii.CommandLine 2.1
## Ookii.CommandLine 2.1 - 2012-02-19

- Added support for dictionary arguments; these are special multi-value arguments whose values take
the form key=value.
Expand All @@ -187,7 +187,7 @@ existing application.
- Shell commands can use custom argument parsing.
- Various minor bug fixes.

## Ookii.CommandLine 2.0
## Ookii.CommandLine 2.0 - 2011-08-13

- Improved argument parsing:
- All arguments can be specified by name.
Expand Down

0 comments on commit f44bd57

Please sign in to comment.