Skip to content

Commit

Permalink
Add .csproj information for the nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
strykerin committed Dec 16, 2020
1 parent 8d3f427 commit 4140ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Uniswap.dotnet/Uniswap.dotnet/Uniswap.dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Uniswap dotnet</PackageId>
<Description>A dotnet standard wrapper for the Uniswap V2 Subgraph on The Graph GraphQL API.</Description>
<PackageProjectUrl>https://github.com/strykerin/Uniswap-dotnet</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>DeFi, Uniswap, Ethereum, Decentralized Exchange, DEX</PackageTags>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4140ecf

Please sign in to comment.