Skip to content

Commit

Permalink
add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Apr 23, 2023
1 parent 9ba53d5 commit 1171d94
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Source/ImageGlass.Tools/ImageGlass.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@
<Version>1.0.9040.0</Version>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2023 Duong Dieu Phap</Copyright>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>$(AssemblyName) - Build tools for ImageGlass</Title>
<Description>ImageGlass.Tools is a set of APIs to integrate third-party software with ImageGlass. With ImageGlass.Tools, developers can extend the functionality of ImageGlass by integrating their own software solutions, making it a highly customizable and versatile tool for all image viewing needs.</Description>
<PackageProjectUrl>https://github.com/ImageGlass/ImageGlass.Tools</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/ImageGlass/ImageGlass.Tools</RepositoryUrl>
<PackageTags>imageglass, imageglass tool</PackageTags>
<PackageReleaseNotes>See https://github.com/ImageGlass/ImageGlass.Tools/releases</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AnalysisLevel>6.0</AnalysisLevel>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 1171d94

Please sign in to comment.