Skip to content

Commit

Permalink
Update TwitchNET.Core.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Naendo committed Nov 3, 2021
1 parent 5753288 commit 736afaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Publish Twitch .NET on version changed
uses: TwentyFourMinutes/PublishNuget@dev
with:
name: TwitchNET.Core
name: TwitchNET
project_file_path: src/TwitchNET.Core/TwitchNET.Core.csproj
nuget_key: ${{secrets.NUGET_API_KEY}}
4 changes: 2 additions & 2 deletions src/TwitchNET.Core/TwitchNET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>TwitchNET.Core</PackageId>
<Version>1.0.0</Version>
<PackageId>TwitchNET</PackageId>
<Version>3.0.0</Version>
<Authors>Naendo</Authors>
<Nullable>disable</Nullable>
<PackageProjectUrl>https://github.com/naendo/twitch-net</PackageProjectUrl>
Expand Down

0 comments on commit 736afaf

Please sign in to comment.