File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Extensions/FluentValidationsExtensions Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >MatthiWare.CommandLine</RootNamespace >
6
6
<PackageId >MatthiWare.CommandLineParser</PackageId >
7
- <Version >0.4 .0</Version >
7
+ <Version >0.5 .0</Version >
8
8
<Authors >Matthias Beerens</Authors >
9
9
<Company >MatthiWare</Company >
10
10
<Product >Command Line Parser</Product >
14
14
<RepositoryUrl >https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl >
15
15
<PackageTags >Commandline parser commandline-parser cli</PackageTags >
16
16
<LangVersion >7.3</LangVersion >
17
- <AssemblyVersion >0.4 .0.0</AssemblyVersion >
18
- <FileVersion >0.4 .0.0</FileVersion >
17
+ <AssemblyVersion >0.5 .0.0</AssemblyVersion >
18
+ <FileVersion >0.5 .0.0</FileVersion >
19
19
<PackageLicenseFile >LICENSE</PackageLicenseFile >
20
- <PackageReleaseNotes >Improve dependency injection, improve command registration</PackageReleaseNotes >
20
+ <PackageReleaseNotes >- Option clustering/grouping
21
+ - Suggestions when mistyping command/options
22
+ - Positional parameters
23
+ - Support for all basic datatypes</PackageReleaseNotes >
21
24
<Copyright >Copyright Matthias Beerens 2018</Copyright >
22
25
</PropertyGroup >
23
26
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >MatthiWare.CommandLine.Extensions.FluentValidations</RootNamespace >
6
6
<AssemblyName >CommandLineParser.FluentValidations</AssemblyName >
7
- <Version >0.4 .0</Version >
7
+ <Version >0.5 .0</Version >
8
8
<Authors >Matthias Beerens</Authors >
9
9
<Company >MatthiWare</Company >
10
10
<Product >FluentValidations Extension For CommandLineParser.Core</Product >
14
14
<RepositoryUrl >https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl >
15
15
<PackageTags >Commandline parser commandline-parser cli fluent-validations extension</PackageTags >
16
16
<LangVersion >7.3</LangVersion >
17
- <AssemblyVersion >0.4 .0.0</AssemblyVersion >
18
- <FileVersion >0.4 .0.0</FileVersion >
17
+ <AssemblyVersion >0.5 .0.0</AssemblyVersion >
18
+ <FileVersion >0.5 .0.0</FileVersion >
19
19
<PackageLicenseFile >LICENSE</PackageLicenseFile >
20
- <PackageReleaseNotes >Bump package version</PackageReleaseNotes >
20
+ <PackageReleaseNotes >- Option clustering/grouping
21
+ - Suggestions when mistyping command/options
22
+ - Positional parameters
23
+ - Support for all basic datatypes</PackageReleaseNotes >
21
24
<Copyright >Copyright Matthias Beerens 2019</Copyright >
22
25
</PropertyGroup >
23
26
You can’t perform that action at this time.
0 commit comments