Skip to content

Commit 79133da

Browse files
Firebase 11.4
1 parent 2d63a78 commit 79133da

14 files changed

Lines changed: 75 additions & 75 deletions

File tree

components.cake

Lines changed: 36 additions & 36 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.3.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
3-
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
4-
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
5-
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
6-
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
7-
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
8-
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Core");
9-
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
10-
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
11-
Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks");
2+
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
3+
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
4+
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
5+
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
6+
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
7+
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
8+
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.4.2", "13.0", ComponentGroup.Firebase, csprojName: "Core");
9+
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
10+
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
11+
Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.4.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.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations");
13+
Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.4.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.3.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
16-
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage");
15+
Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.4.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
16+
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.4.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

@@ -149,66 +149,66 @@ void SetArtifactsPodSpecs ()
149149
{
150150
// Firebase components
151151
FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] {
152-
PodSpec.Create ("FirebaseABTesting", "11.3.0", frameworkSource: FrameworkSource.Pods)
152+
PodSpec.Create ("FirebaseABTesting", "11.4.0", frameworkSource: FrameworkSource.Pods)
153153
};
154154
FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] {
155-
PodSpec.Create ("FirebaseAnalytics", "11.3.0")
155+
PodSpec.Create ("FirebaseAnalytics", "11.4.0")
156156
};
157157
FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] {
158-
PodSpec.Create ("FirebaseAuth", "11.3.0", frameworkSource: FrameworkSource.Pods),
158+
PodSpec.Create ("FirebaseAuth", "11.4.0", frameworkSource: FrameworkSource.Pods),
159159
PodSpec.Create ("RecaptchaInterop", "100.0.0", frameworkSource: FrameworkSource.Pods)
160160
};
161161
FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] {
162-
PodSpec.Create ("FirebaseFirestore", "11.3.0", frameworkSource: FrameworkSource.Pods),
163-
PodSpec.Create ("FirebaseFirestoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods),
162+
PodSpec.Create ("FirebaseFirestore", "11.4.0", frameworkSource: FrameworkSource.Pods),
163+
PodSpec.Create ("FirebaseFirestoreInternal", "11.4.0", frameworkSource: FrameworkSource.Pods),
164164
PodSpec.Create ("BoringSSL-GRPC", "0.0.36", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"),
165165
PodSpec.Create ("gRPC-Core", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"),
166166
PodSpec.Create ("gRPC-C++", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"),
167167
PodSpec.Create ("abseil", "1.20240116.2", frameworkSource: FrameworkSource.Pods, frameworkName: "absl", subSpecs: new [] { "algorithm", "base", "memory", "meta", "strings", "time", "types" }),
168168
};
169169
FIREBASE_CLOUD_FUNCTIONS_ARTIFACT.PodSpecs = new [] {
170-
PodSpec.Create ("FirebaseFunctions", "11.3.0", frameworkSource: FrameworkSource.Pods)
170+
PodSpec.Create ("FirebaseFunctions", "11.4.0", frameworkSource: FrameworkSource.Pods)
171171
};
172172
FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] {
173-
PodSpec.Create ("FirebaseMessaging", "11.3.0", frameworkSource: FrameworkSource.Pods)
173+
PodSpec.Create ("FirebaseMessaging", "11.4.0", frameworkSource: FrameworkSource.Pods)
174174
};
175175
FIREBASE_CORE_ARTIFACT.PodSpecs = new [] {
176-
PodSpec.Create ("FirebaseAppCheckInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
177-
PodSpec.Create ("FirebaseAuthInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
178-
PodSpec.Create ("FirebaseCore", "11.3.0", frameworkSource: FrameworkSource.Pods),
179-
PodSpec.Create ("FirebaseCoreExtension", "11.3.0", frameworkSource: FrameworkSource.Pods),
180-
PodSpec.Create ("FirebaseCoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods),
181-
PodSpec.Create ("FirebaseMessagingInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
182-
PodSpec.Create ("FirebaseRemoteConfigInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
183-
PodSpec.Create ("FirebaseSessions", "11.3.0", frameworkSource: FrameworkSource.Pods),
184-
PodSpec.Create ("FirebaseSharedSwift", "11.3.0", frameworkSource: FrameworkSource.Pods),
185-
PodSpec.Create ("GoogleAppMeasurement", "11.3.0"),
176+
PodSpec.Create ("FirebaseAppCheckInterop", "11.4.0", frameworkSource: FrameworkSource.Pods),
177+
PodSpec.Create ("FirebaseAuthInterop", "11.4.0", frameworkSource: FrameworkSource.Pods),
178+
PodSpec.Create ("FirebaseCore", "11.4.2", frameworkSource: FrameworkSource.Pods),
179+
PodSpec.Create ("FirebaseCoreExtension", "11.4.1", frameworkSource: FrameworkSource.Pods),
180+
PodSpec.Create ("FirebaseCoreInternal", "11.4.2", frameworkSource: FrameworkSource.Pods),
181+
PodSpec.Create ("FirebaseMessagingInterop", "11.4.0", frameworkSource: FrameworkSource.Pods),
182+
PodSpec.Create ("FirebaseRemoteConfigInterop", "11.4.0", frameworkSource: FrameworkSource.Pods),
183+
PodSpec.Create ("FirebaseSessions", "11.4.0", frameworkSource: FrameworkSource.Pods),
184+
PodSpec.Create ("FirebaseSharedSwift", "11.4.0", frameworkSource: FrameworkSource.Pods),
185+
PodSpec.Create ("GoogleAppMeasurement", "11.4.0"),
186186
PodSpec.Create ("PromisesSwift", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "Promises", targetName: "PromisesSwift"),
187187
PodSpec.Create ("leveldb-library", "1.22.6", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"),
188188
};
189189
FIREBASE_CRASHLYTICS_ARTIFACT.PodSpecs = new [] {
190-
PodSpec.Create ("FirebaseCrashlytics", "11.3.0", frameworkSource: FrameworkSource.Pods)
190+
PodSpec.Create ("FirebaseCrashlytics", "11.4.0", frameworkSource: FrameworkSource.Pods)
191191
};
192192
FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] {
193-
PodSpec.Create ("FirebaseDatabase", "11.3.0", frameworkSource: FrameworkSource.Pods)
193+
PodSpec.Create ("FirebaseDatabase", "11.4.0", frameworkSource: FrameworkSource.Pods)
194194
};
195195
FIREBASE_DYNAMIC_LINKS_ARTIFACT.PodSpecs = new [] {
196-
PodSpec.Create ("FirebaseDynamicLinks", "11.3.0", frameworkSource: FrameworkSource.Pods)
196+
PodSpec.Create ("FirebaseDynamicLinks", "11.4.0", frameworkSource: FrameworkSource.Pods)
197197
};
198198
FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] {
199199
PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
200200
};
201201
FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] {
202-
PodSpec.Create ("FirebaseInstallations", "11.3.0", frameworkSource: FrameworkSource.Pods)
202+
PodSpec.Create ("FirebaseInstallations", "11.4.0", frameworkSource: FrameworkSource.Pods)
203203
};
204204
FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] {
205205
PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebasePerformance", targetName: "FirebasePerformance", subSpecs: new [] { "Performance" })
206206
};
207207
FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] {
208-
PodSpec.Create ("FirebaseRemoteConfig", "11.3.0", frameworkSource: FrameworkSource.Pods)
208+
PodSpec.Create ("FirebaseRemoteConfig", "11.4.0", frameworkSource: FrameworkSource.Pods)
209209
};
210210
FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] {
211-
PodSpec.Create ("FirebaseStorage", "11.3.0", frameworkSource: FrameworkSource.Pods)
211+
PodSpec.Create ("FirebaseStorage", "11.4.0", frameworkSource: FrameworkSource.Pods)
212212
};
213213
// FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] {
214214
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })

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.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.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.3.0</PackageVersion>
29+
<PackageVersion>11.4.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

source/Firebase/Analytics/Analytics.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.Analytics</RootNamespace>
1111
<AssemblyName>Firebase.Analytics</AssemblyName>
12-
<AssemblyVersion>11.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.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.3.0</PackageVersion>
30+
<PackageVersion>11.4.0</PackageVersion>
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Compile Include="..\..\AssemblyInfo.cs" />

source/Firebase/Auth/Auth.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.Auth</RootNamespace>
1111
<AssemblyName>Firebase.Auth</AssemblyName>
12-
<AssemblyVersion>11.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.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.3.0</PackageVersion>
29+
<PackageVersion>11.4.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

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.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.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.3.0</PackageVersion>
29+
<PackageVersion>11.4.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

source/Firebase/CloudFunctions/CloudFunctions.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.CloudFunctions</RootNamespace>
1111
<AssemblyName>Firebase.CloudFunctions</AssemblyName>
12-
<AssemblyVersion>11.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.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.3.0</PackageVersion>
29+
<PackageVersion>11.4.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

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.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.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.3.0</PackageVersion>
29+
<PackageVersion>11.4.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

source/Firebase/Core/Core.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.Core</RootNamespace>
1111
<AssemblyName>Firebase.Core</AssemblyName>
12-
<AssemblyVersion>11.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.2</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.3.0</PackageVersion>
29+
<PackageVersion>11.4.2</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

source/Firebase/Crashlytics/Crashlytics.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.Crashlytics</RootNamespace>
1111
<AssemblyName>Firebase.Crashlytics</AssemblyName>
12-
<AssemblyVersion>11.3.0.0</AssemblyVersion>
13-
<FileVersion>11.3.0</FileVersion>
12+
<AssemblyVersion>11.4.0.0</AssemblyVersion>
13+
<FileVersion>11.4.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.3.0</PackageVersion>
29+
<PackageVersion>11.4.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)