Skip to content

Commit

Permalink
chore: Update torque-cli package name and assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbquali committed Jul 10, 2024
1 parent b8bb6f3 commit 1177e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet pack --configuration Release --no-build --output . /p:Version=${VERSION}

- name: Push
run: dotnet nuget push /home/runner/work/torque-cli/torque-cli/torque-cli.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
run: dotnet nuget push torque-cli.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN}
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions Quali.Torque.Cli/Quali.Torque.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<ToolCommandName>torque</ToolCommandName>
<ToolCommandName>torque-cli</ToolCommandName>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyName>torque</AssemblyName>
<AssemblyName>torque-cli</AssemblyName>
<Company>Quali</Company>
<VersionPrefix>2.0.5</VersionPrefix>
</PropertyGroup>
Expand Down

0 comments on commit 1177e8d

Please sign in to comment.