Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 committed Jun 2, 2023
1 parent 3062ab9 commit c2cb39d
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 46 deletions.
11 changes: 11 additions & 0 deletions documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>ExamplePushContentExtension</RootNamespace>
<AssemblyName>ExamplePushContentExtension</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>1.1.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>ExamplePushServiceExtension</RootNamespace>
<AssemblyName>ExamplePushServiceExtension</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>1.1.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions example/XamarinExample.Android/XamarinExample.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<ReleaseVersion>1.1.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -71,7 +71,7 @@
<Version>123.1.1.1</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions example/XamarinExample.Huawei/XamarinExample.Huawei.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<AndroidManifestMerger>manifestmerger.jar</AndroidManifestMerger>
<ReleaseVersion>1.1.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -77,7 +77,7 @@
<Version>6.3.0.402</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions example/XamarinExample.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<key>CFBundleIdentifier</key>
<string>com.exponea.xamarin</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions example/XamarinExample.iOS/XamarinExample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<ProvisioningType>automatic</ProvisioningType>
<ReleaseVersion>1.1.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -146,7 +146,7 @@
<Version>1.0.11</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion example/XamarinExample.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions example/XamarinExample/XamarinExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<ReleaseVersion>1.1.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -15,7 +15,7 @@
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.5" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="ExponeaSDK" Version="1.1.0" />
<PackageReference Include="ExponeaSDK" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<None Remove="System.Numerics.Vectors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<group>"; };
Expand All @@ -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;
};
Expand Down Expand Up @@ -91,6 +108,7 @@
CC353C27273D236D00319DF9 /* Sources */,
CC353C28273D236D00319DF9 /* Frameworks */,
CC353C29273D236D00319DF9 /* Resources */,
55B13FA82A2A234C00FC7456 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
};
Expand Down Expand Up @@ -243,7 +243,7 @@
CCE77DB626AFF2D7008866B0 /* Sources */,
CCE77DB726AFF2D7008866B0 /* Frameworks */,
CCE77DB826AFF2D7008866B0 /* Resources */,
557F41432A29CB5000557A40 /* Embed Frameworks */,
55B13FA32A2A231C00FC7456 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions pcl/ExponeaSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Target_iOS>xamarinios10</Target_iOS>
<Target_Android>monoandroid13.0</Target_Android>
<TargetFrameworks>netstandard2.0;$(Target_iOS);$(Target_Android)</TargetFrameworks>
<PackageVersion>1.1.0</PackageVersion>
<PackageVersion>1.2.0</PackageVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<AssemblyName>ExponeaSdk</AssemblyName>
<RootNamespace>Exponea</RootNamespace>
Expand All @@ -16,7 +16,7 @@
<PackageLicenseUrl>https://spdx.org/licenses/MIT</PackageLicenseUrl>
<Owners>Exponea</Owners>
<Description>Exponea SDK allows your application to interact with the Exponea Customer Data &amp; Experience Platform. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value.</Description>
<ReleaseVersion>1.1.0</ReleaseVersion>
<ReleaseVersion>1.2.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<Title>ExponeaSDK</Title>
<PackageIconUrl>https://media-exp1.licdn.com/dms/image/C560BAQG46ev9qjCTbQ/company-logo_200_200/0/1631723320052?e=2159024400&amp;v=beta&amp;t=ZgeKC90wtfA47irF7Ds8Bs59WPIjMvi1VH1HWsJNqUQ</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion pcl/ExponeaSDK.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2cb39d

Please sign in to comment.