diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 40e4196..b4d39b7 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1,6 +1,17 @@ ## :arrow_double_up: [SDK version update guide](./VERSION_UPDATE.md) ## Release Notes +## Release Notes for 1.2.0 +#### June 2, 2023 +* Features + * API has been extended to match native SDKs as much as possible + * Added App Inbox feature support + * Ability to track a user 'interaction' while closing InApp message + * Support section added to main Readme + * Added support for Customer token authorization + * Added Configuration flag to be able to disable tracking of default properties along with customer properties + * Added documentation notes about tracking consent according to DSGVO/GDPR + ## Release Notes for 1.1.0 #### Sept 13, 2022 * Features diff --git a/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj b/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj index bbc681c..10122f2 100644 --- a/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj +++ b/example/ExamplePushContentExtension/ExamplePushContentExtension.csproj @@ -10,7 +10,7 @@ ExamplePushContentExtension ExamplePushContentExtension Resources - 1.1.0 + 1.2.0 true diff --git a/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj b/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj index a496fdc..6598731 100644 --- a/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj +++ b/example/ExamplePushServiceExtension/ExamplePushServiceExtension.csproj @@ -10,7 +10,7 @@ ExamplePushServiceExtension ExamplePushServiceExtension Resources - 1.1.0 + 1.2.0 true diff --git a/example/XamarinExample.Android/XamarinExample.Android.csproj b/example/XamarinExample.Android/XamarinExample.Android.csproj index 629b6b3..32548e1 100644 --- a/example/XamarinExample.Android/XamarinExample.Android.csproj +++ b/example/XamarinExample.Android/XamarinExample.Android.csproj @@ -22,7 +22,7 @@ Xamarin.Android.Net.AndroidClientHandler - 1.1.0 + 1.2.0 true @@ -71,7 +71,7 @@ 123.1.1.1 - 1.1.0 + 1.2.0 diff --git a/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj b/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj index 4e06f77..26190eb 100644 --- a/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj +++ b/example/XamarinExample.Huawei/XamarinExample.Huawei.csproj @@ -23,7 +23,7 @@ manifestmerger.jar - 1.1.0 + 1.2.0 true @@ -77,7 +77,7 @@ 6.3.0.402 - 1.1.0 + 1.2.0 diff --git a/example/XamarinExample.iOS/Info.plist b/example/XamarinExample.iOS/Info.plist index dfe9397..1c9d3cc 100644 --- a/example/XamarinExample.iOS/Info.plist +++ b/example/XamarinExample.iOS/Info.plist @@ -37,8 +37,8 @@ CFBundleIdentifier com.exponea.xamarin CFBundleShortVersionString - 1.0.1 + 1.2.0 CFBundleVersion - 4 + 5 diff --git a/example/XamarinExample.iOS/XamarinExample.iOS.csproj b/example/XamarinExample.iOS/XamarinExample.iOS.csproj index 49669d3..31be042 100644 --- a/example/XamarinExample.iOS/XamarinExample.iOS.csproj +++ b/example/XamarinExample.iOS/XamarinExample.iOS.csproj @@ -15,7 +15,7 @@ true NSUrlSessionHandler automatic - 1.1.0 + 1.2.0 true @@ -146,7 +146,7 @@ 1.0.11 - 1.1.0 + 1.2.0 diff --git a/example/XamarinExample.sln b/example/XamarinExample.sln index d9ba66b..aa39dcf 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.1.0 + version = 1.2.0 EndGlobalSection EndGlobal diff --git a/example/XamarinExample/XamarinExample.csproj b/example/XamarinExample/XamarinExample.csproj index eae1488..c6c1929 100644 --- a/example/XamarinExample/XamarinExample.csproj +++ b/example/XamarinExample/XamarinExample.csproj @@ -3,7 +3,7 @@ netstandard2.0 true - 1.1.0 + 1.2.0 @@ -15,7 +15,7 @@ - + diff --git a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj index a959d03..4e3f7dd 100644 --- a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj +++ b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.pbxproj @@ -7,12 +7,29 @@ objects = { /* Begin PBXBuildFile section */ - 550AD5552A0151620025F52D /* ExponeaSDKNotifications.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3A273D268F00319DF9 /* ExponeaSDKNotifications.xcframework */; }; - 550AD5572A0151620025F52D /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3E273D269800319DF9 /* ExponeaSDKShared.xcframework */; }; + 55B13FA42A2A234C00FC7456 /* ExponeaSDKNotifications.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3A273D268F00319DF9 /* ExponeaSDKNotifications.xcframework */; }; + 55B13FA52A2A234C00FC7456 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3A273D268F00319DF9 /* ExponeaSDKNotifications.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 55B13FA62A2A234C00FC7456 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3E273D269800319DF9 /* ExponeaSDKShared.xcframework */; }; + 55B13FA72A2A234C00FC7456 /* ExponeaSDKShared.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3E273D269800319DF9 /* ExponeaSDKShared.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CC353C2F273D236D00319DF9 /* ExponeaSDKNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CC353C2E273D236D00319DF9 /* ExponeaSDKNotificationsProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; CC353C42273D26E100319DF9 /* ExponeaNotificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC353C41273D26E100319DF9 /* ExponeaNotificationHandler.swift */; }; /* End PBXBuildFile section */ +/* Begin PBXCopyFilesBuildPhase section */ + 55B13FA82A2A234C00FC7456 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 55B13FA72A2A234C00FC7456 /* ExponeaSDKShared.xcframework in Embed Frameworks */, + 55B13FA52A2A234C00FC7456 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ CC353C2B273D236D00319DF9 /* ExponeaSDKNotificationsProxy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ExponeaSDKNotificationsProxy.framework; sourceTree = BUILT_PRODUCTS_DIR; }; CC353C2E273D236D00319DF9 /* ExponeaSDKNotificationsProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ExponeaSDKNotificationsProxy.h; sourceTree = ""; }; @@ -26,8 +43,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 550AD5572A0151620025F52D /* ExponeaSDKShared.xcframework in Frameworks */, - 550AD5552A0151620025F52D /* ExponeaSDKNotifications.xcframework in Frameworks */, + 55B13FA62A2A234C00FC7456 /* ExponeaSDKShared.xcframework in Frameworks */, + 55B13FA42A2A234C00FC7456 /* ExponeaSDKNotifications.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -91,6 +108,7 @@ CC353C27273D236D00319DF9 /* Sources */, CC353C28273D236D00319DF9 /* Frameworks */, CC353C29273D236D00319DF9 /* Resources */, + 55B13FA82A2A234C00FC7456 /* Embed Frameworks */, ); buildRules = ( ); diff --git a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate index b84f7bd..6ef8d7e 100644 Binary files a/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/native SDK wrapper/ExponeaSDKNotificationsProxy/ExponeaSDKNotificationsProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj index af96481..fffc5eb 100644 --- a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj +++ b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.pbxproj @@ -7,19 +7,19 @@ objects = { /* Begin PBXBuildFile section */ - 557F41372A29CB5000557A40 /* AnyCodable.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; }; - 557F41382A29CB5000557A40 /* AnyCodable.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 557F41392A29CB5000557A40 /* ExponeaSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; }; - 557F413A2A29CB5000557A40 /* ExponeaSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 557F413B2A29CB5000557A40 /* ExponeaSDKNotifications.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674328C880950059E1CB /* ExponeaSDKNotifications.xcframework */; }; - 557F413C2A29CB5000557A40 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674328C880950059E1CB /* ExponeaSDKNotifications.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 557F413D2A29CB5000557A40 /* ExponeaSDKObjC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; }; - 557F413E2A29CB5000557A40 /* ExponeaSDKObjC.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 557F413F2A29CB5000557A40 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; }; - 557F41402A29CB5000557A40 /* ExponeaSDKShared.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 557F41412A29CB5000557A40 /* SwiftSoup.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674428C880950059E1CB /* SwiftSoup.xcframework */; }; - 557F41422A29CB5000557A40 /* SwiftSoup.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674428C880950059E1CB /* SwiftSoup.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 558E93EA2A27699300015106 /* AppInboxMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 558E93E92A27699300015106 /* AppInboxMessage.swift */; }; + 55B13F972A2A231C00FC7456 /* AnyCodable.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; }; + 55B13F982A2A231C00FC7456 /* AnyCodable.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 55B13F992A2A231C00FC7456 /* ExponeaSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; }; + 55B13F9A2A2A231C00FC7456 /* ExponeaSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 55B13F9B2A2A231C00FC7456 /* ExponeaSDKNotifications.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674328C880950059E1CB /* ExponeaSDKNotifications.xcframework */; }; + 55B13F9C2A2A231C00FC7456 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674328C880950059E1CB /* ExponeaSDKNotifications.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 55B13F9D2A2A231C00FC7456 /* ExponeaSDKObjC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; }; + 55B13F9E2A2A231C00FC7456 /* ExponeaSDKObjC.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 55B13F9F2A2A231C00FC7456 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; }; + 55B13FA02A2A231C00FC7456 /* ExponeaSDKShared.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 55B13FA12A2A231C00FC7456 /* SwiftSoup.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674428C880950059E1CB /* SwiftSoup.xcframework */; }; + 55B13FA22A2A231C00FC7456 /* SwiftSoup.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674428C880950059E1CB /* SwiftSoup.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CC353BD3273BE9A500319DF9 /* ExponeaSDKProxy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CCE77DBA26AFF2D7008866B0 /* ExponeaSDKProxy.framework */; }; CC353BE2273BE9E200319DF9 /* Exponea+AnonymizeSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC353BDA273BE9E200319DF9 /* Exponea+AnonymizeSpec.swift */; }; CC353BE3273BE9E200319DF9 /* ExponeaSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC353BDB273BE9E200319DF9 /* ExponeaSpec.swift */; }; @@ -54,18 +54,18 @@ /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ - 557F41432A29CB5000557A40 /* Embed Frameworks */ = { + 55B13FA32A2A231C00FC7456 /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 557F41402A29CB5000557A40 /* ExponeaSDKShared.xcframework in Embed Frameworks */, - 557F41382A29CB5000557A40 /* AnyCodable.xcframework in Embed Frameworks */, - 557F413E2A29CB5000557A40 /* ExponeaSDKObjC.xcframework in Embed Frameworks */, - 557F413C2A29CB5000557A40 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */, - 557F41422A29CB5000557A40 /* SwiftSoup.xcframework in Embed Frameworks */, - 557F413A2A29CB5000557A40 /* ExponeaSDK.xcframework in Embed Frameworks */, + 55B13FA02A2A231C00FC7456 /* ExponeaSDKShared.xcframework in Embed Frameworks */, + 55B13F982A2A231C00FC7456 /* AnyCodable.xcframework in Embed Frameworks */, + 55B13F9E2A2A231C00FC7456 /* ExponeaSDKObjC.xcframework in Embed Frameworks */, + 55B13F9C2A2A231C00FC7456 /* ExponeaSDKNotifications.xcframework in Embed Frameworks */, + 55B13FA22A2A231C00FC7456 /* SwiftSoup.xcframework in Embed Frameworks */, + 55B13F9A2A2A231C00FC7456 /* ExponeaSDK.xcframework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -119,12 +119,12 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 557F413F2A29CB5000557A40 /* ExponeaSDKShared.xcframework in Frameworks */, - 557F41372A29CB5000557A40 /* AnyCodable.xcframework in Frameworks */, - 557F413D2A29CB5000557A40 /* ExponeaSDKObjC.xcframework in Frameworks */, - 557F413B2A29CB5000557A40 /* ExponeaSDKNotifications.xcframework in Frameworks */, - 557F41412A29CB5000557A40 /* SwiftSoup.xcframework in Frameworks */, - 557F41392A29CB5000557A40 /* ExponeaSDK.xcframework in Frameworks */, + 55B13F9F2A2A231C00FC7456 /* ExponeaSDKShared.xcframework in Frameworks */, + 55B13F972A2A231C00FC7456 /* AnyCodable.xcframework in Frameworks */, + 55B13F9D2A2A231C00FC7456 /* ExponeaSDKObjC.xcframework in Frameworks */, + 55B13F9B2A2A231C00FC7456 /* ExponeaSDKNotifications.xcframework in Frameworks */, + 55B13FA12A2A231C00FC7456 /* SwiftSoup.xcframework in Frameworks */, + 55B13F992A2A231C00FC7456 /* ExponeaSDK.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -243,7 +243,7 @@ CCE77DB626AFF2D7008866B0 /* Sources */, CCE77DB726AFF2D7008866B0 /* Frameworks */, CCE77DB826AFF2D7008866B0 /* Resources */, - 557F41432A29CB5000557A40 /* Embed Frameworks */, + 55B13FA32A2A231C00FC7456 /* Embed Frameworks */, ); buildRules = ( ); diff --git a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate index ba62fca..d2a94b1 100644 Binary files a/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/native SDK wrapper/ExponeaSDKProxy/ExponeaSDKProxy.xcodeproj/project.xcworkspace/xcuserdata/adammihalik.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/pcl/ExponeaSDK.csproj b/pcl/ExponeaSDK.csproj index 32fe34d..18929b7 100644 --- a/pcl/ExponeaSDK.csproj +++ b/pcl/ExponeaSDK.csproj @@ -4,7 +4,7 @@ xamarinios10 monoandroid13.0 netstandard2.0;$(Target_iOS);$(Target_Android) - 1.1.0 + 1.2.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.2.0 false ExponeaSDK https://media-exp1.licdn.com/dms/image/C560BAQG46ev9qjCTbQ/company-logo_200_200/0/1631723320052?e=2159024400&v=beta&t=ZgeKC90wtfA47irF7Ds8Bs59WPIjMvi1VH1HWsJNqUQ diff --git a/pcl/ExponeaSDK.sln b/pcl/ExponeaSDK.sln index c16d27c..28bef7f 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 = 1.1.0 + version = 1.2.0 EndGlobalSection EndGlobal