Skip to content

Commit

Permalink
Added release notes and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXaHTeP committed Nov 22, 2017
1 parent e8145b3 commit 5a962b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommandLine/CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<Title>CommandLine Application Builder</Title>
<Description>Allows creating CommandLine applications using Microsoft.Extensions.CommandLineUtils together with DI, Configuration and Logging in a convenient way similar to AspNetCore Hosting.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.0.2</Version>
<Version>1.0.0</Version>
<Authors>DarkXaHTeP</Authors>
<PackageLicenseUrl>https://github.com/DarkXaHTeP/DarkXaHTeP.CommandLine/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/DarkXaHTeP/DarkXaHTeP.CommandLine</PackageProjectUrl>
<RepositoryUrl>https://github.com/DarkXaHTeP/DarkXaHTeP.CommandLine</RepositoryUrl>
<PackageReleaseNotes>Initial public release</PackageReleaseNotes>
<PackageReleaseNotes>First stable release</PackageReleaseNotes>
<PackageTags>commandline;cmd;console;consoleapp;parse;commandlineutils;configuration;logging;di;hosting</PackageTags>
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>
Expand Down

0 comments on commit 5a962b5

Please sign in to comment.