Skip to content

Commit

Permalink
Fix Package ID and Title for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Feb 18, 2023
1 parent dcb42c0 commit de5c9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LyricsScraperNET/LyricsScraperNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFrameworks>net7.0;net6.0;net5.0;netstandard2.1</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>
<PackageId>LyricScraperNET</PackageId>
<Title>LyricScraperNET</Title>
<PackageId>LyricsScraperNET</PackageId>
<Title>LyricsScraperNET</Title>
<Authors>Vitaly Kvashin</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/skuill/LyricsScraperNET/</PackageProjectUrl>
Expand Down

0 comments on commit de5c9ee

Please sign in to comment.