Skip to content

Commit 8540f98

Browse files
Merge pull request #110 from AdamEssenmacher/12.6
Firebase 12.6.0
2 parents 23d2e5d + 8871488 commit 8540f98

23 files changed

Lines changed: 206 additions & 340 deletions

File tree

Readme.md

Lines changed: 110 additions & 243 deletions
Large diffs are not rendered by default.

components.cake

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

1919
// Google artifacts available to be built. These artifacts generate NuGets.
2020
Artifact GOOGLE_ANALYTICS_ARTIFACT = new Artifact ("Google.Analytics", "3.20.0.2", "15.0", ComponentGroup.Google, csprojName: "Analytics");
@@ -27,7 +27,7 @@ Artifact GOOGLE_APP_CHECK_CORE_ARTIFACT = new Artifact ("Google.AppCh
2727
Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ("Google.SignIn", "9.0.0.0", "15.0", ComponentGroup.Google, csprojName: "SignIn");
2828
Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ("Google.TagManager", "7.4.0.2", "15.0", ComponentGroup.Google, csprojName: "TagManager");
2929

30-
Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ("Google.AppMeasurement", "12.5.0.4", "15.0", ComponentGroup.Google, csprojName: "GoogleAppMeasurement");
30+
Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ("Google.AppMeasurement", "12.6.0", "15.0", ComponentGroup.Google, csprojName: "GoogleAppMeasurement");
3131
Artifact GOOGLE_PROMISES_OBJC_ARTIFACT = new Artifact ("Google.PromisesObjC", "2.4.0.5", "15.0", ComponentGroup.Google, csprojName: "PromisesObjC");
3232
Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ("Google.GTMSessionFetcher", "3.5.0.5", "15.0", ComponentGroup.Google, csprojName: "GTMSessionFetcher");
3333
Artifact GOOGLE_NANOPB_ARTIFACT = new Artifact ("Google.Nanopb", "3.30910.0.5", "15.0", ComponentGroup.Google, csprojName: "Nanopb");
@@ -151,69 +151,69 @@ void SetArtifactsPodSpecs ()
151151
{
152152
// Firebase components
153153
FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] {
154-
PodSpec.Create ("FirebaseABTesting", "12.5.0", frameworkSource: FrameworkSource.Pods)
154+
PodSpec.Create ("FirebaseABTesting", "12.6.0", frameworkSource: FrameworkSource.Pods)
155155
};
156156
FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] {
157-
PodSpec.Create ("FirebaseAnalytics", "12.5.0")
157+
PodSpec.Create ("FirebaseAnalytics", "12.6.0")
158158
};
159159
FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] {
160-
PodSpec.Create ("FirebaseAuth", "12.5.0", frameworkSource: FrameworkSource.Pods),
160+
PodSpec.Create ("FirebaseAuth", "12.6.0", frameworkSource: FrameworkSource.Pods),
161161
PodSpec.Create ("RecaptchaInterop", "101.0.0", frameworkSource: FrameworkSource.Pods)
162162
};
163163
FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] {
164-
PodSpec.Create ("FirebaseFirestore", "12.5.0", frameworkSource: FrameworkSource.Pods),
165-
PodSpec.Create ("FirebaseFirestoreInternal", "12.5.0", frameworkSource: FrameworkSource.Pods),
164+
PodSpec.Create ("FirebaseFirestore", "12.6.0", frameworkSource: FrameworkSource.Pods),
165+
PodSpec.Create ("FirebaseFirestoreInternal", "12.6.0", frameworkSource: FrameworkSource.Pods),
166166
PodSpec.Create ("BoringSSL-GRPC", "0.0.37", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"),
167167
PodSpec.Create ("gRPC-Core", "1.69.0", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"),
168168
PodSpec.Create ("gRPC-C++", "1.69.0", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"),
169169
PodSpec.Create ("abseil", "1.20240722.0", 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", "12.5.0", frameworkSource: FrameworkSource.Pods)
172+
PodSpec.Create ("FirebaseFunctions", "12.6.0", frameworkSource: FrameworkSource.Pods)
173173
};
174174
FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] {
175-
PodSpec.Create ("FirebaseMessaging", "12.5.0", frameworkSource: FrameworkSource.Pods)
175+
PodSpec.Create ("FirebaseMessaging", "12.6.0", frameworkSource: FrameworkSource.Pods)
176176
};
177177
FIREBASE_CORE_ARTIFACT.PodSpecs = new [] {
178-
PodSpec.Create ("FirebaseAppCheckInterop", "12.5.0", frameworkSource: FrameworkSource.Pods),
179-
PodSpec.Create ("FirebaseAuthInterop", "12.5.0", frameworkSource: FrameworkSource.Pods),
180-
PodSpec.Create ("FirebaseCore", "12.5.0", frameworkSource: FrameworkSource.Pods),
181-
PodSpec.Create ("FirebaseCoreExtension", "12.5.0", frameworkSource: FrameworkSource.Pods),
182-
PodSpec.Create ("FirebaseCoreInternal", "12.5.0", frameworkSource: FrameworkSource.Pods),
183-
PodSpec.Create ("FirebaseMessagingInterop", "12.5.0", frameworkSource: FrameworkSource.Pods),
184-
PodSpec.Create ("FirebaseRemoteConfigInterop", "12.5.0", frameworkSource: FrameworkSource.Pods),
185-
PodSpec.Create ("FirebaseSessions", "12.5.0", frameworkSource: FrameworkSource.Pods),
186-
PodSpec.Create ("FirebaseSharedSwift", "12.5.0", frameworkSource: FrameworkSource.Pods),
187-
PodSpec.Create ("GoogleAppMeasurement", "12.5.0"),
178+
PodSpec.Create ("FirebaseAppCheckInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
179+
PodSpec.Create ("FirebaseAuthInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
180+
PodSpec.Create ("FirebaseCore", "12.6.0", frameworkSource: FrameworkSource.Pods),
181+
PodSpec.Create ("FirebaseCoreExtension", "12.6.0", frameworkSource: FrameworkSource.Pods),
182+
PodSpec.Create ("FirebaseCoreInternal", "12.6.0", frameworkSource: FrameworkSource.Pods),
183+
PodSpec.Create ("FirebaseMessagingInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
184+
PodSpec.Create ("FirebaseRemoteConfigInterop", "12.6.0", frameworkSource: FrameworkSource.Pods),
185+
PodSpec.Create ("FirebaseSessions", "12.6.0", frameworkSource: FrameworkSource.Pods),
186+
PodSpec.Create ("FirebaseSharedSwift", "12.6.0", frameworkSource: FrameworkSource.Pods),
187+
PodSpec.Create ("GoogleAppMeasurement", "12.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", "12.5.0", frameworkSource: FrameworkSource.Pods)
192+
PodSpec.Create ("FirebaseCrashlytics", "12.6.0", frameworkSource: FrameworkSource.Pods)
193193
};
194194
FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] {
195-
PodSpec.Create ("FirebaseDatabase", "12.5.0", frameworkSource: FrameworkSource.Pods)
195+
PodSpec.Create ("FirebaseDatabase", "12.6.0", frameworkSource: FrameworkSource.Pods)
196196
};
197197
//FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] {
198198
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
199199
//};
200200
FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] {
201-
PodSpec.Create ("FirebaseInstallations", "12.5.0", frameworkSource: FrameworkSource.Pods)
201+
PodSpec.Create ("FirebaseInstallations", "12.6.0", frameworkSource: FrameworkSource.Pods)
202202
};
203203
FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] {
204-
PodSpec.Create ("FirebasePerformance", "12.5.0", frameworkSource: FrameworkSource.Pods)
204+
PodSpec.Create ("FirebasePerformance", "12.6.0", frameworkSource: FrameworkSource.Pods)
205205
};
206206
FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] {
207-
PodSpec.Create ("FirebaseRemoteConfig", "12.5.0", frameworkSource: FrameworkSource.Pods)
207+
PodSpec.Create ("FirebaseRemoteConfig", "12.6.0", frameworkSource: FrameworkSource.Pods)
208208
};
209209
FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] {
210-
PodSpec.Create ("FirebaseStorage", "12.5.0", frameworkSource: FrameworkSource.Pods)
210+
PodSpec.Create ("FirebaseStorage", "12.6.0", frameworkSource: FrameworkSource.Pods)
211211
};
212212
// FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] {
213213
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })
214214
// };
215215
FIREBASE_APP_CHECK_ARTIFACT.PodSpecs = new [] {
216-
PodSpec.Create ("FirebaseAppCheck", "12.5.0", frameworkSource: FrameworkSource.Pods)
216+
PodSpec.Create ("FirebaseAppCheck", "12.6.0", frameworkSource: FrameworkSource.Pods)
217217
};
218218

219219
// Google components
@@ -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", "12.5.0")
250+
PodSpec.Create ("GoogleAppMeasurement", "12.6.0")
251251
};
252252
GOOGLE_PROMISES_OBJC_ARTIFACT.PodSpecs = new [] {
253253
PodSpec.Create ("PromisesObjC", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FBLPromises", targetName: "PromisesObjC"),

docs/NUGET_README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package is part of a set of .NET bindings for Google and Firebase native iO
44

55
## Target frameworks
66

7-
These packages are intended for iOS and Mac Catalyst TFMs (for example `net8.0-ios`, `net9.0-ios`, `net10.0-ios`).
7+
These packages are intended for iOS and Mac Catalyst TFMs (for example `net9.0-ios`, `net10.0-ios`, `net9.0-maccatalyst`, `net10.0-maccatalyst`).
88

99
When multi-targeting, condition the reference so it only restores for iOS:
1010

@@ -17,4 +17,3 @@ When multi-targeting, condition the reference so it only restores for iOS:
1717
## Notes on native dependency conflicts
1818

1919
Google/Firebase iOS SDKs share native dependencies (xcframeworks). Avoid mixing multiple independent bindings that ship overlapping Google/Firebase native SDK binaries in the same app, as it can lead to duplicate symbols or runtime issues.
20-

source/Firebase/ABTesting/ABTesting.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
99
<RootNamespace>Firebase.ABTesting</RootNamespace>
1010
<AssemblyName>Firebase.ABTesting</AssemblyName>
11-
<AssemblyVersion>12.5.0.4</AssemblyVersion>
12-
<FileVersion>12.5.0.4</FileVersion>
11+
<AssemblyVersion>12.6.0</AssemblyVersion>
12+
<FileVersion>12.6.0</FileVersion>
1313
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<CompressBindingResourcePackage>true</CompressBindingResourcePackage>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>12.5.0.4</PackageVersion>
29+
<PackageVersion>12.6.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
@@ -8,8 +8,8 @@
88
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
99
<RootNamespace>Firebase.Analytics</RootNamespace>
1010
<AssemblyName>Firebase.Analytics</AssemblyName>
11-
<AssemblyVersion>12.5.0.4</AssemblyVersion>
12-
<FileVersion>12.5.0.4</FileVersion>
11+
<AssemblyVersion>12.6.0</AssemblyVersion>
12+
<FileVersion>12.6.0</FileVersion>
1313
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<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>12.5.0.4</PackageVersion>
30+
<PackageVersion>12.6.0</PackageVersion>
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Compile Include="..\..\AssemblyInfo.cs" />
@@ -55,7 +55,7 @@
5555
<ObjcBindingApiDefinition Include="Enums.cs" />
5656
</ItemGroup>
5757
<ItemGroup>
58-
<PackageReference Include="AdamE.Google.iOS.GoogleAppMeasurement" Version="12.5.0.1" />
58+
<PackageReference Include="AdamE.Google.iOS.GoogleAppMeasurement" Version="12.6.0" />
5959
</ItemGroup>
6060
<ItemGroup>
6161
<ProjectReference Include="..\Core\Core.csproj" PrivateAssets="None" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=12.5.0.4, Culture=neutral, PublicKeyToken=null</_FirebaseAnalyticsAssemblyName>
3+
<_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=12.6.0, Culture=neutral, PublicKeyToken=null</_FirebaseAnalyticsAssemblyName>
44
</PropertyGroup>
55
</Project>

source/Firebase/AppCheck/AppCheck.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<SupportedOSPlatformVersion>15.0</SupportedOSPlatformVersion>
99
<RootNamespace>Firebase.AppCheck</RootNamespace>
1010
<AssemblyName>Firebase.AppCheck</AssemblyName>
11-
<AssemblyVersion>12.5.0.4</AssemblyVersion>
12-
<FileVersion>12.5.0.4</FileVersion>
11+
<AssemblyVersion>12.6.0</AssemblyVersion>
12+
<FileVersion>12.6.0</FileVersion>
1313
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<CompressBindingResourcePackage>true</CompressBindingResourcePackage>
@@ -26,7 +26,7 @@
2626
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
2727
<PackageLicenseFile>License.md</PackageLicenseFile>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
29-
<PackageVersion>12.5.0.4</PackageVersion>
29+
<PackageVersion>12.6.0</PackageVersion>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Include="..\..\AssemblyInfo.cs" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<_FirebaseAppCheckAssemblyName>Firebase.AppCheck, Version=12.5.0.4, Culture=neutral, PublicKeyToken=null</_FirebaseAppCheckAssemblyName>
3+
<_FirebaseAppCheckAssemblyName>Firebase.AppCheck, Version=12.6.0, Culture=neutral, PublicKeyToken=null</_FirebaseAppCheckAssemblyName>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)