diff --git a/components.cake b/components.cake
index 0aa5377d..7f48ce64 100644
--- a/components.cake
+++ b/components.cake
@@ -1,18 +1,18 @@
// Firebase artifacts available to be built. These artifacts generate NuGets.
-Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "ABTesting");
-Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "Analytics");
-Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "Auth");
-Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
-Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
-Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
-Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "Core");
-Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
-Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "Database");
+Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "ABTesting");
+Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Analytics");
+Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Auth");
+Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
+Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
+Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
+Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Core");
+Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
+Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Database");
//Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "8.10.0.3", "15.0", ComponentGroup.Firebase, csprojName: "InAppMessaging");
-Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "Installations");
-Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
-Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
-Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "12.5.0.4", "15.0", ComponentGroup.Firebase, csprojName: "Storage");
+Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Installations");
+Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
+Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
+Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "12.6.0", "15.0", ComponentGroup.Firebase, csprojName: "Storage");
//Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "15.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
//Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "15.0", ComponentGroup.Firebase, csprojName: "AppCheck");
@@ -26,7 +26,7 @@ Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Place
Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ("Google.SignIn", "8.0.0.4", "15.0", ComponentGroup.Google, csprojName: "SignIn");
Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ("Google.TagManager", "7.4.0.2", "15.0", ComponentGroup.Google, csprojName: "TagManager");
-Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ("Google.AppMeasurement", "12.5.0.4", "15.0", ComponentGroup.Google, csprojName: "GoogleAppMeasurement");
+Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ("Google.AppMeasurement", "12.6.0", "15.0", ComponentGroup.Google, csprojName: "GoogleAppMeasurement");
Artifact GOOGLE_PROMISES_OBJC_ARTIFACT = new Artifact ("Google.PromisesObjC", "2.4.0.5", "15.0", ComponentGroup.Google, csprojName: "PromisesObjC");
Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ("Google.GTMSessionFetcher", "3.5.0.5", "15.0", ComponentGroup.Google, csprojName: "GTMSessionFetcher");
Artifact GOOGLE_NANOPB_ARTIFACT = new Artifact ("Google.Nanopb", "3.30910.0.5", "15.0", ComponentGroup.Google, csprojName: "Nanopb");
diff --git a/source/Firebase/ABTesting/ABTesting.csproj b/source/Firebase/ABTesting/ABTesting.csproj
index eef4c55f..ab20c3d0 100644
--- a/source/Firebase/ABTesting/ABTesting.csproj
+++ b/source/Firebase/ABTesting/ABTesting.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.ABTesting
Firebase.ABTesting
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/Analytics/Analytics.csproj b/source/Firebase/Analytics/Analytics.csproj
index 7eb0deaa..27430c56 100644
--- a/source/Firebase/Analytics/Analytics.csproj
+++ b/source/Firebase/Analytics/Analytics.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.Analytics
Firebase.Analytics
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -27,7 +27,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
@@ -55,7 +55,7 @@
-
+
diff --git a/source/Firebase/Analytics/Analytics.targets b/source/Firebase/Analytics/Analytics.targets
index e12d521e..dbf904eb 100644
--- a/source/Firebase/Analytics/Analytics.targets
+++ b/source/Firebase/Analytics/Analytics.targets
@@ -1,5 +1,5 @@
- <_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=12.5.0.4, Culture=neutral, PublicKeyToken=null
+ <_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=12.6.0, Culture=neutral, PublicKeyToken=null
diff --git a/source/Firebase/Auth/Auth.csproj b/source/Firebase/Auth/Auth.csproj
index d661d0a3..f30b015d 100644
--- a/source/Firebase/Auth/Auth.csproj
+++ b/source/Firebase/Auth/Auth.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.Auth
Firebase.Auth
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
@@ -60,7 +60,7 @@
-
+
diff --git a/source/Firebase/CloudFirestore/CloudFirestore.csproj b/source/Firebase/CloudFirestore/CloudFirestore.csproj
index 93e1b30b..3a71d954 100644
--- a/source/Firebase/CloudFirestore/CloudFirestore.csproj
+++ b/source/Firebase/CloudFirestore/CloudFirestore.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.CloudFirestore
Firebase.CloudFirestore
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/CloudFunctions/CloudFunctions.csproj b/source/Firebase/CloudFunctions/CloudFunctions.csproj
index cb28315a..0c134640 100644
--- a/source/Firebase/CloudFunctions/CloudFunctions.csproj
+++ b/source/Firebase/CloudFunctions/CloudFunctions.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.CloudFunctions
Firebase.CloudFunctions
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
@@ -54,7 +54,7 @@
-
+
diff --git a/source/Firebase/CloudMessaging/CloudMessaging.csproj b/source/Firebase/CloudMessaging/CloudMessaging.csproj
index 889c0c1c..099873fc 100644
--- a/source/Firebase/CloudMessaging/CloudMessaging.csproj
+++ b/source/Firebase/CloudMessaging/CloudMessaging.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.CloudMessaging
Firebase.CloudMessaging
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/Core/Core.csproj b/source/Firebase/Core/Core.csproj
index 2cc3f06d..319a662b 100644
--- a/source/Firebase/Core/Core.csproj
+++ b/source/Firebase/Core/Core.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.Core
Firebase.Core
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
@@ -104,9 +104,9 @@
-
-
-
-
+
+
+
+
diff --git a/source/Firebase/Core/Core.targets b/source/Firebase/Core/Core.targets
index 364b3d9c..649392d9 100644
--- a/source/Firebase/Core/Core.targets
+++ b/source/Firebase/Core/Core.targets
@@ -1,5 +1,5 @@
- <_FirebaseCoreAssemblyName>Firebase.Core, Version=12.5.0.3, Culture=neutral, PublicKeyToken=null
+ <_FirebaseCoreAssemblyName>Firebase.Core, Version=12.6.0, Culture=neutral, PublicKeyToken=null
diff --git a/source/Firebase/Crashlytics/Crashlytics.csproj b/source/Firebase/Crashlytics/Crashlytics.csproj
index b6fc61bd..8e36ab9e 100644
--- a/source/Firebase/Crashlytics/Crashlytics.csproj
+++ b/source/Firebase/Crashlytics/Crashlytics.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.Crashlytics
Firebase.Crashlytics
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/Crashlytics/Crashlytics.targets b/source/Firebase/Crashlytics/Crashlytics.targets
index 77f8fa19..a975e956 100644
--- a/source/Firebase/Crashlytics/Crashlytics.targets
+++ b/source/Firebase/Crashlytics/Crashlytics.targets
@@ -1,7 +1,7 @@
- <_FirebaseCrashlyticsAssemblyName>Firebase.Crashlytics, Version=12.5.0.4, Culture=neutral, PublicKeyToken=null
- <_FirebaseCrashlyticsItemsFolder>FCrshlytcs-12.5.0
+ <_FirebaseCrashlyticsAssemblyName>Firebase.Crashlytics, Version=12.6.0, Culture=neutral, PublicKeyToken=null
+ <_FirebaseCrashlyticsItemsFolder>FCrshlytcs-12.6.0
<_FirebaseCrashlyticsSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseCrashlyticsItemsFolder)\
<_FirebaseScriptName>upload-symbols.sh
@@ -22,7 +22,7 @@
- https://raw.githubusercontent.com/firebase/firebase-ios-sdk/793b67f4652e1a39d03fab6650033768afe6d15e/Crashlytics/upload-symbols
+ https://raw.githubusercontent.com/firebase/firebase-ios-sdk/087bb95235f676c1a37e928769a5b6645dcbd325/Crashlytics/upload-symbols
$(_FirebaseCrashlyticsSDKBaseFolder)$(_FirebaseScriptName)
Uncompressed
diff --git a/source/Firebase/Database/Database.csproj b/source/Firebase/Database/Database.csproj
index 9b251b17..1526740c 100644
--- a/source/Firebase/Database/Database.csproj
+++ b/source/Firebase/Database/Database.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.Database
Firebase.Database
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/Installations/Installations.csproj b/source/Firebase/Installations/Installations.csproj
index f1442a9a..530868e1 100644
--- a/source/Firebase/Installations/Installations.csproj
+++ b/source/Firebase/Installations/Installations.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.Installations
Firebase.Installations
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/PerformanceMonitoring/PerformanceMonitoring.csproj b/source/Firebase/PerformanceMonitoring/PerformanceMonitoring.csproj
index b8cfc654..71cec7dd 100644
--- a/source/Firebase/PerformanceMonitoring/PerformanceMonitoring.csproj
+++ b/source/Firebase/PerformanceMonitoring/PerformanceMonitoring.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.PerformanceMonitoring
Firebase.PerformanceMonitoring
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/RemoteConfig/RemoteConfig.csproj b/source/Firebase/RemoteConfig/RemoteConfig.csproj
index fd6f8549..04dcf6ba 100644
--- a/source/Firebase/RemoteConfig/RemoteConfig.csproj
+++ b/source/Firebase/RemoteConfig/RemoteConfig.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.RemoteConfig
Firebase.RemoteConfig
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Firebase/Storage/Storage.csproj b/source/Firebase/Storage/Storage.csproj
index dd683fd7..b6a14d7a 100644
--- a/source/Firebase/Storage/Storage.csproj
+++ b/source/Firebase/Storage/Storage.csproj
@@ -8,8 +8,8 @@
15.0
Firebase.Storage
Firebase.Storage
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
@@ -50,7 +50,7 @@
-
+
diff --git a/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.csproj b/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.csproj
index c8233ed1..67ce6cc7 100644
--- a/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.csproj
+++ b/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.csproj
@@ -8,8 +8,8 @@
15.0
Google.GoogleAppMeasurement
Google.GoogleAppMeasurement
- 12.5.0.4
- 12.5.0.4
+ 12.6.0
+ 12.6.0
Resources
true
true
@@ -25,7 +25,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 12.5.0.4
+ 12.6.0
diff --git a/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.targets b/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.targets
index e4929d74..75f90ac7 100644
--- a/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.targets
+++ b/source/Google/GoogleAppMeasurement/GoogleAppMeasurement.targets
@@ -1,5 +1,5 @@
- <_GoogleAppMeasurementAssemblyName>Google.GoogleAppMeasurement, Version=12.5.0.4, Culture=neutral, PublicKeyToken=null
+ <_GoogleAppMeasurementAssemblyName>Google.GoogleAppMeasurement, Version=12.6.0, Culture=neutral, PublicKeyToken=null