Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 authored Nov 3, 2023
1 parent 49b554b commit 77a7bae
Show file tree
Hide file tree
Showing 32 changed files with 104 additions and 104 deletions.
4 changes: 2 additions & 2 deletions android/ExponeaSDK.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackOnBuild>true</PackOnBuild>
<PackageId>ExponeaSDK.Android</PackageId>
<PackageVersion>3.6.2.1</PackageVersion>
<PackageVersion>3.6.2.2</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.1</ReleaseVersion>
<ReleaseVersion>3.6.2.2</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<Summary>Binding library for Exponea Android SDK</Summary>
<PackageLicenseUrl>https://spdx.org/licenses/MIT</PackageLicenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion android/ExponeaSDK.Android.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Global
SolutionGuid = {6ECD14D6-DFA1-4871-9CF4-2FB0A892952E}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 3.6.2.1
version = 3.6.2.2
Policies = $0
$0.VersionControlPolicy = $1
$0.DotNetNamingPolicy = $2
Expand Down
6 changes: 3 additions & 3 deletions android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
[assembly: MetaData("ExponeaXamarinSDK", Value = "true")]
[assembly: MetaData("ExponeaXamarinVersion", Value = "1.1.0")]
[assembly: MetaData("ExponeaXamarinVersion", Value = "1.2.3")]

5 changes: 5 additions & 0 deletions documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## :arrow_double_up: [SDK version update guide](./VERSION_UPDATE.md)

## Release Notes
Release Notes for 1.2.3
#### November 3, 2023
* Fixes
* Fixed: SDK crashes without using Notifications extensions

## Release Notes for 1.2.2
#### October 11, 2023
* Fixes
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.2.2</ReleaseVersion>
<ReleaseVersion>1.2.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -20,7 +20,7 @@
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
Expand All @@ -30,7 +30,7 @@
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<DeviceSpecificBuild>false</DeviceSpecificBuild>
<MtouchVerbosity></MtouchVerbosity>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2.ExampleNotificationContent Development</CodesignProvision>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -48,7 +48,7 @@
<MtouchVerbosity></MtouchVerbosity>
<CodesignExtraArgs>--deep</CodesignExtraArgs>
<MtouchUseLlvm>true</MtouchUseLlvm>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2.ExampleNotificationContent Development</CodesignProvision>
<CodesignProvision>Exponea iOS SDK Example App Notification Content</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -73,7 +73,7 @@
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
Expand All @@ -85,9 +85,12 @@
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2.ExampleNotificationContent Development</CodesignProvision>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<ItemGroup>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.2\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -128,9 +131,6 @@
<Reference Include="System.Memory">
<HintPath>..\packages\System.Memory.4.5.5\lib\netstandard2.0\System.Memory.dll</HintPath>
</Reference>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.1\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
Expand Down
2 changes: 1 addition & 1 deletion example/ExamplePushContentExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.2.3</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
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.1" targetFramework="xamarinios10" />
<package id="ExponeaSDK.iOS.Notifications" version="2.16.3.2" 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" />
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.2.2</ReleaseVersion>
<ReleaseVersion>1.2.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -20,8 +20,8 @@
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2.ExampleNotificationService Development</CodesignProvision>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignProvision>Automatic</CodesignProvision>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchFastDev>true</MtouchFastDev>
Expand All @@ -39,7 +39,7 @@
<DefineConstants></DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseLlvm>true</MtouchUseLlvm>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
Expand All @@ -48,7 +48,7 @@
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<CodesignExtraArgs>--deep</CodesignExtraArgs>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2.ExampleNotificationService Development</CodesignProvision>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -57,13 +57,13 @@
<DefineConstants></DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>None</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2.ExampleNotificationService Development</CodesignProvision>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -73,7 +73,7 @@
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
Expand All @@ -85,9 +85,12 @@
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<MtouchVerbosity></MtouchVerbosity>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2.ExampleNotificationService Development</CodesignProvision>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<ItemGroup>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.2\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -128,9 +131,6 @@
<Reference Include="System.Memory">
<HintPath>..\packages\System.Memory.4.5.5\lib\netstandard2.0\System.Memory.dll</HintPath>
</Reference>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.16.3.1\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
Expand Down
2 changes: 1 addition & 1 deletion example/ExamplePushServiceExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.2.3</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
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.1" targetFramework="xamarinios10" />
<package id="ExponeaSDK.iOS.Notifications" version="2.16.3.2" 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" />
Expand Down
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.1" package="com.exponea.example">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.2.3" 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" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.2</ReleaseVersion>
<ReleaseVersion>1.2.3</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.2.2</Version>
<Version>1.2.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions example/XamarinExample.Huawei/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.exponea.example">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.2.3" 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" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example/XamarinExample.Huawei/XamarinExample.Huawei.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
<TargetFrameworkVersion>v12.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v13.0</TargetFrameworkVersion>
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<AndroidManifestMerger>manifestmerger.jar</AndroidManifestMerger>
<ReleaseVersion>1.2.2</ReleaseVersion>
<ReleaseVersion>1.2.3</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.2.2</Version>
<Version>1.2.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion example/XamarinExample.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<key>CFBundleIdentifier</key>
<string>com.exponea.ExponeaSDK-Example2</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<string>1.2.3</string>
<key>CFBundleVersion</key>
<string>6</string>
</dict>
Expand Down
20 changes: 10 additions & 10 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.2.2</ReleaseVersion>
<ReleaseVersion>1.2.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -28,8 +28,8 @@
<MtouchArch>x86_64</MtouchArch>
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2 Development</CodesignProvision>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignProvision>Automatic</CodesignProvision>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
Expand All @@ -39,8 +39,8 @@
<WarningLevel>4</WarningLevel>
<MtouchLink>None</MtouchLink>
<MtouchArch>x86_64</MtouchArch>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2 Development</CodesignProvision>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -51,13 +51,13 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchInterpreter>-all</MtouchInterpreter>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<BuildIpa>true</BuildIpa>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2 Development</CodesignProvision>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand All @@ -66,15 +66,15 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<MtouchArch>ARM64</MtouchArch>
<CodesignKey>Apple Development: Adam Mihalik (9ZX7RBSVJF)</CodesignKey>
<CodesignKey>iPhone Developer</CodesignKey>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
<BuildIpa>true</BuildIpa>
<CodesignExtraArgs>--deep</CodesignExtraArgs>
<MtouchFloat32>true</MtouchFloat32>
<MtouchEnableSGenConc>false</MtouchEnableSGenConc>
<MtouchUseLlvm>true</MtouchUseLlvm>
<CodesignProvision>VS: com.exponea.ExponeaSDK-Example2 Development</CodesignProvision>
<CodesignProvision>Automatic</CodesignProvision>
</PropertyGroup>
<ItemGroup>
<Compile Include="Main.cs" />
Expand Down Expand Up @@ -147,7 +147,7 @@
<Version>1.0.11</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.2.2</Version>
<Version>1.2.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
Loading

0 comments on commit 77a7bae

Please sign in to comment.