forked from anthonyreilly/NetCoreForce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.props
21 lines (19 loc) · 1.01 KB
/
build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<!--Versioning-->
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<!--NuGet-->
<Authors>Anthony Reilly</Authors>
<Copyright>2018 Anthony Reilly</Copyright>
<PackageLicenseUrl>https://github.com/anthonyreilly/NetCoreForce/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/anthonyreilly/NetCoreForce</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>salesforce,api,forcedotcom,netstandard,netcore</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/anthonyreilly/NetCoreForce</RepositoryUrl>
<PackageReleaseNotes>Release notes and documentation can be found on the project site: https://github.com/anthonyreilly/NetCoreForce</PackageReleaseNotes>
<!--Project Root-->
<SolutionDir>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), *.sln))</SolutionDir>
</PropertyGroup>
</Project>