Skip to content

Commit

Permalink
feat/Version 1.1.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 committed Sep 13, 2022
1 parent b2171ee commit 1bece02
Show file tree
Hide file tree
Showing 20 changed files with 42 additions and 33 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.1.0.1</PackageVersion>
<PackageVersion>3.1.0</PackageVersion>
<Authors>Exponea</Authors>
<Copyright>Exponea</Copyright>
<Owners>Exponea</Owners>
<Title>ExponeaSDK.Android</Title>
<Description>Binding library for Exponea Android SDK</Description>
<ReleaseVersion>3.1.0.1</ReleaseVersion>
<ReleaseVersion>3.1.0</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 = 0.2.0.1
version = 3.1.0
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.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")]

9 changes: 9 additions & 0 deletions documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.3</ReleaseVersion>
<ReleaseVersion>1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -128,7 +128,7 @@
<HintPath>..\packages\System.Memory.4.5.4\lib\netstandard2.0\System.Memory.dll</HintPath>
</Reference>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.12.2.1\lib\xamarinios10\NativeLibrary.dll</HintPath>
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.12.2\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
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.12.2.1" targetFramework="xamarinios10" />
<package id="ExponeaSDK.iOS.Notifications" version="2.12.2" targetFramework="xamarinios10" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="xamarinios10" />
<package id="System.Buffers" version="4.5.1" targetFramework="xamarinios10" />
<package id="System.Memory" version="4.5.4" 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.0.3</ReleaseVersion>
<ReleaseVersion>1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -128,7 +128,7 @@
<HintPath>..\packages\System.Memory.4.5.4\lib\netstandard2.0\System.Memory.dll</HintPath>
</Reference>
<Reference Include="NativeLibrary">
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.12.2.1\lib\xamarinios10\NativeLibrary.dll</HintPath>
<HintPath>..\packages\ExponeaSDK.iOS.Notifications.2.12.2\lib\xamarinios10\NativeLibrary.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
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.12.2.1" targetFramework="xamarinios10" />
<package id="ExponeaSDK.iOS.Notifications" version="2.12.2" targetFramework="xamarinios10" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" targetFramework="xamarinios10" />
<package id="System.Buffers" version="4.5.1" targetFramework="xamarinios10" />
<package id="System.Memory" version="4.5.4" targetFramework="xamarinios10" />
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.0.3</ReleaseVersion>
<ReleaseVersion>1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -71,7 +71,7 @@
<Version>122.0.0.3</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.1.0.1</Version>
<Version>1.1.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.0.3</ReleaseVersion>
<ReleaseVersion>1.1.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.1</Version>
<Version>1.1.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
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.0.3</ReleaseVersion>
<ReleaseVersion>1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -145,7 +145,7 @@
<Version>1.0.11</Version>
</PackageReference>
<PackageReference Include="ExponeaSDK">
<Version>1.1.0.1</Version>
<Version>1.1.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.0.3
version = 1.1.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.0.3</ReleaseVersion>
<ReleaseVersion>1.1.0</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -15,7 +15,7 @@
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2125" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.2" />
<PackageReference Include="System.Text.Json" Version="6.0.3" />
<PackageReference Include="ExponeaSDK" Version="1.1.0.1" />
<PackageReference Include="ExponeaSDK" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<None Remove="System.Numerics.Vectors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackOnBuild>true</PackOnBuild>
<PackageId>ExponeaSDK.iOS.Notifications</PackageId>
<PackageVersion>2.12.2.1</PackageVersion>
<PackageVersion>2.12.2</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.12.2.1</ReleaseVersion>
<ReleaseVersion>2.12.2</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ios/ExponeaSDK.iOS/ExponeaSDK.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<AssemblyName>ExponeaSDK.iOS</AssemblyName>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<PackageId>ExponeaSDK.iOS</PackageId>
<PackageVersion>2.12.2.1</PackageVersion>
<PackageVersion>2.12.2</PackageVersion>
<Authors>Exponea</Authors>
<Description>Binding library for native iOS ExponeaSDK</Description>
<ReleaseVersion>2.12.2.1</ReleaseVersion>
<ReleaseVersion>2.12.2</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<Owners>Exponea</Owners>
Expand Down
2 changes: 1 addition & 1 deletion ios/ExponeaSDK.iOS/ExponeaSDK.iOS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Global
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.VersionControlPolicy = $1
version = 0.2.0.1
version = 2.12.2
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down
8 changes: 4 additions & 4 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>monoandroid11.0</Target_Android>
<TargetFrameworks>netstandard2.0;$(Target_iOS);$(Target_Android)</TargetFrameworks>
<PackageVersion>1.1.0.1</PackageVersion>
<PackageVersion>1.1.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.1</ReleaseVersion>
<ReleaseVersion>1.1.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 Expand Up @@ -47,11 +47,11 @@

<ItemGroup Condition="'$(TargetFramework)' == 'monoandroid11.0'">
<PackageReference Include="Xamarin.Android.Google.Code.Gson" Version="2.8.8" />
<PackageReference Include="ExponeaSDK.Android" Version="3.1.0.1" />
<PackageReference Include="ExponeaSDK.Android" Version="3.1.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'xamarinios10'">
<PackageReference Include="System.Text.Json" Version="6.0.3" />
<PackageReference Include="ExponeaSDK.iOS" Version="2.12.2.1" />
<PackageReference Include="ExponeaSDK.iOS" Version="2.12.2" />
</ItemGroup>
<ItemGroup>
<None Remove="NuGet.Build.Packaging" />
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 = 0.2.0.1
version = 1.1.0
EndGlobalSection
EndGlobal

0 comments on commit 1bece02

Please sign in to comment.