Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2018-02-14 02:29:39 +0300
committerLluis Sanchez <llsan@microsoft.com>2018-02-14 02:29:39 +0300
commitce49847463b9fd315619e23fb5d3011194fc1fa5 (patch)
tree064810090084f7737a9cd6b828241064b1258b66 /Version.props
parentf11524ee2adf0dec3e6c6c57d8a019ad0f5a9b8d (diff)
Move required package metadata to Versions.props
Diffstat (limited to 'Version.props')
-rw-r--r--Version.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/Version.props b/Version.props
index 77e4384..94d8e6f 100644
--- a/Version.props
+++ b/Version.props
@@ -1,5 +1,11 @@
<Project>
<PropertyGroup>
<PackageVersion>1.3.8</PackageVersion>
+ <Authors>Microsoft</Authors>
+ <Owners>microsoft, xamarin</Owners>
+ <PackageLicenseUrl>https://github.com/mono/mono-addins/blob/master/COPYING</PackageLicenseUrl>
+ <PackageProjectUrl>https://github.com/mono/mono-addins</PackageProjectUrl>
+ <Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
+ <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
</Project>