From f251aa0d5c8cce1e523b4916af5c246c687cb44f Mon Sep 17 00:00:00 2001 From: Yauheni Pakala Date: Mon, 30 Mar 2020 14:23:34 +0300 Subject: [PATCH] New beta version 5 (#281) * Update nuspecs. * Cleanup playground csprojs --- nuget/Softeq.XToolkit.Bindings.nuspec | 14 ++++++------- nuget/Softeq.XToolkit.Common.nuspec | 4 ++-- .../Softeq.XToolkit.PushNotifications.nuspec | 14 ++++++------- nuget/Softeq.XToolkit.Remote.nuspec | 8 ++++---- nuget/Softeq.XToolkit.WhiteLabel.nuspec | 20 +++++++++---------- .../Playground.Droid/Playground.Droid.csproj | 17 +++------------- .../Playground.iOS/Playground.iOS.csproj | 2 -- .../Playground/Playground/Playground.csproj | 2 -- 8 files changed, 33 insertions(+), 48 deletions(-) diff --git a/nuget/Softeq.XToolkit.Bindings.nuspec b/nuget/Softeq.XToolkit.Bindings.nuspec index 25a11af7a..1bf7771dd 100644 --- a/nuget/Softeq.XToolkit.Bindings.nuspec +++ b/nuget/Softeq.XToolkit.Bindings.nuspec @@ -2,7 +2,7 @@ Softeq.XToolkit.Bindings - 2.0.0-beta4 + 2.0.0-beta5 Softeq.XToolkit.Bindings Softeq Development Corp. Softeq Development Corp. @@ -12,17 +12,17 @@ Bindings implementation based on INotifyPropertyChanged interface. Copyright 2020 Softeq Development Corp. Softeq XToolkit Xamarin iOS Android Bindings - + Releases: https://github.com/Softeq/XToolkit.WhiteLabel/releases - + - + - + @@ -30,8 +30,8 @@ - - + + diff --git a/nuget/Softeq.XToolkit.Common.nuspec b/nuget/Softeq.XToolkit.Common.nuspec index 888eabfd3..1ab2a1342 100644 --- a/nuget/Softeq.XToolkit.Common.nuspec +++ b/nuget/Softeq.XToolkit.Common.nuspec @@ -2,13 +2,13 @@ Softeq.XToolkit.Common - 1.1.0-beta4 + 1.1.0-beta5 Softeq.XToolkit.Common Softeq Development Corp. Softeq Development Corp. https://github.com/Softeq/XToolkit.WhiteLabel/blob/master/LICENSE https://github.com/Softeq/XToolkit.WhiteLabel - + false The most common components without dependencies that can be reused in any project. Copyright 2020 Softeq Development Corp. diff --git a/nuget/Softeq.XToolkit.PushNotifications.nuspec b/nuget/Softeq.XToolkit.PushNotifications.nuspec index 8b386c30c..5cabf430f 100644 --- a/nuget/Softeq.XToolkit.PushNotifications.nuspec +++ b/nuget/Softeq.XToolkit.PushNotifications.nuspec @@ -2,7 +2,7 @@ Softeq.XToolkit.PushNotifications - 1.0.0-beta4 + 1.0.0-beta5 Softeq.XToolkit.PushNotifications Softeq Development Corp. Softeq Development Corp. @@ -12,20 +12,20 @@ Simple cross platform plugin to use push-notifications for Android and iOS. Copyright 2020 Softeq Development Corp. Softeq XToolkit Push Notifications Firebase FCM APNS iOS Android Xamarin - + Releases: https://github.com/Softeq/XToolkit.WhiteLabel/releases - + - + - + @@ -36,8 +36,8 @@ - - + + diff --git a/nuget/Softeq.XToolkit.Remote.nuspec b/nuget/Softeq.XToolkit.Remote.nuspec index 412153a57..1b6628a50 100644 --- a/nuget/Softeq.XToolkit.Remote.nuspec +++ b/nuget/Softeq.XToolkit.Remote.nuspec @@ -2,23 +2,23 @@ Softeq.XToolkit.Remote - 1.0.0 + 1.0.1 Softeq.XToolkit.Remote Softeq Development Corp. Softeq Development Corp. https://github.com/Softeq/XToolkit.WhiteLabel/blob/master/LICENSE https://github.com/Softeq/XToolkit.WhiteLabel - + false Advanced HttpClient infrastructure for mobile applications. Copyright 2020 Softeq Development Corp. Softeq XToolkit Xamarin iOS Android Remote Http Rest Api Auth - First release. + Releases: https://github.com/Softeq/XToolkit.WhiteLabel/releases - + diff --git a/nuget/Softeq.XToolkit.WhiteLabel.nuspec b/nuget/Softeq.XToolkit.WhiteLabel.nuspec index 70c44f499..d6eb98c43 100644 --- a/nuget/Softeq.XToolkit.WhiteLabel.nuspec +++ b/nuget/Softeq.XToolkit.WhiteLabel.nuspec @@ -2,7 +2,7 @@ Softeq.XToolkit.WhiteLabel - 2.0.0-beta5 + 2.0.0-beta6 Softeq.XToolkit.WhiteLabel Softeq Development Corp. Softeq Development Corp. @@ -12,15 +12,15 @@ XToolkit.WhiteLabel is a collection of "lego" components for fast create cross-platform mobile applications with Xamarin, based on XToolkit. Copyright 2020 Softeq Development Corp. Softeq XToolkit Xamarin iOS Android - + Releases: https://github.com/Softeq/XToolkit.WhiteLabel/releases - - + + @@ -29,8 +29,8 @@ - - + + @@ -43,8 +43,8 @@ - - + + @@ -52,8 +52,8 @@ - - + + diff --git a/samples/Playground/Playground.Droid/Playground.Droid.csproj b/samples/Playground/Playground.Droid/Playground.Droid.csproj index 95344eb19..a5526117f 100644 --- a/samples/Playground/Playground.Droid/Playground.Droid.csproj +++ b/samples/Playground/Playground.Droid/Playground.Droid.csproj @@ -22,8 +22,6 @@ Resources Assets true - 8.0 - enable None @@ -55,18 +53,9 @@ - - 1.1.0 - - - 5.0.0-beta - - - 1.0.0 - - - 2.2.0 - + + + diff --git a/samples/Playground/Playground.iOS/Playground.iOS.csproj b/samples/Playground/Playground.iOS/Playground.iOS.csproj index da11f6fea..20a5a1156 100644 --- a/samples/Playground/Playground.iOS/Playground.iOS.csproj +++ b/samples/Playground/Playground.iOS/Playground.iOS.csproj @@ -13,8 +13,6 @@ true NSUrlSessionHandler true - 8.0 - enable true diff --git a/samples/Playground/Playground/Playground.csproj b/samples/Playground/Playground/Playground.csproj index 855bc3b30..06ed57f12 100644 --- a/samples/Playground/Playground/Playground.csproj +++ b/samples/Playground/Playground/Playground.csproj @@ -2,8 +2,6 @@ netstandard2.1 - 8.0 - enable