Add windows nuspec for DistributePlay

This commit is contained in:
Dmitrii Chichuk 2020-07-14 18:12:25 +04:00
Родитель b7f0b52cfa
Коммит b7875b96d1
1 изменённых файлов: 27 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AppCenter.DistributePlay</id>
<title>App Center Distribute - Google Play</title>
<authors>Microsoft</authors>
<owners>microsoft,appcenter</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Microsoft App Center Distribute package provides in-app update capabilities for your mobile applications.</summary>
<description>This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are to be published on Google Play Store.</description> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>app center appcenter distribute mobilecenter</tags>
<language>en-US</language>
<projectUrl>https://aka.ms/telgml</projectUrl>
<license type="expression">MIT</license>
<iconUrl>https://aka.ms/k76877</iconUrl>
<dependencies>
<dependency id="Microsoft.AppCenter" version="$version$" />
</dependencies>
<version>$version$</version>
</metadata>
<files>
<!-- Android -->
<file src="$android_dir$/Microsoft.AppCenter.DistributePlay.xml" target="lib/MonoAndroid403" />
</files>
</package>