Skip to content

Commit 657c8b5

Browse files
committed
Package config
1 parent d0eaa01 commit 657c8b5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/EtherScan.Dotnet.Client/EtherScan.Dotnet.Client.csproj

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,29 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
7+
8+
<!-- Package Info -->
89
<PackageId>etherscan.dotnet.client</PackageId>
910
<Version>1.0.0</Version>
1011
<Authors>Aybars</Authors>
12+
<Company>AybSoft</Company>
13+
<Product>Etherscan .NET Client</Product>
14+
<Title>Etherscan .NET Client</Title>
1115
<Description>.NET client library for interacting with the EtherScan API</Description>
16+
17+
<!-- Package Details -->
18+
<PackageTags>etherscan;ethereum;blockchain;api;client</PackageTags>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
1220
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1321
<PackageProjectUrl>https://github.com/arslanaybars/etherscan.dotnet.client</PackageProjectUrl>
22+
<RepositoryUrl>https://github.com/arslanaybars/etherscan.dotnet.client</RepositoryUrl>
23+
<RepositoryType>git</RepositoryType>
24+
25+
<!-- Build Configuration -->
26+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
27+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
28+
<IncludeSymbols>true</IncludeSymbols>
29+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1430
</PropertyGroup>
1531

1632
<ItemGroup>

0 commit comments

Comments
 (0)