From 1bece0225b9bbfea68328119d1e4aa1204f5c9e2 Mon Sep 17 00:00:00 2001 From: adam1929 <103995671+adam1929@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:43:54 +0200 Subject: [PATCH] feat/Version 1.1.0 (#5) --- android/ExponeaSDK.Android.csproj | 4 ++-- android/ExponeaSDK.Android.sln | 2 +- android/Properties/AssemblyInfo.cs | 6 +++--- documentation/RELEASE_NOTES.md | 9 +++++++++ .../ExamplePushContentExtension.csproj | 4 ++-- example/ExamplePushContentExtension/packages.config | 2 +- .../ExamplePushServiceExtension.csproj | 4 ++-- example/ExamplePushServiceExtension/packages.config | 2 +- .../XamarinExample.Android/XamarinExample.Android.csproj | 4 ++-- .../XamarinExample.Huawei/XamarinExample.Huawei.csproj | 4 ++-- example/XamarinExample.iOS/XamarinExample.iOS.csproj | 4 ++-- example/XamarinExample.sln | 2 +- example/XamarinExample/XamarinExample.csproj | 4 ++-- .../ExponeaSDK.iOS.Notifications.csproj | 4 ++-- .../ExponeaSDK.iOS.Notifications.sln | 2 +- ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj | 4 ++-- ios/ExponeaSDK.iOS/ExponeaSDK.iOS.sln | 2 +- .../ExponeaSDKProxy/ExponeaSDKProxy/Exponea.swift | 2 +- pcl/ExponeaSDK.csproj | 8 ++++---- pcl/ExponeaSDK.sln | 2 +- 20 files changed, 42 insertions(+), 33 deletions(-) diff --git a/android/ExponeaSDK.Android.csproj b/android/ExponeaSDK.Android.csproj index ceb636c..9d70e61 100644 --- a/android/ExponeaSDK.Android.csproj +++ b/android/ExponeaSDK.Android.csproj @@ -20,13 +20,13 @@ PackageReference true ExponeaSDK.Android - 3.1.0.1 + 3.1.0 Exponea Exponea Exponea ExponeaSDK.Android Binding library for Exponea Android SDK - 3.1.0.1 + 3.1.0 false Binding library for Exponea Android SDK https://spdx.org/licenses/MIT diff --git a/android/ExponeaSDK.Android.sln b/android/ExponeaSDK.Android.sln index 32fca66..c1f03df 100644 --- a/android/ExponeaSDK.Android.sln +++ b/android/ExponeaSDK.Android.sln @@ -23,7 +23,7 @@ Global SolutionGuid = {6ECD14D6-DFA1-4871-9CF4-2FB0A892952E} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.2.0.1 + version = 3.1.0 Policies = $0 $0.VersionControlPolicy = $1 $0.DotNetNamingPolicy = $2 diff --git a/android/Properties/AssemblyInfo.cs b/android/Properties/AssemblyInfo.cs index fba315a..f05826e 100644 --- a/android/Properties/AssemblyInfo.cs +++ b/android/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // Minor Version // Build Number // Revision -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] [assembly: MetaData("ExponeaXamarinSDK", Value = "true")] -[assembly: MetaData("ExponeaXamarinVersion", Value = "0.9.9")] +[assembly: MetaData("ExponeaXamarinVersion", Value = "1.1.0")] diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 06dd0b4..5add07c 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -2,6 +2,15 @@ ## :arrow_double_up: [SDK version update guide](./VERSION_UPDATE.md) +## Release Notes for 1.1.0 +#### Sept 13, 2022 +* Features + * Added a support of HTML InApp messages + * Shows a warn log for developer if old SDK version is used +* Fixes + * Fixed: Version upgrade guide is linked from README and Release Notes documentations + * Fixed: License established to MIT + ## Release Notes for 1.0.0 #### March 7, 2021 * Features diff --git a/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj b/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj index 31ff0e4..6653dd6 100644 --- a/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj +++ b/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj @@ -10,7 +10,7 @@ ExamplePushContentExtension ExamplePushContentExtension Resources - 1.0.3 + 1.1.0 true @@ -128,7 +128,7 @@ ..\packages\System.Memory.4.5.4\lib\netstandard2.0\System.Memory.dll - ..\packages\ExponeaSDK.iOS.Notifications.2.12.2.1\lib\xamarinios10\NativeLibrary.dll + ..\packages\ExponeaSDK.iOS.Notifications.2.12.2\lib\xamarinios10\NativeLibrary.dll diff --git a/example/ExamplePushContentExtension/packages.config b/example/ExamplePushContentExtension/packages.config index 8a60676..eaadb96 100644 --- a/example/ExamplePushContentExtension/packages.config +++ b/example/ExamplePushContentExtension/packages.config @@ -1,6 +1,6 @@  - + diff --git a/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj b/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj index 24854f1..9e1789d 100644 --- a/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj +++ b/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj @@ -10,7 +10,7 @@ ExamplePushServiceExtension ExamplePushServiceExtension Resources - 1.0.3 + 1.1.0 true @@ -128,7 +128,7 @@ ..\packages\System.Memory.4.5.4\lib\netstandard2.0\System.Memory.dll - ..\packages\ExponeaSDK.iOS.Notifications.2.12.2.1\lib\xamarinios10\NativeLibrary.dll + ..\packages\ExponeaSDK.iOS.Notifications.2.12.2\lib\xamarinios10\NativeLibrary.dll diff --git a/example/ExamplePushServiceExtension/packages.config b/example/ExamplePushServiceExtension/packages.config index 8a60676..eaadb96 100644 --- a/example/ExamplePushServiceExtension/packages.config +++ b/example/ExamplePushServiceExtension/packages.config @@ -1,6 +1,6 @@  - + diff --git a/example/XamarinExample.Android/XamarinExample.Android.csproj b/example/XamarinExample.Android/XamarinExample.Android.csproj index 1dd3bc2..7be6c31 100644 --- a/example/XamarinExample.Android/XamarinExample.Android.csproj +++ b/example/XamarinExample.Android/XamarinExample.Android.csproj @@ -22,7 +22,7 @@ Xamarin.Android.Net.AndroidClientHandler - 1.0.3 + 1.1.0 true @@ -71,7 +71,7 @@ 122.0.0.3 - 1.1.0.1 + 1.1.0 diff --git a/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj b/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj index df641f9..ec608cc 100644 --- a/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj +++ b/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj @@ -23,7 +23,7 @@ manifestmerger.jar - 1.0.3 + 1.1.0 true @@ -77,7 +77,7 @@ 6.3.0.402 - 1.1.0.1 + 1.1.0 diff --git a/example/XamarinExample.iOS/XamarinExample.iOS.csproj b/example/XamarinExample.iOS/XamarinExample.iOS.csproj index 3d1e531..981877c 100644 --- a/example/XamarinExample.iOS/XamarinExample.iOS.csproj +++ b/example/XamarinExample.iOS/XamarinExample.iOS.csproj @@ -15,7 +15,7 @@ true NSUrlSessionHandler automatic - 1.0.3 + 1.1.0 true @@ -145,7 +145,7 @@ 1.0.11 - 1.1.0.1 + 1.1.0 diff --git a/example/XamarinExample.sln b/example/XamarinExample.sln index f4cedda..d9ba66b 100644 --- a/example/XamarinExample.sln +++ b/example/XamarinExample.sln @@ -97,6 +97,6 @@ Global SolutionGuid = {D83EFFAD-9B91-420E-AE4D-39F7238550CF} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 1.0.3 + version = 1.1.0 EndGlobalSection EndGlobal diff --git a/example/XamarinExample/XamarinExample.csproj b/example/XamarinExample/XamarinExample.csproj index 7eb5aaf..33f08a8 100644 --- a/example/XamarinExample/XamarinExample.csproj +++ b/example/XamarinExample/XamarinExample.csproj @@ -3,7 +3,7 @@ netstandard2.0 true - 1.0.3 + 1.1.0 @@ -15,7 +15,7 @@ - + diff --git a/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj b/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj index 5f4174f..e4fa5da 100644 --- a/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj +++ b/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.csproj @@ -13,14 +13,14 @@ PackageReference true ExponeaSDK.iOS.Notifications - 2.12.2.1 + 2.12.2 Exponea Binding library for ExponeaSDKNotifications Exponea Binding library for native iOS ExponeaSDKNotifications https://spdx.org/licenses/MIT https://media-exp1.licdn.com/dms/image/C560BAQG46ev9qjCTbQ/company-logo_200_200/0/1631723320052?e=2159024400&v=beta&t=ZgeKC90wtfA47irF7Ds8Bs59WPIjMvi1VH1HWsJNqUQ - 2.12.2.1 + 2.12.2 false diff --git a/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.sln b/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.sln index 1d9371d..317a299 100644 --- a/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.sln +++ b/ios/ExponeaSDK.iOS.Notifications/ExponeaSDK.iOS.Notifications.sln @@ -23,7 +23,7 @@ Global SolutionGuid = {A436DC9A-0AA5-438A-BAE7-4FC18C804E86} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.2.0.1 + version = 2.12.2 Policies = $0 $0.VersionControlPolicy = $1 EndGlobalSection diff --git a/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj b/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj index e82b408..99a5932 100644 --- a/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj +++ b/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj @@ -12,10 +12,10 @@ ExponeaSDK.iOS PackageReference ExponeaSDK.iOS - 2.12.2.1 + 2.12.2 Exponea Binding library for native iOS ExponeaSDK - 2.12.2.1 + 2.12.2 false true Exponea diff --git a/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.sln b/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.sln index 66b21b6..3ff9876 100644 --- a/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.sln +++ b/ios/ExponeaSDK.iOS/ExponeaSDK.iOS.sln @@ -25,6 +25,6 @@ Global GlobalSection(MonoDevelopProperties) = preSolution Policies = $0 $0.VersionControlPolicy = $1 - version = 0.2.0.1 + version = 2.12.2 EndGlobalSection EndGlobal diff --git a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy/Exponea.swift b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy/Exponea.swift index f670219..d5493e7 100644 --- a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy/Exponea.swift +++ b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy/Exponea.swift @@ -17,7 +17,7 @@ protocol IsExponeaXamarinSDK { public class ExponeaXamarinVersion: NSObject, ExponeaVersionProvider { required public override init() { } public func getVersion() -> String { - "0.9.9" + "1.1.0" } } diff --git a/pcl/ExponeaSDK.csproj b/pcl/ExponeaSDK.csproj index a6095bf..e15bec7 100644 --- a/pcl/ExponeaSDK.csproj +++ b/pcl/ExponeaSDK.csproj @@ -4,7 +4,7 @@ xamarinios10 monoandroid11.0 netstandard2.0;$(Target_iOS);$(Target_Android) - 1.1.0.1 + 1.1.0 false ExponeaSdk Exponea @@ -16,7 +16,7 @@ https://spdx.org/licenses/MIT Exponea Exponea SDK allows your application to interact with the Exponea Customer Data & Experience Platform. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value. - 1.1.0.1 + 1.1.0 false ExponeaSDK https://media-exp1.licdn.com/dms/image/C560BAQG46ev9qjCTbQ/company-logo_200_200/0/1631723320052?e=2159024400&v=beta&t=ZgeKC90wtfA47irF7Ds8Bs59WPIjMvi1VH1HWsJNqUQ @@ -47,11 +47,11 @@ - + - + diff --git a/pcl/ExponeaSDK.sln b/pcl/ExponeaSDK.sln index 23e5702..c16d27c 100644 --- a/pcl/ExponeaSDK.sln +++ b/pcl/ExponeaSDK.sln @@ -31,6 +31,6 @@ Global {93E1B943-4034-444D-9CDD-DC9548601638}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.2.0.1 + version = 1.1.0 EndGlobalSection EndGlobal