Skip to content

Commit

Permalink
Merge pull request #4 from NoxOrg/release/1.0.5
Browse files Browse the repository at this point in the history
Bumped version for release
  • Loading branch information
andresharpe committed Dec 26, 2022
2 parents b4c6437 + 392663c commit 571dfdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nox_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Pack
run: dotnet pack --no-build ./src/Nox.Cli --configuration Release -o ./artifacts
- name: Publish
run: dotnet nuget push ./artifacts/Nox.Cli;.*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push ./artifacts/Nox.Cli.*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
6 changes: 3 additions & 3 deletions src/Nox.Cli/Nox.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright (c) Andre Sharpe 2022</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<PackageVersion>1.0.4</PackageVersion>
<AssemblyVersion>1.0.5.0</AssemblyVersion>
<FileVersion>1.0.5.0</FileVersion>
<PackageVersion>1.0.5</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/NoxOrg/Nox.Cli</PackageProjectUrl>
<RepositoryUrl>https://github.com/NoxOrg/Nox.Cli.git</RepositoryUrl>
Expand Down

0 comments on commit 571dfdc

Please sign in to comment.