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

Commit

Permalink
VersionBump
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasSasDev committed Sep 5, 2024
1 parent 3b98add commit 688492b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-cliargsparser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: nuget-ansi.yml
name: nuget-cliargsparser.yml
on:
push:
tags:
Expand All @@ -21,7 +21,7 @@ jobs:
run: dotnet build src/CliArgsParser --configuration Release

- name: Create NuGet package
run: nuget pack CliArgsParser.nuspec -OutputDirectory ./nupkgs
run: nuget pack CliArgsParser.nuspec -OutputDirectory ../../nupkgs

- name: Publish to NuGet
run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
2 changes: 1 addition & 1 deletion 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.3</version>
<version>2.2.4</version>
<authors>AndreasSasDev</authors>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
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.3
dotnet add package CliArgsParser --version 2.2.4
```

## Features
Expand Down

0 comments on commit 688492b

Please sign in to comment.