diff --git a/components.cake b/components.cake
index 80020131..c6d25f57 100644
--- a/components.cake
+++ b/components.cake
@@ -1,19 +1,19 @@
// Firebase artifacts available to be built. These artifacts generate NuGets.
-Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
-Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
-Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
-Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
-Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
-Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
-Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "Core");
-Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
-Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
-Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks");
+Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
+Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
+Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
+Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
+Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
+Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
+Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Core");
+Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
+Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
+Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks");
Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "InAppMessaging");
-Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations");
+Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations");
Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
-Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
-Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.1.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage");
+Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
+Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage");
// Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "10.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
// Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "11.0", ComponentGroup.Firebase, csprojName: "AppCheck");
@@ -149,66 +149,66 @@ void SetArtifactsPodSpecs ()
{
// Firebase components
FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseABTesting", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseABTesting", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseAnalytics", "11.1.0")
+ PodSpec.Create ("FirebaseAnalytics", "11.2.0")
};
FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseAuth", "11.1.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseAuth", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("RecaptchaInterop", "100.0.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseFirestore", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseFirestoreInternal", "11.1.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseFirestore", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseFirestoreInternal", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("BoringSSL-GRPC", "0.0.36", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"),
PodSpec.Create ("gRPC-Core", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"),
PodSpec.Create ("gRPC-C++", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"),
PodSpec.Create ("abseil", "1.20240116.2", frameworkSource: FrameworkSource.Pods, frameworkName: "absl", subSpecs: new [] { "algorithm", "base", "memory", "meta", "strings", "time", "types" }),
};
FIREBASE_CLOUD_FUNCTIONS_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseFunctions", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseFunctions", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseMessaging", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseMessaging", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_CORE_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseAppCheckInterop", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseAuthInterop", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseCore", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseCoreExtension", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseCoreInternal", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseMessagingInterop", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseRemoteConfigInterop", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseSessions", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("FirebaseSharedSwift", "11.1.0", frameworkSource: FrameworkSource.Pods),
- PodSpec.Create ("GoogleAppMeasurement", "11.1.0"),
+ PodSpec.Create ("FirebaseAppCheckInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseAuthInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseCore", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseCoreExtension", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseCoreInternal", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseMessagingInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseRemoteConfigInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseSessions", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("FirebaseSharedSwift", "11.2.0", frameworkSource: FrameworkSource.Pods),
+ PodSpec.Create ("GoogleAppMeasurement", "11.2.0"),
PodSpec.Create ("PromisesSwift", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "Promises", targetName: "PromisesSwift"),
PodSpec.Create ("leveldb-library", "1.22.6", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"),
};
FIREBASE_CRASHLYTICS_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseCrashlytics", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseCrashlytics", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseDatabase", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseDatabase", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_DYNAMIC_LINKS_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseDynamicLinks", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseDynamicLinks", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
};
FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseInstallations", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseInstallations", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebasePerformance", targetName: "FirebasePerformance", subSpecs: new [] { "Performance" })
};
FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseRemoteConfig", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseRemoteConfig", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] {
- PodSpec.Create ("FirebaseStorage", "11.1.0", frameworkSource: FrameworkSource.Pods)
+ PodSpec.Create ("FirebaseStorage", "11.2.0", frameworkSource: FrameworkSource.Pods)
};
// FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] {
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })
diff --git a/source/Firebase/ABTesting/ABTesting.csproj b/source/Firebase/ABTesting/ABTesting.csproj
index 7b80641b..7f2e5d46 100644
--- a/source/Firebase/ABTesting/ABTesting.csproj
+++ b/source/Firebase/ABTesting/ABTesting.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.ABTesting
Firebase.ABTesting
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/Analytics/Analytics.csproj b/source/Firebase/Analytics/Analytics.csproj
index 70a2df8c..64e312a6 100644
--- a/source/Firebase/Analytics/Analytics.csproj
+++ b/source/Firebase/Analytics/Analytics.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.Analytics
Firebase.Analytics
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
true
@@ -27,7 +27,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/Analytics/Analytics.targets b/source/Firebase/Analytics/Analytics.targets
index a03ef62c..6fccaed3 100644
--- a/source/Firebase/Analytics/Analytics.targets
+++ b/source/Firebase/Analytics/Analytics.targets
@@ -1,6 +1,6 @@
- <_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=11.1.0.0, Culture=neutral, PublicKeyToken=null
+ <_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=11.2.0.0, Culture=neutral, PublicKeyToken=null
<_FirebaseAnalyticsItemsFolder>FAnlytcs-11.1.0
<_FirebaseAnalyticsSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseAnalyticsItemsFolder)\FirebaseAnalytics-11.1.0\Frameworks\
diff --git a/source/Firebase/Auth/Auth.csproj b/source/Firebase/Auth/Auth.csproj
index c9bdd204..111d8627 100644
--- a/source/Firebase/Auth/Auth.csproj
+++ b/source/Firebase/Auth/Auth.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.Auth
Firebase.Auth
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/CloudFirestore/CloudFirestore.csproj b/source/Firebase/CloudFirestore/CloudFirestore.csproj
index 6668e28a..16942a3f 100644
--- a/source/Firebase/CloudFirestore/CloudFirestore.csproj
+++ b/source/Firebase/CloudFirestore/CloudFirestore.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.CloudFirestore
Firebase.CloudFirestore
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/CloudFunctions/CloudFunctions.csproj b/source/Firebase/CloudFunctions/CloudFunctions.csproj
index c6bd53f1..3d1a0bd2 100644
--- a/source/Firebase/CloudFunctions/CloudFunctions.csproj
+++ b/source/Firebase/CloudFunctions/CloudFunctions.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.CloudFunctions
Firebase.CloudFunctions
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/CloudMessaging/CloudMessaging.csproj b/source/Firebase/CloudMessaging/CloudMessaging.csproj
index 12885885..448499e6 100644
--- a/source/Firebase/CloudMessaging/CloudMessaging.csproj
+++ b/source/Firebase/CloudMessaging/CloudMessaging.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.CloudMessaging
Firebase.CloudMessaging
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/Core/Core.csproj b/source/Firebase/Core/Core.csproj
index 60d4e046..8328a541 100644
--- a/source/Firebase/Core/Core.csproj
+++ b/source/Firebase/Core/Core.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.Core
Firebase.Core
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/Core/Core.targets b/source/Firebase/Core/Core.targets
index 060cf471..fec66e5d 100644
--- a/source/Firebase/Core/Core.targets
+++ b/source/Firebase/Core/Core.targets
@@ -1,6 +1,6 @@
- <_FirebaseCoreAssemblyName>Firebase.Core, Version=11.1.0.0, Culture=neutral, PublicKeyToken=null
+ <_FirebaseCoreAssemblyName>Firebase.Core, Version=11.2.0.0, Culture=neutral, PublicKeyToken=null
<_GoogleAppMeasurementItemsFolder>GAppM-11.1.0
<_GoogleAppMeasurementSDKBaseFolder>$(XamarinBuildDownloadDir)$(_GoogleAppMeasurementItemsFolder)\GoogleAppMeasurement-11.1.0\Frameworks\
@@ -14,7 +14,6 @@
-
Framework
True
@@ -24,7 +23,6 @@
-
Framework
True
diff --git a/source/Firebase/Crashlytics/Crashlytics.csproj b/source/Firebase/Crashlytics/Crashlytics.csproj
index da22b78b..79486628 100644
--- a/source/Firebase/Crashlytics/Crashlytics.csproj
+++ b/source/Firebase/Crashlytics/Crashlytics.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.Crashlytics
Firebase.Crashlytics
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/Crashlytics/Crashlytics.targets b/source/Firebase/Crashlytics/Crashlytics.targets
index eeb6f277..e3ca4a99 100644
--- a/source/Firebase/Crashlytics/Crashlytics.targets
+++ b/source/Firebase/Crashlytics/Crashlytics.targets
@@ -1,7 +1,7 @@
- <_FirebaseCrashlyticsAssemblyName>Firebase.Crashlytics, Version=11.1.0.0, Culture=neutral, PublicKeyToken=null
- <_FirebaseCrashlyticsItemsFolder>FCrshlytcs-11.1.0
+ <_FirebaseCrashlyticsAssemblyName>Firebase.Crashlytics, Version=11.2.0.0, Culture=neutral, PublicKeyToken=null
+ <_FirebaseCrashlyticsItemsFolder>FCrshlytcs-11.2.0
<_FirebaseCrashlyticsSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseCrashlyticsItemsFolder)\
<_FirebaseScriptName>upload-symbols.sh
@@ -22,7 +22,7 @@
- https://raw.githubusercontent.com/firebase/firebase-ios-sdk/9118aca998dbe2ceac45d64b21a91c6376928df7/Crashlytics/upload-symbols
+ https://raw.githubusercontent.com/firebase/firebase-ios-sdk/1fc52ab0e172e7c5a961f975a76c2611f4f22852/Crashlytics/upload-symbols
$(_FirebaseCrashlyticsSDKBaseFolder)$(_FirebaseScriptName)
Uncompressed
diff --git a/source/Firebase/Database/Database.csproj b/source/Firebase/Database/Database.csproj
index 33bda62a..e5fd42eb 100644
--- a/source/Firebase/Database/Database.csproj
+++ b/source/Firebase/Database/Database.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.Database
Firebase.Database
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/DynamicLinks/DynamicLinks.csproj b/source/Firebase/DynamicLinks/DynamicLinks.csproj
index 3723003c..d8de4277 100644
--- a/source/Firebase/DynamicLinks/DynamicLinks.csproj
+++ b/source/Firebase/DynamicLinks/DynamicLinks.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.DynamicLinks
Firebase.DynamicLinks
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/Installations/Installations.csproj b/source/Firebase/Installations/Installations.csproj
index 14d53345..f1431791 100644
--- a/source/Firebase/Installations/Installations.csproj
+++ b/source/Firebase/Installations/Installations.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.Installations
Firebase.Installations
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/RemoteConfig/RemoteConfig.csproj b/source/Firebase/RemoteConfig/RemoteConfig.csproj
index 027453b1..67debbdb 100644
--- a/source/Firebase/RemoteConfig/RemoteConfig.csproj
+++ b/source/Firebase/RemoteConfig/RemoteConfig.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.RemoteConfig
Firebase.RemoteConfig
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0
diff --git a/source/Firebase/Storage/Storage.csproj b/source/Firebase/Storage/Storage.csproj
index 469d0ae3..6ba74b7f 100644
--- a/source/Firebase/Storage/Storage.csproj
+++ b/source/Firebase/Storage/Storage.csproj
@@ -9,8 +9,8 @@
13.0
Firebase.Storage
Firebase.Storage
- 11.1.0.0
- 11.1.0
+ 11.2.0.0
+ 11.2.0
Resources
true
@@ -26,7 +26,7 @@
https://github.com/AdamEssenmacher/GoogleApisForiOSComponents
License.md
true
- 11.1.0
+ 11.2.0