forked from opentracing-contrib/csharp-grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Build.props
19 lines (16 loc) · 920 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<Import Project="version.props" />
<PropertyGroup>
<Authors>Benjamin Krämer</Authors>
<PackageIconUrl>https://avatars0.githubusercontent.com/u/15482765</PackageIconUrl>
<PackageProjectUrl>https://github.com/opentracing-contrib/csharp-grpc</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/opentracing-contrib/csharp-grpc/master/LICENSE</PackageLicenseUrl>
<PackageReleaseNotes Condition="'$(Version)' != ''">https://github.com/opentracing-contrib/csharp-grpc/releases/tag/v$(Version)</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/opentracing-contrib/csharp-grpc</RepositoryUrl>
<!-- Projects that should generate nupkg files override this -->
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>