Skip to content

Commit

Permalink
Package config
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanaybars committed Jan 25, 2025
1 parent d0eaa01 commit 657c8b5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/EtherScan.Dotnet.Client/EtherScan.Dotnet.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,29 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>


<!-- Package Info -->
<PackageId>etherscan.dotnet.client</PackageId>
<Version>1.0.0</Version>
<Authors>Aybars</Authors>
<Company>AybSoft</Company>
<Product>Etherscan .NET Client</Product>
<Title>Etherscan .NET Client</Title>
<Description>.NET client library for interacting with the EtherScan API</Description>

<!-- Package Details -->
<PackageTags>etherscan;ethereum;blockchain;api;client</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/arslanaybars/etherscan.dotnet.client</PackageProjectUrl>
<RepositoryUrl>https://github.com/arslanaybars/etherscan.dotnet.client</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<!-- Build Configuration -->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 657c8b5

Please sign in to comment.