Skip to content

Commit

Permalink
chore: add nuget info
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Aug 1, 2024
1 parent 291168c commit fa070d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ScreenGrab/ScreenGrab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,16 @@
<ItemGroup>
<PackageReference Include="Dapplo.Windows.User32"/>
</ItemGroup>

<PropertyGroup Label="Nuget">
<Version>1.0.1</Version>
<Description>ScreenGrab</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>ScreenGrab;Screenshot;WPF</PackageTags>
</PropertyGroup>

<ItemGroup Label="Nuget">
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit fa070d7

Please sign in to comment.