-
Notifications
You must be signed in to change notification settings - Fork 26
/
Directory.Build.props
30 lines (23 loc) · 1.24 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project ToolsVersion="15.0">
<PropertyGroup>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.6.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<RepoRootDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)"))</RepoRootDir>
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg"))</NupkgsDir>
<MonoOrEmpty Condition=" '$(OS)' != 'Windows_NT' ">mono </MonoOrEmpty>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)$(VersionSuffix)</Version>
<NoWarn>$(NoWarn);FS2003</NoWarn>
<EnableSourceLink Condition=" 'Configuration' == 'Release' ">true</EnableSourceLink>
</PropertyGroup>
<PropertyGroup>
<Authors>7sharp9;enricosada</Authors>
<PackageProjectUrl>https://github.com/jet/falanx/</PackageProjectUrl>
<PackageTags>protobuff;fsharp;proto;f#;binary;json</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jet/falanx.git</RepositoryUrl>
<PackageLicenseUrl>https://github.com/jet/falanx/blob/v$(VersionPrefix)/LICENSE</PackageLicenseUrl>
<Copyright>JET.com</Copyright>
<PackageReleaseNotes>see $(PackageProjectUrl)blob/master/CHANGELOG.md#v$(VersionPrefix)</PackageReleaseNotes>
</PropertyGroup>
</Project>