Fixes (description, nugets, output folders)

This commit is contained in:
Dmitrii Chichuk 2020-07-16 14:22:11 +04:00
Родитель f853977955
Коммит c2767181e0
3 изменённых файлов: 12 добавлений и 8 удалений

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

@ -6,8 +6,8 @@
<authors>Microsoft</authors>
<owners>microsoft,appcenter</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Microsoft App Center Distribute Google Play Store package App Center Distribute module with stubbed APIs; This package should only be used with assemblies which are going to be published on Google Play Store.</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 going to be published on Google Play Store.</description> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<summary>Microsoft App Center Distribute Google Play package App Center Distribute stubbed module; This package should only be used in assemblies which are going to be published on Google Play.</summary>
<description>This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play.</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>
@ -21,8 +21,8 @@
<files>
<!-- Android -->
<file src="$android_dir$/Microsoft.AppCenter.Distribute.dll" target="lib/MonoAndroid403" />
<file src="$android_dir$/Microsoft.AppCenter.Distribute.xml" target="lib/MonoAndroid403" />
<file src="$androidPlay_dir$/Microsoft.AppCenter.Distribute.dll" target="lib/MonoAndroid403" />
<file src="$androidPlay_dir$/Microsoft.AppCenter.Distribute.xml" target="lib/MonoAndroid403" />
</files>
</package>

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

@ -6,8 +6,8 @@
<authors>Microsoft</authors>
<owners>microsoft,appcenter</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Microsoft App Center Distribute Google Play Store package App Center Distribute module with stubbed APIs; This package should only be used with assemblies which are going to be published on Google Play Store.</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 going to be published on Google Play Store.</description> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<summary>Microsoft App Center Distribute Google Play package App Center Distribute stubbed module; This package should only be used in assemblies which are going to be published on Google Play.</summary>
<description>This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play.</description> <copyright>© Microsoft Corporation. All rights reserved.</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>app center appcenter distribute mobilecenter</tags>
<language>en-US</language>
@ -21,8 +21,8 @@
<files>
<!-- Android -->
<file src="$android_dir$/Microsoft.AppCenter.Distribute.dll" target="lib/MonoAndroid403" />
<file src="$android_dir$/Microsoft.AppCenter.Distribute.xml" target="lib/MonoAndroid403" />
<file src="$androidPlay_dir$/Microsoft.AppCenter.Distribute.dll" target="lib/MonoAndroid403" />
<file src="$androidPlay_dir$/Microsoft.AppCenter.Distribute.xml" target="lib/MonoAndroid403" />
</files>
</package>

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

@ -29,6 +29,9 @@
<assembly path="SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/bin/Release/Microsoft.AppCenter.Push.dll"/>
<assembly path="SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/bin/Release/Microsoft.AppCenter.Push.Android.Bindings.dll"/>
</group>
<group id="androidPlay" folder="AndroidPlayAssemblies" buildGroup="mac">
<assembly path="SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/bin/Release/MonoAndroid70/Microsoft.AppCenter.Distribute.dll"/>
</group>
<group id="netstandard" folder="NETStandardAssemblies" buildGroup="mac">
<assembly path="SDK/AppCenter/Microsoft.AppCenter/bin/Release/netstandard1.0/Microsoft.AppCenter.dll"/>
<assembly path="SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/bin/Release/netstandard1.0/Microsoft.AppCenter.Analytics.dll"/>
@ -63,6 +66,7 @@
<module dotnetModule="SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes" nuspec="AppCenterCrashes.nuspec"/>
<module dotnetModule="SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute" nuspec="AppCenterDistribute.nuspec"/>
<module dotnetModule="SDK/AppCenterPush/Microsoft.AppCenter.Push" nuspec="AppCenterPush.nuspec"/>
<module dotnetModule="SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay" nuspec="AppCenterDistributePlay.nuspec"/>
<buildGroup platformId="mac" solutionPath="AppCenter-SDK-Build-Mac.sln">
<build configuration="Release"/>
</buildGroup>