This commit is contained in:
Matthew Podwysocki 2020-09-10 16:59:57 -04:00 коммит произвёл GitHub
Родитель f1e5106dc0
Коммит 70cdf5e72f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 3 удалений

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

@ -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')) ">