forked from Inumedia/SlackAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Build.props
19 lines (18 loc) · 950 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<VersionPrefix>1.1.0</VersionPrefix>
<!-- VersionSuffix is computed in build.cake depending of the type of the build -->
<VersionSuffix>dev.0+sha.0</VersionSuffix>
<Description>A Slack wrapper for direct interaction with their APIs.</Description>
<Copyright>Inumedia - Copyright © 2018</Copyright>
<AssemblyProduct>SlackAPI</AssemblyProduct>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>Inumedia</Authors>
<Company>Inumedia</Company>
<PackageProjectUrl>https://github.com/Inumedia/SlackAPI</PackageProjectUrl>
<PackageLicenseUrl>http://choosealicense.com/licenses/mit/</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Inumedia/SlackAPI</RepositoryUrl>
</PropertyGroup>
</Project>