Skip to content

Commit

Permalink
Release nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
WXRIW committed Feb 8, 2024
1 parent 695c227 commit 795b6b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions Lyricify.Lyrics.Helper/Lyricify.Lyrics.Helper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,32 @@
<Company>WXRIW</Company>
<Title>Lyricify Lyrics Helper</Title>
<PackageProjectUrl>https://github.com/WXRIW/Lyricify-Lyrics-Helper</PackageProjectUrl>
<Description>All around Lyricify</Description>
<Description>Lyrics toolset for Lyricify. With lyrics parsers, generators, decrypters, searchers and useful helpers.</Description>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<PropertyGroup>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<Version>0.1.3</Version>
<Copyright></Copyright>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/WXRIW/Lyricify-Lyrics-Helper/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>lyrics;chinese;convert;search</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CHTCHSConv" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
</ItemGroup>

<PropertyGroup>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
</PropertyGroup>
<ItemGroup>
<None Include="Resources\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
</Project>
Binary file added Lyricify.Lyrics.Helper/Resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 795b6b2

Please sign in to comment.