Skip to content

Commit

Permalink
- update .csproj (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide authored Nov 28, 2023
1 parent 5b044c3 commit 72ca1e0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/Net.Web3.EthereumWallet/Net.Web3.EthereumWallet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Net.Web3.EthereumWallet</PackageId>
<Title>Net.Web3.EthereumWallet is a C# library for handling Ethereum addresses. It provides a convenient way to validate, represent, and manipulate Ethereum addresses in .NET applications.</Title>
<Version>1.0.0</Version>
<Authors>ArdenHide</Authors>
<Company>The-Poolz</Company>
<Product>Net.Web3.EthereumWallet</Product>
<Description>Net.Web3.EthereumWallet is a C# library for handling Ethereum addresses. It provides a convenient way to validate, represent, and manipulate Ethereum addresses in .NET applications.</Description>
<PackageProjectUrl>https://github.com/The-Poolz/Net.Web3.EthereumWallet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/The-Poolz/Net.Web3.EthereumWallet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Web3, Ethereum</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</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 72ca1e0

Please sign in to comment.