Skip to content

Commit

Permalink
feat: add nuget metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Apr 26, 2018
1 parent 0608177 commit 850a7ae
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/Pipedrive.net/Pipedrive.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>Pipedrive.net</AssemblyName>
<Title>Pipedrive.net</Title>
<Description>Pipedrive.net is an async .NET Standard client for pipedrive.com</Description>
<VersionPrefix>0.0.1</VersionPrefix>
<Version>0.0.1</Version>
<Authors>David Rouyer</Authors>
<TargetFramework>netstandard2.0</TargetFramework>

<PackageId>Pipedrive.net</PackageId>
<PackageTags>pipedrive;crm</PackageTags>
<PackageProjectUrl>https://github.com/DavidRouyer/pipedrive-dotnet</PackageProjectUrl>
<PackageLicenseUrl>https://raw.github.com/DavidRouyer/pipedrive-dotnet/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/DavidRouyer/pipedrive-dotnet</RepositoryUrl>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>

</Project>

0 comments on commit 850a7ae

Please sign in to comment.