Skip to content

Commit a322f19

Browse files
Firebase 11.6
1 parent 1c069da commit a322f19

17 files changed

Lines changed: 85 additions & 86 deletions

File tree

components.cake

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
// Firebase artifacts available to be built. These artifacts generate NuGets.
2-
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
3-
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
4-
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
5-
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
6-
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
7-
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
8-
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Core");
9-
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
10-
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
11-
Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks");
2+
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
3+
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
4+
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
5+
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
6+
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
7+
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
8+
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Core");
9+
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
10+
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
11+
Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks");
1212
//Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "InAppMessaging");
13-
Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations");
13+
Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations");
1414
//Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT=new Artifact ("Firebase.PerformanceMonitoring", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
15-
Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
16-
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.5.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage");
15+
Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
16+
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.6.0.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage");
1717
//Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "10.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
1818
//Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "11.0", ComponentGroup.Firebase, csprojName: "AppCheck");
1919

@@ -151,66 +151,66 @@ void SetArtifactsPodSpecs ()
151151
{
152152
// Firebase components
153153
FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] {
154-
PodSpec.Create ("FirebaseABTesting", "11.5.0", frameworkSource: FrameworkSource.Pods)
154+
PodSpec.Create ("FirebaseABTesting", "11.6.0", frameworkSource: FrameworkSource.Pods)
155155
};
156156
FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] {
157-
PodSpec.Create ("FirebaseAnalytics", "11.5.0")
157+
PodSpec.Create ("FirebaseAnalytics", "11.6.0")
158158
};
159159
FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] {
160-
PodSpec.Create ("FirebaseAuth", "11.5.0", frameworkSource: FrameworkSource.Pods),
160+
PodSpec.Create ("FirebaseAuth", "11.6.0", frameworkSource: FrameworkSource.Pods),
161161
PodSpec.Create ("RecaptchaInterop", "100.0.0", frameworkSource: FrameworkSource.Pods)
162162
};
163163
FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] {
164-
PodSpec.Create ("FirebaseFirestore", "11.5.0", frameworkSource: FrameworkSource.Pods),
165-
PodSpec.Create ("FirebaseFirestoreInternal", "11.5.0", frameworkSource: FrameworkSource.Pods),
164+
PodSpec.Create ("FirebaseFirestore", "11.6.0", frameworkSource: FrameworkSource.Pods),
165+
PodSpec.Create ("FirebaseFirestoreInternal", "11.6.0", frameworkSource: FrameworkSource.Pods),
166166
PodSpec.Create ("BoringSSL-GRPC", "0.0.36", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"),
167167
PodSpec.Create ("gRPC-Core", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"),
168168
PodSpec.Create ("gRPC-C++", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"),
169169
PodSpec.Create ("abseil", "1.20240116.2", frameworkSource: FrameworkSource.Pods, frameworkName: "absl", subSpecs: new [] { "algorithm", "base", "memory", "meta", "strings", "time", "types" }),
170170
};
171171
FIREBASE_CLOUD_FUNCTIONS_ARTIFACT.PodSpecs = new [] {
172-
PodSpec.Create ("FirebaseFunctions", "11.5.0", frameworkSource: FrameworkSource.Pods)
172+
PodSpec.Create ("FirebaseFunctions", "11.6.0", frameworkSource: FrameworkSource.Pods)
173173
};
174174
FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] {
175-
PodSpec.Create ("FirebaseMessaging", "11.5.0", frameworkSource: FrameworkSource.Pods)
175+
PodSpec.Create ("FirebaseMessaging", "11.6.0", frameworkSource: FrameworkSource.Pods)
176176
};
177177
FIREBASE_CORE_ARTIFACT.PodSpecs = new [] {
178-
PodSpec.Create ("FirebaseAppCheckInterop", "11.5.0", frameworkSource: FrameworkSource.Pods),
179-
PodSpec.Create ("FirebaseAuthInterop", "11.5.0", frameworkSource: FrameworkSource.Pods),
180-
PodSpec.Create ("FirebaseCore", "11.5.0", frameworkSource: FrameworkSource.Pods),
181-
PodSpec.Create ("FirebaseCoreExtension", "11.5.0", frameworkSource: FrameworkSource.Pods),
182-
PodSpec.Create ("FirebaseCoreInternal", "11.5.0", frameworkSource: FrameworkSource.Pods),
183-
PodSpec.Create ("FirebaseMessagingInterop", "11.5.0", frameworkSource: FrameworkSource.Pods),
184-
PodSpec.Create ("FirebaseRemoteConfigInterop", "11.5.0", frameworkSource: FrameworkSource.Pods),
185-
PodSpec.Create ("FirebaseSessions", "11.5.0", frameworkSource: FrameworkSource.Pods),
186-
PodSpec.Create ("FirebaseSharedSwift", "11.5.0", frameworkSource: FrameworkSource.Pods),
187-
PodSpec.Create ("GoogleAppMeasurement", "11.5.0"),
178+
PodSpec.Create ("FirebaseAppCheckInterop", "11.6.0", frameworkSource: FrameworkSource.Pods),
179+
PodSpec.Create ("FirebaseAuthInterop", "11.6.0", frameworkSource: FrameworkSource.Pods),
180+
PodSpec.Create ("FirebaseCore", "11.6.0", frameworkSource: FrameworkSource.Pods),
181+
PodSpec.Create ("FirebaseCoreExtension", "11.6.0", frameworkSource: FrameworkSource.Pods),
182+
PodSpec.Create ("FirebaseCoreInternal", "11.6.0", frameworkSource: FrameworkSource.Pods),
183+
PodSpec.Create ("FirebaseMessagingInterop", "11.6.0", frameworkSource: FrameworkSource.Pods),
184+
PodSpec.Create ("FirebaseRemoteConfigInterop", "11.6.0", frameworkSource: FrameworkSource.Pods),
185+
PodSpec.Create ("FirebaseSessions", "11.6.0", frameworkSource: FrameworkSource.Pods),
186+
PodSpec.Create ("FirebaseSharedSwift", "11.6.0", frameworkSource: FrameworkSource.Pods),
187+
PodSpec.Create ("GoogleAppMeasurement", "11.6.0"),
188188
PodSpec.Create ("PromisesSwift", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "Promises", targetName: "PromisesSwift"),
189189
PodSpec.Create ("leveldb-library", "1.22.6", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"),
190190
};
191191
FIREBASE_CRASHLYTICS_ARTIFACT.PodSpecs = new [] {
192-
PodSpec.Create ("FirebaseCrashlytics", "11.5.0", frameworkSource: FrameworkSource.Pods)
192+
PodSpec.Create ("FirebaseCrashlytics", "11.6.0", frameworkSource: FrameworkSource.Pods)
193193
};
194194
FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] {
195-
PodSpec.Create ("FirebaseDatabase", "11.5.0", frameworkSource: FrameworkSource.Pods)
195+
PodSpec.Create ("FirebaseDatabase", "11.6.0", frameworkSource: FrameworkSource.Pods)
196196
};
197197
FIREBASE_DYNAMIC_LINKS_ARTIFACT.PodSpecs = new [] {
198-
PodSpec.Create ("FirebaseDynamicLinks", "11.5.0", frameworkSource: FrameworkSource.Pods)
198+
PodSpec.Create ("FirebaseDynamicLinks", "11.6.0", frameworkSource: FrameworkSource.Pods)
199199
};
200200
//FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] {
201201
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
202202
//};
203203
FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] {
204-
PodSpec.Create ("FirebaseInstallations", "11.5.0", frameworkSource: FrameworkSource.Pods)
204+
PodSpec.Create ("FirebaseInstallations", "11.6.0", frameworkSource: FrameworkSource.Pods)
205205
};
206206
//FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] {
207207
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebasePerformance", targetName: "FirebasePerformance", subSpecs: new [] { "Performance" })
208208
//};
209209
FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] {
210-
PodSpec.Create ("FirebaseRemoteConfig", "11.5.0", frameworkSource: FrameworkSource.Pods)
210+
PodSpec.Create ("FirebaseRemoteConfig", "11.6.0", frameworkSource: FrameworkSource.Pods)
211211
};
212212
FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] {
213-
PodSpec.Create ("FirebaseStorage", "11.5.0", frameworkSource: FrameworkSource.Pods)
213+
PodSpec.Create ("FirebaseStorage", "11.6.0", frameworkSource: FrameworkSource.Pods)
214214
};
215215
// FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] {
216216
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })
@@ -247,7 +247,7 @@ void SetArtifactsPodSpecs ()
247247
PodSpec.Create ("GoogleTagManager", "7.4.0")
248248
};
249249
GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT.PodSpecs = new [] {
250-
PodSpec.Create ("GoogleAppMeasurement", "11.5.0")
250+
PodSpec.Create ("GoogleAppMeasurement", "11.6.0")
251251
};
252252
GOOGLE_PROMISES_OBJC_ARTIFACT.PodSpecs = new [] {
253253
PodSpec.Create ("PromisesObjC", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FBLPromises", targetName: "PromisesObjC"),

source/Firebase/ABTesting/ABTesting.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
1010
<RootNamespace>Firebase.ABTesting</RootNamespace>
1111
<AssemblyName>Firebase.ABTesting</AssemblyName>
12-
<AssemblyVersion>11.5.0.0</AssemblyVersion>
13-
<FileVersion>11.5.0.0</FileVersion>
12+
<AssemblyVersion>11.6.0.0</AssemblyVersion>
13+
<FileVersion>11.6.0.0</FileVersion>
1414
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>11.5.0.0</PackageVersion>
29+
<PackageVersion>11.6.0.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

source/Firebase/Analytics/Analytics.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
1010
<RootNamespace>Firebase.Analytics</RootNamespace>
1111
<AssemblyName>Firebase.Analytics</AssemblyName>
12-
<AssemblyVersion>11.5.0.0</AssemblyVersion>
13-
<FileVersion>11.5.0.0</FileVersion>
12+
<AssemblyVersion>11.6.0.0</AssemblyVersion>
13+
<FileVersion>11.6.0.0</FileVersion>
1414
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<ProcessEnums>true</ProcessEnums>
@@ -27,7 +27,7 @@
2727
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2828
<PackageLicenseFile>License.md</PackageLicenseFile>
2929
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
30-
<PackageVersion>11.5.0.0</PackageVersion>
30+
<PackageVersion>11.6.0.0</PackageVersion>
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Compile Include="..\..\AssemblyInfo.cs" />
@@ -50,7 +50,7 @@
5050
<ObjcBindingApiDefinition Include="Enums.cs" Condition=" '$(EnableDefaultCompileItems)' == 'true'" />
5151
</ItemGroup>
5252
<ItemGroup>
53-
<PackageReference Include="AdamE.Google.iOS.GoogleAppMeasurement" Version="11.5.0" />
53+
<PackageReference Include="AdamE.Google.iOS.GoogleAppMeasurement" Version="11.6.0" />
5454
</ItemGroup>
5555
<ItemGroup>
5656
<ProjectReference Include="..\Core\Core.csproj" PrivateAssets="None" />

source/Firebase/Analytics/Analytics.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=11.5.0.0, Culture=neutral, PublicKeyToken=null</_FirebaseAnalyticsAssemblyName>
3+
<_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=11.6.0.0, Culture=neutral, PublicKeyToken=null</_FirebaseAnalyticsAssemblyName>
44
<_FirebaseAnalyticsItemsFolder>FAnlytcs-11.4.0</_FirebaseAnalyticsItemsFolder>
55
<_FirebaseAnalyticsSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseAnalyticsItemsFolder)\FirebaseAnalytics-11.4.0\Frameworks\</_FirebaseAnalyticsSDKBaseFolder>
66
</PropertyGroup>

source/Firebase/Auth/Auth.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
1010
<RootNamespace>Firebase.Auth</RootNamespace>
1111
<AssemblyName>Firebase.Auth</AssemblyName>
12-
<AssemblyVersion>11.5.0.0</AssemblyVersion>
13-
<FileVersion>11.5.0.0</FileVersion>
12+
<AssemblyVersion>11.6.0.0</AssemblyVersion>
13+
<FileVersion>11.6.0.0</FileVersion>
1414
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>11.5.0.0</PackageVersion>
29+
<PackageVersion>11.6.0.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />
@@ -70,7 +70,7 @@
7070
</ItemGroup>
7171
<ItemGroup>
7272
<PackageReference Include="Xamarin.Build.Download" Version="0.11.4" PrivateAssets="None" />
73-
<PackageReference Include="AdamE.Google.iOS.GTMSessionFetcher" Version="[3.4.0,5.0.0)" />
73+
<PackageReference Include="AdamE.Google.iOS.GTMSessionFetcher" Version="[3.5.0,5.0.0)" />
7474
</ItemGroup>
7575
<ItemGroup>
7676
<ProjectReference Include="..\Core\Core.csproj" PrivateAssets="None" />

source/Firebase/CloudFirestore/CloudFirestore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
1010
<RootNamespace>Firebase.CloudFirestore</RootNamespace>
1111
<AssemblyName>Firebase.CloudFirestore</AssemblyName>
12-
<AssemblyVersion>11.5.0.0</AssemblyVersion>
13-
<FileVersion>11.5.0.0</FileVersion>
12+
<AssemblyVersion>11.6.0.0</AssemblyVersion>
13+
<FileVersion>11.6.0.0</FileVersion>
1414
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>11.5.0.0</PackageVersion>
29+
<PackageVersion>11.6.0.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

source/Firebase/CloudFunctions/CloudFunctions.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
1010
<RootNamespace>Firebase.CloudFunctions</RootNamespace>
1111
<AssemblyName>Firebase.CloudFunctions</AssemblyName>
12-
<AssemblyVersion>11.5.0.0</AssemblyVersion>
13-
<FileVersion>11.5.0.0</FileVersion>
12+
<AssemblyVersion>11.6.0.0</AssemblyVersion>
13+
<FileVersion>11.6.0.0</FileVersion>
1414
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>11.5.0.0</PackageVersion>
29+
<PackageVersion>11.6.0.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />
@@ -67,7 +67,7 @@
6767
</ItemGroup>
6868
<ItemGroup>
6969
<PackageReference Include="Xamarin.Build.Download" Version="0.11.4" PrivateAssets="None" />
70-
<PackageReference Include="AdamE.Google.iOS.GTMSessionFetcher" Version="[3.4.0,5.0.0)" />
70+
<PackageReference Include="AdamE.Google.iOS.GTMSessionFetcher" Version="[3.5.0,5.0.0)" />
7171
</ItemGroup>
7272
<ItemGroup>
7373
<ProjectReference Include="..\Core\Core.csproj" PrivateAssets="None" />

source/Firebase/CloudMessaging/CloudMessaging.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
1010
<RootNamespace>Firebase.CloudMessaging</RootNamespace>
1111
<AssemblyName>Firebase.CloudMessaging</AssemblyName>
12-
<AssemblyVersion>11.5.0.0</AssemblyVersion>
13-
<FileVersion>11.5.0.0</FileVersion>
12+
<AssemblyVersion>11.6.0.0</AssemblyVersion>
13+
<FileVersion>11.6.0.0</FileVersion>
1414
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>11.5.0.0</PackageVersion>
29+
<PackageVersion>11.6.0.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)