Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasSasDev committed Sep 5, 2024
1 parent 19bb723 commit bbac65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is particularly useful in scenarios where your application requires a large
with specific arguments.

```shell
dotnet add package CliArgsParser --version 2.2.4
dotnet add package CliArgsParser --version 2.2.7
```

## Features
Expand Down
4 changes: 2 additions & 2 deletions src/CliArgsParser/CliArgsParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>CliArgsParser</id>
<version>2.2.6</version>
<version>2.2.7</version>
<authors>AndreasSasDev</authors>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -27,6 +27,6 @@
<file src="bin\Release\net8.0\CliArgsParser.Contracts.xml" target="lib\net8.0\CliArgsParser.Contracts.xml" />
<file src="bin\Release\net8.0\CliArgsParser.Contracts.dll" target="lib\net8.0\CliArgsParser.Contracts.dll" />
<file src="bin\Release\net8.0\CliArgsParser.Contracts.pdb" target="lib\net8.0\CliArgsParser.Contracts.pdb" />
<file src="README.md" target="README.md" />
<file src="..\..\README.md" target="README.md" />
</files>
</package>

0 comments on commit bbac65d

Please sign in to comment.