Merge pull request #62 from Microsoft/release/0.2.2
Prepare for new release 0.2.2
This commit is contained in:
Коммит
028b6bbfbc
|
@ -1,3 +1,8 @@
|
|||
## Version 0.2.2
|
||||
|
||||
- Updated App Center dependencies
|
||||
___
|
||||
|
||||
## Version 0.2.1
|
||||
|
||||
- Updated App Center dependencies
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-analytics",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Provides Microsoft Azure App Center Analytics client for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-analytics"
|
||||
version="0.2.1"
|
||||
version="0.2.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
<engine name="cordova" version=">=6.4.0" />
|
||||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.2.1"/>
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.2.2"/>
|
||||
|
||||
<js-module name="Analytics" src="www/Analytics.js">
|
||||
<clobbers target="AppCenter.Analytics" />
|
||||
|
@ -39,7 +39,7 @@
|
|||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
</config-file>
|
||||
|
||||
<framework src="com.microsoft.appcenter:appcenter-analytics:1.10.0" />
|
||||
<framework src="com.microsoft.appcenter:appcenter-analytics:1.11.0" />
|
||||
|
||||
<source-file src="src/android/AppCenterAnalyticsPlugin.java"
|
||||
target-dir="src/com/microsoft/azure/mobile/cordova" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-crashes",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Provides Microsoft Azure App Center Crashes client for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-crashes"
|
||||
version="0.2.1"
|
||||
version="0.2.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
<engine name="cordova" version=">=6.4.0" />
|
||||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.2.1"/>
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.2.2"/>
|
||||
|
||||
<js-module name="Crashes" src="www/Crashes.js">
|
||||
<clobbers target="AppCenter.Crashes" />
|
||||
|
@ -40,7 +40,7 @@
|
|||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
</config-file>
|
||||
|
||||
<framework src="com.microsoft.appcenter:appcenter-crashes:1.10.0" />
|
||||
<framework src="com.microsoft.appcenter:appcenter-crashes:1.11.0" />
|
||||
|
||||
<source-file src="src/android/AppCenterCrashesPlugin.java"
|
||||
target-dir="src/com/microsoft/azure/mobile/cordova" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-push",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Provides Microsoft Azure App Center Push client for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-push"
|
||||
version="0.2.1"
|
||||
version="0.2.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
|||
<engine name="cordova" version=">=6.4.0" />
|
||||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.2.1"/>
|
||||
<dependency id="cordova-plugin-appcenter-shared" version="0.2.2"/>
|
||||
|
||||
<js-module name="Push" src="www/Push.js">
|
||||
<clobbers target="AppCenter.Push" />
|
||||
|
@ -40,7 +40,7 @@
|
|||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
</config-file>
|
||||
|
||||
<framework src="com.microsoft.appcenter:appcenter-push:1.10.0" />
|
||||
<framework src="com.microsoft.appcenter:appcenter-push:1.11.0" />
|
||||
<framework src="src/android/AppCenterPush.gradle"
|
||||
custom="true" type="gradleReference" />
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cordova-plugin-appcenter-shared",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Provides Microsoft Azure App Center shared functionality for Cordova",
|
||||
"license": "MIT",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="cordova-plugin-appcenter-shared"
|
||||
version="0.2.1"
|
||||
version="0.2.2"
|
||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
value="com.microsoft.azure.mobile.cordova.AppCenterSharedPlugin"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
<framework src="com.microsoft.appcenter:appcenter:1.10.0" />
|
||||
<framework src="com.microsoft.appcenter:appcenter:1.11.0" />
|
||||
</platform>
|
||||
|
||||
<platform name="ios">
|
||||
|
|
|
@ -31,10 +31,10 @@
|
|||
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
|
||||
<plugin name="cordova-plugin-file" spec="^4.0.0" />
|
||||
<plugin name="cordova-plugin-camera" spec="^3.0.0" />
|
||||
<plugin name="cordova-plugin-appcenter-shared" spec="^0.2.1" />
|
||||
<plugin name="cordova-plugin-appcenter-analytics" spec="^0.2.1" />
|
||||
<plugin name="cordova-plugin-appcenter-crashes" spec="^0.2.1" />
|
||||
<plugin name="cordova-plugin-appcenter-push" spec="^0.2.1" />
|
||||
<plugin name="cordova-plugin-appcenter-analytics" spec="^0.2.2" />
|
||||
<plugin name="cordova-plugin-appcenter-crashes" spec="^0.2.2" />
|
||||
<plugin name="cordova-plugin-appcenter-push" spec="^0.2.2" />
|
||||
<plugin name="cordova-plugin-appcenter-shared" spec="^0.2.2" />
|
||||
<engine name="android" spec="^7.0.0" />
|
||||
<engine name="ios" spec="~4.5.4" />
|
||||
</widget>
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
"dependencies": {
|
||||
"cordova-android": "^7.0.0",
|
||||
"cordova-ios": "^4.5.4",
|
||||
"cordova-plugin-appcenter-analytics": "^0.2.1",
|
||||
"cordova-plugin-appcenter-crashes": "^0.2.1",
|
||||
"cordova-plugin-appcenter-push": "^0.2.1",
|
||||
"cordova-plugin-appcenter-shared": "^0.2.1",
|
||||
"cordova-plugin-appcenter-analytics": "^0.2.2",
|
||||
"cordova-plugin-appcenter-crashes": "^0.2.2",
|
||||
"cordova-plugin-appcenter-push": "^0.2.2",
|
||||
"cordova-plugin-appcenter-shared": "^0.2.2",
|
||||
"cordova-plugin-camera": "^3.0.0",
|
||||
"cordova-plugin-file": "^5.0.0",
|
||||
"cordova-plugin-whitelist": "^1.3.3"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.2.1</h1>
|
||||
<h1>Cordova SDK version 0.2.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.2.1</h1>
|
||||
<h1>Cordova SDK version 0.2.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.2.1</h1>
|
||||
<h1>Cordova SDK version 0.2.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.2.1</h1>
|
||||
<h1>Cordova SDK version 0.2.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -120,7 +120,7 @@
|
|||
</div>
|
||||
|
||||
<div data-role="footer">
|
||||
<h1>Cordova SDK version 0.2.1</h1>
|
||||
<h1>Cordova SDK version 0.2.2</h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче