Skip to content

Commit 0fc6682

Browse files
committed
Bump project version
1 parent 8320c41 commit 0fc6682

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CommandLineParser/CommandLineParser.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>MatthiWare.CommandLine</RootNamespace>
66
<PackageId>MatthiWare.CommandLineParser</PackageId>
7-
<Version>0.4.0</Version>
7+
<Version>0.5.0</Version>
88
<Authors>Matthias Beerens</Authors>
99
<Company>MatthiWare</Company>
1010
<Product>Command Line Parser</Product>
@@ -14,10 +14,13 @@
1414
<RepositoryUrl>https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl>
1515
<PackageTags>Commandline parser commandline-parser cli</PackageTags>
1616
<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>
1919
<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>
2124
<Copyright>Copyright Matthias Beerens 2018</Copyright>
2225
</PropertyGroup>
2326

Extensions/FluentValidationsExtensions/FluentValidationsExtensions.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>MatthiWare.CommandLine.Extensions.FluentValidations</RootNamespace>
66
<AssemblyName>CommandLineParser.FluentValidations</AssemblyName>
7-
<Version>0.4.0</Version>
7+
<Version>0.5.0</Version>
88
<Authors>Matthias Beerens</Authors>
99
<Company>MatthiWare</Company>
1010
<Product>FluentValidations Extension For CommandLineParser.Core</Product>
@@ -14,10 +14,13 @@
1414
<RepositoryUrl>https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl>
1515
<PackageTags>Commandline parser commandline-parser cli fluent-validations extension</PackageTags>
1616
<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>
1919
<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>
2124
<Copyright>Copyright Matthias Beerens 2019</Copyright>
2225
</PropertyGroup>
2326

0 commit comments

Comments
 (0)