Skip to content

Commit

Permalink
Update version: 1.1.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepal2 committed Oct 11, 2024
1 parent f58b0e9 commit b58f37c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SnapCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<LangVersion>8.0</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Michael Pavlushik</Authors>
<Description>This package includes SnapCLI app model for System.CommandLine, which allows you to create a command line application with declarations by attributes while getting support for complex type binding, error reporting, help, shell completions, and more.</Description>
<Description>Quickly create POSIX-like Command Line Interface (CLI) applications using a simple metadata API built on top of the System.CommandLine library.</Description>
<RepositoryUrl>https://github.com/mikepal2/snap-cli</RepositoryUrl>
<Version>1.0.5-pre</Version>
<Version>1.1.0-pre</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/mikepal2/snap-cli</PackageProjectUrl>
<PackageTags>Snap CLI Command Line Interface CommandLine Simple Easy</PackageTags>
<PackageReleaseNotes>Added custom exception handler support</PackageReleaseNotes>
<PackageTags>Snap CLI Command Line Interface CommandLine Quick Simple Easy</PackageTags>
<PackageReleaseNotes>Unified and streamlined the API; added new features.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b58f37c

Please sign in to comment.