File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
src/EtherScan.Dotnet.Client Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net9.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
-
7
+
8
+ <!-- Package Info -->
8
9
<PackageId >etherscan.dotnet.client</PackageId >
9
10
<Version >1.0.0</Version >
10
11
<Authors >Aybars</Authors >
12
+ <Company >AybSoft</Company >
13
+ <Product >Etherscan .NET Client</Product >
14
+ <Title >Etherscan .NET Client</Title >
11
15
<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 >
12
20
<PackageLicenseExpression >MIT</PackageLicenseExpression >
13
21
<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 >
14
30
</PropertyGroup >
15
31
16
32
<ItemGroup >
You can’t perform that action at this time.
0 commit comments