Update to 3.1.1 (#11)
This commit is contained in:
Родитель
f1e5106dc0
Коммит
70cdf5e72f
|
@ -5,6 +5,7 @@
|
|||
This repository contains the Azure Notification Hubs sample library and sample application for Xamarin Forms, Xamarin for Apple (Xamarin.iOS, Xamarin.TVOS, Xamarin.Mac) and Xamarin.Android. This sample project creates a unified wrapper over the [AzureMessaging Xamarin Components](https://github.com/xamarin/XamarinComponents/tree/master/XPlat/AzureMessaging) for both iOS and Android with a Forms app as well as native applications.
|
||||
|
||||
This repository is set into sections:
|
||||
|
||||
- [Xamarin Forms](#getting-started-with-xamarinforms)
|
||||
- [Xamarin Apple](#getting-started-with-xamarin-for-apple)
|
||||
- [Xamarin.Android](#getting-started-with-xamarinandroid)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var TARGET = Argument ("t", Argument ("target", "ci"));
|
||||
|
||||
var IOS_VERSION = "3.1.0";
|
||||
var IOS_NUGET_VERSION = "3.1.0";
|
||||
var IOS_VERSION = "3.1.1";
|
||||
var IOS_NUGET_VERSION = "3.1.1";
|
||||
var IOS_URL = $"https://github.com/Azure/azure-notificationhubs-ios/releases/download/{IOS_VERSION}/WindowsAzureMessaging-SDK-Apple-{IOS_VERSION}.zip";
|
||||
|
||||
var ANDROID_VERSION = "1.1.1";
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=864962</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865062</PackageLicenseUrl>
|
||||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
||||
<PackageVersion>3.1.0</PackageVersion>
|
||||
<PackageVersion>3.1.1</PackageVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
|
||||
|
|
Загрузка…
Ссылка в новой задаче