Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit dd23317

Browse files
author
SotoiGhost
committed
[Firebase][ABTesting] Updated to version 3.2.0 (a.k.a 6.20.0)
1 parent cfd2583 commit dd23317

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Xamarin creates and maintains Xamarin.iOS bindings for the Google APIs for iOS L
66

77
| Package Id | NuGet |
88
|------------------------------------------------------------------------------|----------------------------------------------|
9-
| [Xamarin.Firebase.iOS.ABTesting][F.ABTesting.Name] | [3.1.2.1][F.ABTesting.Package] |
9+
| [Xamarin.Firebase.iOS.ABTesting][F.ABTesting.Name] | [3.2.0.0][F.ABTesting.Package] |
1010
| [Xamarin.Firebase.iOS.AdMob][F.AdMob.Name] | [7.56.0.0][F.AdMob.Package] |
1111
| [Xamarin.Firebase.iOS.Analytics][F.Analytics.Name] | [6.3.1.0][F.Analytics.Package] |
1212
| [Xamarin.Firebase.iOS.Auth][F.Auth.Name] | [6.5.0.0][F.Auth.Package] |
@@ -50,7 +50,7 @@ Here's a table that shows in which global version is located each component of F
5050

5151
| Component Name | Component Version | Global Version |
5252
|----------------------------------|:-----------------:|:--------------:|
53-
| Firebase A/B Testing | **3.1.2.1** | **6.15.0** |
53+
| Firebase A/B Testing | **3.2.0.0** | **6.20.0** |
5454
| Firebase AdMob | **7.56.0.0** | **6.20.0** |
5555
| Firebase Analytics | **6.3.1.0** | **6.20.0** |
5656
| Firebase Auth | **6.5.0.0** | **6.20.0** |

components.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Firebase artifacts available to be built. These artifacts generate NuGets.
2-
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "3.1.2.1", "8.0", ComponentGroup.Firebase, csprojName: "ABTesting");
2+
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "3.2.0", "8.0", ComponentGroup.Firebase, csprojName: "ABTesting");
33
Artifact FIREBASE_AD_MOB_ARTIFACT = new Artifact ("Firebase.AdMob", "7.56.0", "8.0", ComponentGroup.Firebase, csprojName: "AdMob");
44
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "6.3.1", "8.0", ComponentGroup.Firebase, csprojName: "Analytics");
55
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "6.5.0", "8.0", ComponentGroup.Firebase, csprojName: "Auth");
@@ -96,7 +96,7 @@ void SetArtifactsPodSpecs ()
9696
{
9797
// Firebase components
9898
FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] {
99-
PodSpec.Create ("Firebase", "6.15.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseABTesting", targetName: "FirebaseABTesting", subSpecs: new [] { "ABTesting" })
99+
PodSpec.Create ("Firebase", "6.20.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseABTesting", targetName: "FirebaseABTesting", subSpecs: new [] { "ABTesting" })
100100
};
101101
FIREBASE_AD_MOB_ARTIFACT.PodSpecs = new [] {
102102
PodSpec.Create ("Firebase", "6.20.0", subSpecs: new [] { "AdMob" })

source/Firebase/ABTesting/ABTesting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Firebase.ABTesting</RootNamespace>
77
<AssemblyName>Firebase.ABTesting</AssemblyName>
88
<AssemblyVersion>1.0.0.0</AssemblyVersion>
9-
<FileVersion>3.1.2.1</FileVersion>
9+
<FileVersion>3.2.0</FileVersion>
1010
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
</PropertyGroup>
@@ -23,7 +23,7 @@
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2004275</PackageProjectUrl>
2424
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
26-
<PackageVersion>3.1.2.1</PackageVersion>
26+
<PackageVersion>3.2.0</PackageVersion>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

source/Firebase/ABTesting/External-Dependency-Info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
22
Do not translate or localize
33

4-
Xamarin Components for Firebase APIs Auth iOS Library incorporates third party
5-
material from the projects listed below. The original copyright notice and
6-
the license under which Microsoft received such third party material are set
7-
forth below. Microsoft reserves all other rights not expressly granted,
4+
Xamarin Components for Firebase APIs A/B Testing iOS Library incorporates third
5+
party material from the projects listed below. The original copyright notice
6+
and the license under which Microsoft received such third party material are
7+
set forth below. Microsoft reserves all other rights not expressly granted,
88
whether by implication, estoppel or otherwise.
99

1010
########################################

0 commit comments

Comments
 (0)