Skip to content

Commit bb32de6

Browse files
committed
Bump to version 0.3.1
1 parent 5923724 commit bb32de6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CommandLineParser/CommandLineParser.csproj

Lines changed: 4 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.3.0</Version>
7+
<Version>0.3.1</Version>
88
<Authors>Matthias Beerens</Authors>
99
<Company>MatthiWare</Company>
1010
<Product>Command Line Parser</Product>
@@ -14,10 +14,10 @@
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.3.0.0</AssemblyVersion>
18-
<FileVersion>0.3.0.0</FileVersion>
17+
<AssemblyVersion>0.3.1.0</AssemblyVersion>
18+
<FileVersion>0.3.1.0</FileVersion>
1919
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20-
<PackageReleaseNotes>Async API, Default resolvers, Bug fixes</PackageReleaseNotes>
20+
<PackageReleaseNotes>NO_COLOR support, improving usage printer API</PackageReleaseNotes>
2121
<Copyright>Copyright Matthias Beerens 2018</Copyright>
2222
</PropertyGroup>
2323

CommandLineParser/CommandLineParser.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>MatthiWare.CommandLineParser</id>
5-
<version>0.3.0</version>
5+
<version>0.3.1</version>
66
<title>CommandLineParser.Core</title>
77
<authors>Matthias Beerens</authors>
88
<owners>Matthiee</owners>
@@ -16,7 +16,7 @@
1616
This library allows to add commands with their own set of options as well.
1717
</description>
1818
<summary>A simple, light-weight and strongly typed command line parser. Configuration using Fluent API, Attributes and model classes.</summary>
19-
<releaseNotes>Added Async API, Default resolvers and general Bug fixes</releaseNotes>
19+
<releaseNotes>NO_COLOR support, improving usage printer API</releaseNotes>
2020
<copyright>Copyright Matthias Beerens 2018</copyright>
2121
<tags>commandline parser commandline-parser</tags>
2222
</metadata>

0 commit comments

Comments
 (0)