Skip to content

Commit 68d845b

Browse files
committed
Update version
1 parent 319eafe commit 68d845b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SnapCLI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<Authors>Michael Pavlushik</Authors>
99
<Description>Quickly create POSIX-like Command Line Interface (CLI) applications using a simple metadata API built on top of the System.CommandLine library.</Description>
1010
<RepositoryUrl>https://github.com/mikepal2/snap-cli</RepositoryUrl>
11-
<Version>2.0.2-pre</Version>
11+
<Version>2.1.0-pre</Version>
1212
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<PackageProjectUrl>https://github.com/mikepal2/snap-cli</PackageProjectUrl>
1515
<PackageTags>Snap CLI Command Line Interface CommandLine Framework Quick Simple Easy</PackageTags>
16-
<PackageReleaseNotes>Fix args validation</PackageReleaseNotes>
16+
<PackageReleaseNotes>Add parameterized Main() support</PackageReleaseNotes>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)