Skip to content

Commit

Permalink
Version 1.2.4
Browse files Browse the repository at this point in the history
adam1929 authored Jan 17, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
1 parent 079b5eb commit 1179a66
Showing 27 changed files with 57 additions and 50 deletions.
4 changes: 2 additions & 2 deletions android/ExponeaSDK.Android.csproj
Original file line number Diff line number Diff line change
@@ -20,13 +20,13 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackOnBuild>true</PackOnBuild>
<PackageId>ExponeaSDK.Android</PackageId>
<PackageVersion>3.6.2.2</PackageVersion>
<PackageVersion>3.6.2.3</PackageVersion>
<Authors>Exponea</Authors>
<Copyright>Exponea</Copyright>
<Owners>Exponea</Owners>
<Title>ExponeaSDK.Android</Title>
<Description>Binding library for Exponea Android SDK</Description>
<ReleaseVersion>3.6.2.2</ReleaseVersion>
<ReleaseVersion>3.6.2.3</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<Summary>Binding library for Exponea Android SDK</Summary>
<PackageLicenseUrl>https://spdx.org/licenses/MIT</PackageLicenseUrl>
2 changes: 1 addition & 1 deletion android/ExponeaSDK.Android.sln
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ Global
SolutionGuid = {6ECD14D6-DFA1-4871-9CF4-2FB0A892952E}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 3.6.2.2
version = 3.6.2.3
Policies = $0
$0.VersionControlPolicy = $1
$0.DotNetNamingPolicy = $2
6 changes: 6 additions & 0 deletions documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## :arrow_double_up: [SDK version update guide](./VERSION_UPDATE.md)

## Release Notes
Release Notes for 1.2.4
#### January 17, 2024
* Fixes
* Fixed: iOS SDK part contains embed frameworks that are denied by AppStore upload process

## Release Notes
Release Notes for 1.2.3
#### November 3, 2023
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<RootNamespace>ExamplePushContentExtension</RootNamespace>
<AssemblyName>ExamplePushContentExtension</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>1.2.3</ReleaseVersion>
<ReleaseVersion>1.2.4</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
@@ -89,7 +89,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.2\lib\xamarinios10\NativeLibrary.dll</HintPath>
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.3\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
4 changes: 2 additions & 2 deletions example/ExamplePushContentExtension/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.2.4</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
@@ -37,6 +37,6 @@
<key>MinimumOSVersion</key>
<string>15.4</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/ExamplePushContentExtension/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ExponeaSDK.iOS.Notifications" version="2.16.3.2" targetFramework="xamarinios10" />
<package id="ExponeaSDK.iOS.Notifications" version="2.16.3.3" targetFramework="xamarinios10" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="xamarinios10" />
<package id="System.Buffers" version="4.5.1" targetFramework="xamarinios10" />
<package id="System.Memory" version="4.5.5" targetFramework="xamarinios10" />
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<RootNamespace>ExamplePushServiceExtension</RootNamespace>
<AssemblyName>ExamplePushServiceExtension</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>1.2.3</ReleaseVersion>
<ReleaseVersion>1.2.4</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
@@ -89,7 +89,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.2\lib\xamarinios10\NativeLibrary.dll</HintPath>
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.3\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
2 changes: 1 addition & 1 deletion example/ExamplePushServiceExtension/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.2.4</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
2 changes: 1 addition & 1 deletion example/ExamplePushServiceExtension/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ExponeaSDK.iOS.Notifications" version="2.16.3.2" targetFramework="xamarinios10" />
<package id="ExponeaSDK.iOS.Notifications" version="2.16.3.3" targetFramework="xamarinios10" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="xamarinios10" />
<package id="System.Buffers" version="4.5.1" targetFramework="xamarinios10" />
<package id="System.Memory" version="4.5.5" targetFramework="xamarinios10" />
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.2.3" package="com.exponea.example">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.2.4" package="com.exponea.example">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:label="XamarinExample.Android" android:theme="@style/MainTheme" android:icon="@drawable/icon"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
4 changes: 2 additions & 2 deletions example/XamarinExample.Android/XamarinExample.Android.csproj
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<ReleaseVersion>1.2.3</ReleaseVersion>
<ReleaseVersion>1.2.4</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -71,7 +71,7 @@
<Version>123.1.1.1</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.2.3</Version>
<Version>1.2.4</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.2.3" package="com.exponea.example">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.2.4" package="com.exponea.example">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:label="XamarinExample.Android" android:theme="@style/MainTheme" android:icon="@drawable/icon"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
4 changes: 2 additions & 2 deletions example/XamarinExample.Huawei/XamarinExample.Huawei.csproj
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<AndroidManifestMerger>manifestmerger.jar</AndroidManifestMerger>
<ReleaseVersion>1.2.3</ReleaseVersion>
<ReleaseVersion>1.2.4</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -77,7 +77,7 @@
<Version>6.3.0.402</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.2.3</Version>
<Version>1.2.4</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
4 changes: 2 additions & 2 deletions example/XamarinExample.iOS/Info.plist
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@
<key>CFBundleIdentifier</key>
<string>com.exponea.ExponeaSDK-Example2</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.2.4</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</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
@@ -15,7 +15,7 @@
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<ProvisioningType>automatic</ProvisioningType>
<ReleaseVersion>1.2.3</ReleaseVersion>
<ReleaseVersion>1.2.4</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
@@ -147,7 +147,7 @@
<Version>1.0.11</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.2.3</Version>
<Version>1.2.4</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
2 changes: 1 addition & 1 deletion example/XamarinExample.sln
Original file line number Diff line number Diff line change
@@ -97,6 +97,6 @@ Global
SolutionGuid = {D83EFFAD-9B91-420E-AE4D-39F7238550CF}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.2.3
version = 1.2.4
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions example/XamarinExample/XamarinExample.csproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<ReleaseVersion>1.2.3</ReleaseVersion>
<ReleaseVersion>1.2.4</ReleaseVersion>
<BuildWithMSBuildOnMono>true</BuildWithMSBuildOnMono>
</PropertyGroup>

@@ -16,7 +16,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.2.3" />
<PackageReference Include="ExponeaSDK" Version="1.2.4" />
</ItemGroup>
<ItemGroup>
<None Remove="System.Numerics.Vectors" />
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackOnBuild>true</PackOnBuild>
<PackageId>ExponeaSDK.iOS.Notifications</PackageId>
<PackageVersion>2.16.3.2</PackageVersion>
<PackageVersion>2.16.3.3</PackageVersion>
<Authors>Exponea</Authors>
<Description>Binding library for ExponeaSDKNotifications</Description>
<Owners>Exponea</Owners>
<Summary>Binding library for native iOS ExponeaSDKNotifications</Summary>
<PackageLicenseUrl>https://spdx.org/licenses/MIT</PackageLicenseUrl>
<PackageIconUrl>https://media-exp1.licdn.com/dms/image/C560BAQG46ev9qjCTbQ/company-logo_200_200/0/1631723320052?e=2159024400&amp;v=beta&amp;t=ZgeKC90wtfA47irF7Ds8Bs59WPIjMvi1VH1HWsJNqUQ</PackageIconUrl>
<ReleaseVersion>2.16.3.2</ReleaseVersion>
<ReleaseVersion>2.16.3.3</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ Global
SolutionGuid = {A436DC9A-0AA5-438A-BAE7-4FC18C804E86}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 2.16.3.2
version = 2.16.3.3
Policies = $0
$0.VersionControlPolicy = $1
EndGlobalSection
4 changes: 2 additions & 2 deletions ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj
Original file line number Diff line number Diff line change
@@ -12,10 +12,10 @@
<AssemblyName>ExponeaSDK.iOS</AssemblyName>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackageId>ExponeaSDK.iOS</PackageId>
<PackageVersion>2.16.3.2</PackageVersion>
<PackageVersion>2.16.3.3</PackageVersion>
<Authors>Exponea</Authors>
<Description>Binding library for native iOS ExponeaSDK</Description>
<ReleaseVersion>2.16.3.2</ReleaseVersion>
<ReleaseVersion>2.16.3.3</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<Owners>Exponea</Owners>
3 changes: 2 additions & 1 deletion ios/ExponeaSDK.iOS/ExponeaSDK.iOS.sln
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ Global
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.VersionControlPolicy = $1
version = 2.16.3.2
$0.StandardHeader = $2
version = 2.16.3.3
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
55F367582B557D91003A4886 /* ExponeaSDKNotifications.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3A273D268F00319DF9 /* ExponeaSDKNotifications.xcframework */; };
55F3675A2B557D91003A4886 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3E273D269800319DF9 /* ExponeaSDKShared.xcframework */; };
55D84C6A2B57EB8600BA12F5 /* ExponeaSDKNotifications.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3A273D268F00319DF9 /* ExponeaSDKNotifications.xcframework */; };
55D84C6C2B57EB8600BA12F5 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C3E273D269800319DF9 /* ExponeaSDKShared.xcframework */; };
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 */
@@ -26,8 +26,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
55F3675A2B557D91003A4886 /* ExponeaSDKShared.xcframework in Frameworks */,
55F367582B557D91003A4886 /* ExponeaSDKNotifications.xcframework in Frameworks */,
55D84C6C2B57EB8600BA12F5 /* ExponeaSDKShared.xcframework in Frameworks */,
55D84C6A2B57EB8600BA12F5 /* ExponeaSDKNotifications.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@
objects = {

/* Begin PBXBuildFile section */
551C47862B569DBF0099FCA7 /* AnyCodable.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; };
558E93EA2A27699300015106 /* AppInboxMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 558E93E92A27699300015106 /* AppInboxMessage.swift */; };
55F3674F2B557D26003A4886 /* ExponeaSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; };
55F367512B557D26003A4886 /* ExponeaSDKObjC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; };
55F367532B557D26003A4886 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; };
55F367552B557D26003A4886 /* SwiftSoup.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674428C880950059E1CB /* SwiftSoup.xcframework */; };
55D84C5F2B57EB4D00BA12F5 /* AnyCodable.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C43273D275300319DF9 /* AnyCodable.xcframework */; };
55D84C612B57EB4D00BA12F5 /* ExponeaSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C44273D275300319DF9 /* ExponeaSDK.xcframework */; };
55D84C632B57EB4D00BA12F5 /* ExponeaSDKObjC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4A273D275600319DF9 /* ExponeaSDKObjC.xcframework */; };
55D84C652B57EB4D00BA12F5 /* ExponeaSDKShared.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC353C4B273D275600319DF9 /* ExponeaSDKShared.xcframework */; };
55D84C672B57EB4D00BA12F5 /* SwiftSoup.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 554B674428C880950059E1CB /* SwiftSoup.xcframework */; };
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 */; };
@@ -92,11 +92,11 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
55F367532B557D26003A4886 /* ExponeaSDKShared.xcframework in Frameworks */,
551C47862B569DBF0099FCA7 /* AnyCodable.xcframework in Frameworks */,
55F367512B557D26003A4886 /* ExponeaSDKObjC.xcframework in Frameworks */,
55F367552B557D26003A4886 /* SwiftSoup.xcframework in Frameworks */,
55F3674F2B557D26003A4886 /* ExponeaSDK.xcframework in Frameworks */,
55D84C652B57EB4D00BA12F5 /* ExponeaSDKShared.xcframework in Frameworks */,
55D84C632B57EB4D00BA12F5 /* ExponeaSDKObjC.xcframework in Frameworks */,
55D84C672B57EB4D00BA12F5 /* SwiftSoup.xcframework in Frameworks */,
55D84C5F2B57EB4D00BA12F5 /* AnyCodable.xcframework in Frameworks */,
55D84C612B57EB4D00BA12F5 /* ExponeaSDK.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Binary file not shown.
8 changes: 4 additions & 4 deletions pcl/ExponeaSDK.csproj
Original file line number Diff line number Diff line change
@@ -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.2.3</PackageVersion>
<PackageVersion>1.2.4</PackageVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<AssemblyName>ExponeaSdk</AssemblyName>
<RootNamespace>Exponea</RootNamespace>
@@ -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.2.3</ReleaseVersion>
<ReleaseVersion>1.2.4</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>
@@ -49,11 +49,11 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'monoandroid13.0'">
<PackageReference Include="ExponeaSDK.Android" Version="3.6.2.2" />
<PackageReference Include="ExponeaSDK.Android" Version="3.6.2.3" />
<PackageReference Include="Xamarin.Android.Google.Code.Gson" Version="2.8.8" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'xamarinios10'">
<PackageReference Include="ExponeaSDK.iOS" Version="2.16.3.2" />
<PackageReference Include="ExponeaSDK.iOS" Version="2.16.3.3" />
<PackageReference Include="System.Text.Json" Version="6.0.3" />
</ItemGroup>
<ItemGroup>
2 changes: 1 addition & 1 deletion pcl/ExponeaSDK.sln
Original file line number Diff line number Diff line change
@@ -31,6 +31,6 @@ Global
{93E1B943-4034-444D-9CDD-DC9548601638}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 1.2.3
version = 1.2.4
EndGlobalSection
EndGlobal

0 comments on commit 1179a66

Please sign in to comment.