Skip to content

Commit

Permalink
[Add] Set NuGet package metadata properties
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodev1200 committed Nov 23, 2024
1 parent 04d6e53 commit 3c831ca
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/R3Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>zerodev1200</Authors>
<Company>zerodev1200</Company>
<PackageProjectUrl>https://github.com/zerodev1200/R3Utility</PackageProjectUrl>
<Description>A utility library for Cysharp/R3 that provides enhanced reactive programming capabilities, focusing on validation and property binding.</Description>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,13 +31,13 @@
</ItemGroup>

<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 3c831ca

Please sign in to comment.