Skip to content

Commit 04fc9d7

Browse files
thewheatchoran
authored andcommitted
Configure project to build NuGet package (#121)
1 parent a374181 commit 04fc9d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Intercom/Intercom.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ReleaseVersion>2.0.0</ReleaseVersion>
6+
<PackageId>Intercom.Dotnet.Client</PackageId>
7+
<PackageVersion>2.0.0</PackageVersion>
8+
<PackageIconUrl>https://raw.githubusercontent.com/intercom/intercom-dotnet/master/src/assets/Intercom.png</PackageIconUrl>
9+
<Owners>Intercom</Owners>
10+
<PackageProjectUrl>https://github.com/intercom/intercom-dotnet</PackageProjectUrl>
11+
<Summary>The official Intercom API client library for .NET</Summary>
12+
<Title>Intercom Dotnet Client</Title>
13+
<Description>The official Intercom API client library for .NET</Description>
14+
<PackOnBuild>true</PackOnBuild>
615
</PropertyGroup>
716

817
<ItemGroup>
918
<PackageReference Include="RestSharp" Version="106.2.1" />
1019
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
20+
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.0" />
1121
</ItemGroup>
1222
</Project>

0 commit comments

Comments
 (0)